You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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
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.
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 orwaitForChildren
. One way to fix this would be to enablewaitForChildren
, or to add an extra flag thatisAutoGeneratedTransaction
check.This is an edge case; I would be OK with fixing it with an upcoming PR.
Originally posted by @philipphofmann in #3621 (comment)
The text was updated successfully, but these errors were encountered: