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
Copy file name to clipboardExpand all lines: platform-includes/profiling/automatic-instrumentation-setup/java.mdx
+47-47Lines changed: 47 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,90 +6,90 @@ To enable trace profiling, set the lifecycle to `trace`. Trace profiling require
6
6
Check out the <PlatformLinkto="/tracing/">tracing setup documentation</PlatformLink> for more detailed information on how to configure sampling. Setting the sample rate to 1.0 means all transactions will be captured.
Copy file name to clipboardExpand all lines: platform-includes/profiling/automatic-instrumentation-setup/java.spring-boot.mdx
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,4 +58,9 @@ Sentry.startProfiler()
58
58
59
59
// Stop profiling
60
60
Sentry.stopProfiler()
61
-
```
61
+
```
62
+
63
+
<Alert level="warning">
64
+
If you are using our OpenTelemetry Agent, profiling does currently NOT support the <PlatformLink to="/opentelemetry/setup/agent/auto-init">Agent Auto-Init</PlatformLink> case.
0 commit comments