You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While capturing an exception, I am setting extra context to have additionnal data to have a better analysis on my error. But I do not know why they do not appear on sentry.io
There's a console.log right before the captureException call logging the content of formContext, and everything is right, but there's anything on Sentry.io's console. Tags are well sent though.
Actual result:
Expected result:
I was expecting to see my values :<
The text was updated successfully, but these errors were encountered:
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 2.0.2
react-native
version: 0.63.2Are you using Expo?
Are you using sentry.io or on-premise?
If you are using sentry.io, please post a link to your issue so we can take a look:
https://sentry.io/organizations/lonestone/issues/2050084236/?project=5525775&query=is%3Aunresolved
Configuration:
(
@sentry/react-native
)I have following issue:
While capturing an exception, I am setting extra context to have additionnal data to have a better analysis on my error. But I do not know why they do not appear on sentry.io
Steps to reproduce:
There's a
console.log
right before thecaptureException
call logging the content offormContext
, and everything is right, but there's anything on Sentry.io's console. Tags are well sent though.Actual result:
Expected result:
I was expecting to see my values :<
The text was updated successfully, but these errors were encountered: