We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68c874 commit 341ba6bCopy full SHA for 341ba6b
1 file changed
sentry/src/main/java/io/sentry/SentryOptions.java
@@ -1436,8 +1436,8 @@ public boolean isEnableSessionTraceLifecycle() {
1436
}
1437
1438
/**
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.
+ * Enables or disables session trace lifecycle. When enabled, root transactions without a parent
+ * span can reuse the current session propagation context.
1441
*
1442
* <p>This option is intended for Android/mobile SDKs where trace boundaries are managed by the
1443
* SDK session lifecycle. Do not enable it for JVM backend, desktop, or other non-session-managed
0 commit comments