Karl Heinz Struggl
Karl Heinz Struggl
I agree with @armcknight and @philipphofmann here - we should prioritise shipping v9 and bump the versions as part of that
@stefanosiano is this done?
As pointed out above, this is currently by design. We're gonna follow up internally if we want to allow this as opt-in guarded by some kind of flag to ensure...
Hey @satyasivaprasad no updates as of now, we'll follow up on this issue once we managed to repro it or if we have questions.
We will try to repro the issue and follow up here.
We're gonna investigate if stripping debug symbols has a potential to deteriorate ability to symbolicate Sentry stack frames. We're currently not planning to auto-enable stack canaries for all builds. If...
another report with additional information is captured in this issue: https://github.com/getsentry/sentry-cocoa/issues/4577
from a RN-related crash where the missing thread/stack trace issue bubbled up: - [Sentry stack trace](https://github.com/software-mansion/react-native-reanimated/issues/5673#issuecomment-2758526106) with the missing information - [Stack trace](https://github.com/software-mansion/react-native-reanimated/issues/5673#issuecomment-2761506291) from CL with potentially more information
We can/should solve this using [hints](https://github.com/getsentry/sentry-cocoa/issues/2325), similar to how JS does.
@anthonycr @arifken we report fatally crashed sessions as `crashed`, and sessions that experience (potentially multiple) non-fatal errors as `errored`. You should be able to see the "Error free session rate"...