Ramiz Wachtler
Ramiz Wachtler
@arturbien Is this feature still a thing? Maybe I could take a look into the `snackbar` branch and continue from there, if you don't mind.
Hey @Lerosen! 👋 Since I'm not a seasoned contributor, please consider my advice as my personal take at your issue. I've compared your configuration to the [documented reference](https://docs.sentry.io/platforms/react-native/tracing/instrumentation/react-navigation/#initialization) (and also...
Thank you for providing additional context! > But the timeout is not the problem, it is triggered much later, way after the log iscarding transaction because its trace was not...
> @hf makes perfect sense to me, but since it's auth I'll run it by your team for an extra check Hey @charislam ! Since that's my first contribution, I...

Hey @philipphofmann ! I was wondering if the goal is just to update the log-level [here](https://github.com/getsentry/sentry-cocoa/blob/main/Sources/Sentry/SentryHttpTransport.m#L127) to something like `SENTRY_LOG_WARN(@"RateLimit is active for all envelope items.")` (as the title of...
> [@krystofwoldrich](https://github.com/krystofwoldrich) thanks for the message > > whenever I wrap metro config with 'withSentryConfig' I got this error: > > File /Users/username/Library/Developer/Xcode/DerivedData/projectName/Build/Products/Release-iphonesimulator/project.app/main.jsbundle does not exist. This must be a...
> > > [@krystofwoldrich](https://github.com/krystofwoldrich) thanks for the message > > > whenever I wrap metro config with 'withSentryConfig' I got this error: > > > File /Users/username/Library/Developer/Xcode/DerivedData/projectName/Build/Products/Release-iphonesimulator/project.app/main.jsbundle does not exist....
That's strange. `DevMenu` is one of the internal core components of React Native and shouldn't be loaded into prod bundle at all (that's probably why you get the error, since...
@usmanbajwa878 Are you using Reactotron? If so, have you tried to apply the suggestion above? There is an open issue in their repo as well - https://github.com/infinitered/reactotron/issues/1513