-
-
Notifications
You must be signed in to change notification settings - Fork 466
Closed
Labels
performancePerformance API issuesPerformance API issues
Description
The goal is to have a mode for finishing transactions automatically once no new spans are added to it for N milliseconds, or a general timeout.
We need to define the spec in the develop.sentry.dev docs and align with other implementations of it. This is an approach used by the JS on the browser (and React Native).
Note On Android: we introduced an opt-out for the auto activity transaction from closing on rendering (it should only add/end span instead of the whole transaction). In that case might not use the idle timeout transaction when that flag is opt-in and rely on the user programatic finish call instead.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
performancePerformance API issuesPerformance API issues