Skip to content

Commit 5d6caaf

Browse files
fix(apple): IdleTimeout for iOS (#11581)
Explain that the idleTimeout only applies to user interaction transactions.
1 parent 62bf803 commit 5d6caaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/apple/common/configuration/options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Learn more about enriching events with the view hierarchy in our <PlatformLink t
187187

188188
<ConfigKey name="idle-timeout" supported={["apple.ios"]}>
189189

190-
The idle time, measured in ms, to wait until a transaction will be automatically finished. The transaction will use the end timestamp of the last finished span as the endtime for the transaction.
190+
The idle time, measured in ms, to wait until a <PlatformLink to="/tracing/instrumentation/automatic-instrumentation/#user-interaction-tracing">user interaction transaction</PlatformLink> will be automatically finished. The transaction will use the end timestamp of the last finished span as the endtime for the transaction.
191191

192192
The default is `3000`.
193193

0 commit comments

Comments
 (0)