Skip to content

Commit 75c1d2b

Browse files
adinauerlbloder
andauthored
Apply suggestions from code review
Co-authored-by: Lukas Bloder <[email protected]>
1 parent 3967211 commit 75c1d2b

File tree

1 file changed

+1
-1
lines changed
  • platform-includes/performance/opentelemetry-setup/agent-explanation

1 file changed

+1
-1
lines changed

platform-includes/performance/opentelemetry-setup/agent-explanation/java.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This is our recommended way of setting up Sentry with OpenTelemetry as it offers the broadest support for frameworks and libraries.
22

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.
44

55
The injected code allows OpenTelemetry and by extension also Sentry to:
66

0 commit comments

Comments
 (0)