Open
Description
`h`: What if a user never calls `startWithOptions`? Then the tracer and launch profile would run forever if I'm not mistaken. The auto-generated transactions have a timeout of 30 seconds
sentry-cocoa/Sources/Sentry/SentryTracer.m
Lines 160 to 162 in ac8fd53
but only if they have an idle timeout or waitForChildren
sentry-cocoa/Sources/Sentry/SentryTracer.m
Lines 231 to 234 in ac8fd53
The SentryTracerConfiguration.defaultConfiguration
doesn't have an idle timeout or waitForChildren
. One way to fix this would be to enable waitForChildren
, or to add an extra flag that isAutoGeneratedTransaction
check.
This is an edge case; I would be OK with fixing it with an upcoming PR.
Originally posted by @philipphofmann in #3621 (comment)
Metadata
Metadata
Assignees
Type
Projects
Status
Backlog