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/sentry-opentelemetry-agent/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
@@ -27,7 +27,7 @@ settings as environment variables (e.g. `SENTRY_DSN=...`).
27
27
28
28
By default, if you pass either `SENTRY_DSN` or `SENTRY_PROPERTIES_FILE` as environment variable,
29
29
Sentry will automatically be initialized by this agent. To disable this behaviour, you can set
30
-
`SENTRY_AUTO_INIT=false` as environment variable. You will then have to initialize Sentry inside
30
+
`SENTRY_AUTO_INIT=false` as environment variable. You will then have to use a Sentry SDK that takes care of initialization or initialize Sentry manually inside
0 commit comments