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
:param setup_otlp_traces_exporter: Automatically configure an Exporter to send OTLP traces from the DSN, defaults to True.
163
+
Set to False if using a custom collector or to setup the TracerProvider manually.
164
+
:param setup_propagator: Automatically configure the Sentry Propagator for Distributed Tracing, defaults to True.
165
+
Set to False to configure propagators manually or to disable propagation.
166
+
:param capture_exceptions: Intercept and capture exceptions on the OpenTelemetry Span in Sentry as well, defaults to False.
167
+
Set to True to turn on capturing but be aware that since Sentry captures most exceptions, duplicate exceptions might be dropped by DedupeIntegration in many cases.
0 commit comments