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: sentry-opentelemetry/README.md
+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
@@ -47,7 +47,7 @@ Combines all modules and dependencies needed to use Sentry with OpenTelemetry wi
47
47
Combines all modules and dependencies needed to use Sentry with OpenTelemetry in SpringBoot without an agent.
48
48
49
49
## Running without an Agent
50
-
If you want to use Sentry with OpenTelemetry without an agent, you can do so by adding the `sentry-opentelemetry-agentless` module as dependencies to your project.
50
+
If you want to use Sentry with OpenTelemetry without an agent, you can do so by adding the `sentry-opentelemetry-agentless`(or `sentry-opentelemetry-agentless-spring`) module as dependency to your project.
51
51
52
52
And run your application with the following JVM arguments:
0 commit comments