Ignore HTTP Outbound Domains #4283
pawan-oi
started this conversation in
Features / New Integrations / Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
can we have something like this in init() method , which can ignore the outbound spans for specified domain?
ignore_outbound_http_domains = ["nr-data.net"]
sentry_sdk.init(
ignore_outbound_http_domains = ignore_outbound_http_domains
)
Beta Was this translation helpful? Give feedback.
All reactions