Markus Hintersteiner
Markus Hintersteiner
@kibotu thanks for raising this! Our `SystemEventsBreadcrumbsIntegration` should unregister whenever the app enters background and thus not cause (at least) any background ANRs. Let me have a closer look at...
Thanks for reporting, we'll have a look into this!
Adding on to this, a `.flush()` could trigger a `span.finish()`, and any consecutive `write()` will cause a new span creation again.
> Alternatively, it would be beneficial if we could filter this span out, preventing its duration from contributing to the total ui.load time. @ssputay As of now you could use...
@ssputay Oh I see, yes at this point the timestamps of the `ui.load` transaction won't be trimmed anymore to it's child spans. Unfortunately there's no way around this right now,...
@idosun could you share an event link with us to have a closer look?
As of now extending the limit is not possible, as there's a hard-cap on the backend-side. But, similar to JS, we can simply restart the replay on the SDK side...
Let's also add this to the docs.
Let's keep this as is for now, as soon as we see people having issues we could start investigating.Alternative solutions: * Detect duplicate spans at runtime * Instrument Ktor engine...
Let's have a single pseudo-code like code snippet on how this can be done across all SDKs.