OS:
_Platform:_
I have following issue:
I am having the same issue as this guy in the sentry-javascript repo.
https://github.com/getsentry/sentry-javascript/issues/1490
Expected result:
Does the react-native-sentry package support this feature to modify the breadcrumbs? If so, where is the documentation?
The react-native SDK doesn't conform the unified SDK API yet, you have to use setShouldSend callback and modify the event / breadcrumbs in there.
See: https://docs.sentry.io/clients/react-native/config/
Any chance you could give me an example?
@HazAT ,
Has the RN SDK conformed to the JS SDK yet? If not, are there plans to add the beforeBreadcrumb hook to the react-native SDK in the future?
Thanks!
Charlie
Most helpful comment
@HazAT ,
Has the RN SDK conformed to the JS SDK yet? If not, are there plans to add the
beforeBreadcrumbhook to the react-native SDK in the future?Thanks!
Charlie