Philipp Hofmann
Philipp Hofmann
Unfortunately, setting `SentryFrame.module` impacts grouping; see [docs](https://docs.sentry.io/product/data-management-settings/event-grouping/#grouping-by-stack-trace) and screenshot: I have to [validate](https://sentry.slack.com/archives/CHD6EM6BC/p1677572914639739) if we can make some changes on the backend to make this a nonbreaking change. Even if...
@brustolin, have a look at https://sentry-sdks.sentry.io/issues/?project=5428557&query=is%3Aunresolved+captured+a+message&referrer=issue-list&statsPeriod=14d. ### Existing Grouping https://sentry-sdks.sentry.io/issues/2895893229/events/b3a2e3a1132c43a6a5fefe8dd9e58171/?project=5428557 ### New Group 1 https://sentry-sdks.sentry.io/issues/3963189205/events/1c3b5d72e9004849b54ba3a7128eb5b0/?project=5428557 ### New Group 2 https://sentry-sdks.sentry.io/issues/3963200633/events/a9bebe6f64da4a2ab31968d46d4d1ef4/?project=5428557
> IMO this is not a problem. It will trigger tons of alerts, and the same issues will end up in different groups depending on the Cocoa SDK version. That's...
@embassem, until we support module for issue ownership, you should be able to paths, as the SDK sends these, see https://docs.sentry.io/product/issues/issue-owners/#methods.
@embassem, is it working correctly for you? Anything we can improve?
@armcknight, while this is a great idea, I will close this as we currently don't have any plans on adding this, and I'd like to keep our backlog small. We...
We did some fixes with https://github.com/getsentry/sentry-cocoa/pull/1735 released in [7.12.0](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#7120) and https://github.com/getsentry/sentry-cocoa/pull/2662 released in [8.1.0](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#810) that could solve this problem. Do you still see it happening, @georges?
Thanks for the update, @georges. Can you share some insights on why you can't update because of the Swift dependency?
The following should do the trick, but Criollo needs a new release, because `1.0.1` doesn't include the `Package.swift` file, so we have to point to `master` here, which is not...
Both iOS and Android should group events captured with `captureMessage` by stacktrace. @Damned163, please share the event grouping information at the bottom of an event with us. You can retrieve...