-
-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Labels
Description
SentryTracer.waitForChildren waits for all child spans to finish. The downside of this is that when one of these spans never finishes, the SDK never finishes the transaction. We can solve this by, for example, by starting a timeout for the transaction, which is reset every time a new span is added. When this timeout exceeds, the SentryTracer finishes the transaction.
Reactions are currently unavailable