Philipp Hofmann
Philipp Hofmann
@buenaflor, I need your input, please. If you need a refresher on what SDK crash detection is, read [this](https://github.com/getsentry/sentry/tree/master/src/sentry/utils/sdk_crashes). I plan to enable the SDK crash detection for the Dart...
> I'm wondering though how we can detect sdk frames at all since we remove them: https://github.com/getsentry/sentry-dart/blob/6575860857eb9784ce13785f3a2eeade01013808/dart/lib/src/sentry_stack_trace_factory.dart#L44 @buenaflor, upsi, that's a blocker. Can we start sending them? On Java, we...
@buenaflor, strictly speaking, no, we shouldn't do this without a major, but as these frames aren't inApp in most cases they shouldn't impact grouping. @kahest what do you think?
I'm going to use the same rules for system frames that we use for grouping https://github.com/getsentry/sentry/blob/c4c4c9f4e8de9662c6fcb6ea123b8ab4cd34d133/src/sentry/grouping/enhancer/enhancement-configs/newstyle%402023-01-11.txt#L83-L85
We can't make it work for Flutter Browser because the stacktrace paths don't include enough information to reliably detect where frames come from, but I think that's acceptable. ```JSON {...
I think we don't need to provide our own instructions. The link is sufficient, IMO. I'm going to close this. Feel free to reopen it again if you disagree, @brustolin...
I can't recall why we wanted this. If @bruno-garcia has no objections, I'm fine closing the issue.
Let's merge this to the 8.0.0 branch once we create it. I still would like to release a hotfix with https://github.com/getsentry/sentry-cocoa/pull/2398 before that.
@StevenMasini, no, we didn't ship this feature yet. Here are the docs explaining [how to upload dSYMs](https://docs.sentry.io/platforms/apple/dsym/).
The SDK uses the imageName as `package`. The imageName contains the full path to the image, such as - "/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore" - "/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation" - "/private/var/containers/Bundle/Application/ED1CA0BB-A6D4-45AB-9232-9EE2802D9C7F/iOS-Swift.app/iOS-Swift" Although the SDK sends the full...