Ignore HTTP Outbound Domains #4283
pawan-oi
started this conversation in
Features / New Integrations / Ideas
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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