Philipp Hofmann

Results 731 comments of Philipp Hofmann

That could also be @romtsn. Updating self-hosted Sentry to the latest version could solve the problem.

The logic of the Cocoa SDK is simple. When there is a new envelope, the SDK first stores it to disk async. We accept the tradeoff that we might lose...

We want to use the Sentry Android Gradle Plugin to get the full list of packages and add them to `inAppIncludes`.

This could be related to https://github.com/getsentry/sentry-cocoa/issues/3320. We see this crash happen frequently [here](https://sentry.sentry.io/issues/4299762091/?project=4505469596663808&query=is%3Aunresolved&referrer=issue-stream&statsPeriod=14d&stream_index=0).

We should align with what we already have for [GraphQL on Android/Java](https://github.com/getsentry/sentry-java/issues?q=is%3Aissue+graphql+is%3Aclosed).

@lhunath, it could be related to #2971, but it doesn't have to be. Please open a separate issue for this, as I don't think it's related to this one.

This could be fixed with https://github.com/getsentry/sentry-cocoa/issues/2996.

> @philipphofmann #2996 is currently in Backlog with P4 - does it make sense to assign this item an according priority / or tackle this separately from the other? I...

Thanks for reporting this, @mbabin. We still need to investigate what could cause this. I think it could be that we missed some edge cases in `SentryTimeToDisplayTracker.` For example, we...