-
-
Notifications
You must be signed in to change notification settings - Fork 357
Closed as not planned
Description
What React Native libraries do you use?
Hermes
Are you using sentry.io or on-premise?
sentry.io (SaS)
@sentry/react-native SDK Version
5.35.0
How does your development environment look like?
OS: mac os sonoma
Node: 20.18.0
Yarn: 4.3.1
react-native: 10.2.7
hermesEnabled: true
newArchEnabled: false
Sentry.init()
using sentry-cli
Steps to Reproduce
- follow the guide mentioned in https://docs.sentry.io/platforms/react-native/sourcemaps/uploading/hermes/
- generate an error in your react native application.
Expected Result
event should contain debug-id in its payload.
Actual Result
no debug-id is attached to the payload unless you remove usage of deprecated ...eventProcessors.getGlobalEventProcessors() from prepareEvent.js.
also, after removing the usage mentioned, it does add the debug_id payload but bundle image does not have a reference anymore
`
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Done
Status
No status