Skip to content

Commit 341ba6b

Browse files
adinauerclaude
andcommitted
docs(core): Update session trace lifecycle javadocs
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f68c874 commit 341ba6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sentry/src/main/java/io/sentry/SentryOptions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,8 +1436,8 @@ public boolean isEnableSessionTraceLifecycle() {
14361436
}
14371437

14381438
/**
1439-
* Enables or disables session trace lifecycle. When enabled, root transactions can reuse the
1440-
* current session propagation context unless they force a new trace.
1439+
* Enables or disables session trace lifecycle. When enabled, root transactions without a parent
1440+
* span can reuse the current session propagation context.
14411441
*
14421442
* <p>This option is intended for Android/mobile SDKs where trace boundaries are managed by the
14431443
* SDK session lifecycle. Do not enable it for JVM backend, desktop, or other non-session-managed

0 commit comments

Comments
 (0)