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/performance/opentelemetry-setup/agent-explanation/java.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
This is our recommended way of setting up Sentry with OpenTelemetry as it offers the broadest support for frameworks and libraries.
2
2
3
-
The `sentry-opentelemetry-agent` makes use of the [`java`commands`-javaagent` argument](https://docs.oracle.com/en/java/javase/17/docs/api/java.instrument/java/lang/instrument/package-summary.html). This Java Agent will run some code before starting your application, configuring OpenTelemetry and Sentry and also dynamically injects bytecode into your application.
3
+
The `sentry-opentelemetry-agent` makes use of the [`java`command's`-javaagent` argument](https://docs.oracle.com/en/java/javase/17/docs/api/java.instrument/java/lang/instrument/package-summary.html). This Java Agent will run some code before starting your application, configuring OpenTelemetry and Sentry and also dynamically injects bytecode into your application.
4
4
5
5
The injected code allows OpenTelemetry and by extension also Sentry to:
0 commit comments