Philipp Hofmann
Philipp Hofmann
@mokagio, yes, the call will be blocking with a timeout parameter. Similar to [`DispatchGroup.wait(timeout:)`](https://developer.apple.com/documentation/dispatch/dispatchgroup/1780590-wait).
> I'm guessing the choice of making it blocking with a timeout is to cope with the possibility of having a long stash of events to send and not being...
> Edit: After upgrading sentry_flutter to v6.5.1, flutter clean, and re-run my app, it started working. I'm happy that it works now, so I don't think that this is related.
The use case for this is to determine if your animations cause glitches. If we added spans for animations, this wouldn't help much because you don't know which span had...
Please don't merge yet, waiting for a green light that pre-warmed app starts are searchable in discover.
Blocked by https://github.com/getsentry/sentry/issues/36927
We remove them because when creating the stacktrace when capturing events, the stacktrace contains frames from the Cocoa SDK, and this was confusing to users. I think even when we...
Was fixed with https://github.com/getsentry/sentry-cocoa/pull/2002
What is the error message of the crash, @jaroslavas? When does this happen? Do you maybe have a repro for us?
> a lot of reports in organizer from live users. What exactly do you mean by that?