sentry-react-native
sentry-react-native copied to clipboard
Official Sentry SDK for React Native
### What React Native libraries do you use? Hermes ### Are you using [sentry.io](http://sentry.io) or on-premise? [sentry.io](http://sentry.io) (SaS) ### @sentry/react-native SDK Version latest ### How does your development environment look...
Following app on the investigation in [https://github.com/getsentry/sentry-react-native/issues/2402](https://github.com/getsentry/sentry-react-native/issues/2402) we would like to add a tvOS sample to the project
We should consider [automating the process of the SR stub .jar](https://github.com/getsentry/sentry-react-native/pull/5226#issuecomment-3352253091) along with the stub version bump [dependency PRs](https://github.com/getsentry/sentry-react-native/pull/5194).
### Description I created this issue to talk about the best solution to be followed for the following problem. ### Problem: - Users can't filter logs on `beforeLogs` that were...
Switch to using `featureSelectionPrompt` like in most other wizards.context: [https://github.com/getsentry/sentry-wizard/pull/1080#discussion_r2318783242](https://github.com/getsentry/sentry-wizard/pull/1080#discussion_r2318783242)
Similar to the[ iOS implementation](https://github.com/getsentry/sentry-cocoa/pull/5838) we should optimise our workflows to improve CI efficiency and resource usage.
There was a report of an error with a missing stacktrace and `Error: Value is undefined, expected an Object`The same error seems to have been reported with a stacktrace by...
IDEAS: * Users may want to use logs generated by themselves, so the logging feature could be enabled on JavaScript but also disabled on Native. * Being able to set...