sentry-react-native
sentry-react-native copied to clipboard
Official Sentry SDK for React Native
reason: https://github.com/getsentry/sentry-react-native/issues/1857#issuecomment-976487521 The fix is probably under https://github.com/getsentry/sentry-wizard/blob/master/lib/Steps/Integrations/ReactNative.ts#L248
### Environment iOS Simulator Sentry SaaS. react-native-sdk 3.2.3 ### Steps to Reproduce For some reason, enabling sentry while enabling network inspect in react native debugger, I get a lot of...
[RNSentry.m](https://github.com/getsentry/sentry-react-native/blob/master/ios/RNSentry.m) has no tests. We could add a layer of abstraction, unit tests in Swift and run them in CI to validate its functionality.
Hey! I've convinced my team/company to use Sentry to track our errors. However there is one small problem, we are very conservative when it comes to increasing the size of...
"sentry-<flavor>.properties" for all flavors have to present if only one flavor is set to be build
### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? the one from @sentry/[email protected] ### Steps to Reproduce 1. Setup a react native project with multiple...
Helps to catch issues like https://github.com/getsentry/sentry-react-native/pull/1923
### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? @sentry/react-native 3.2.3 ### Steps to Reproduce Call `Sentry.addBreadcrumb(...)` in key places during app execution with nested...
So right now I have `sentry.properties` file with `auth.token` filled in, in order to upload the source map. I understand that we can add this file to .gitignore not to...
`anrEnabled` `anrTimeoutIntervalMillis` `maxCacheItems` `enableAutoNativeBreadcrumbs`
Bumps [@sentry/wizard](https://github.com/getsentry/sentry-wizard) from 1.2.17 to 2.2.2. Release notes Sourced from @sentry/wizard's releases. 2.2.2 feat(nextjs): Remove option to auto-wrap data fetchers and API routes (#196) 2.2.1 feat(nextjs): Add option to auto-wrap...