Ignore HTTP Outbound Domains #4283
pawan-oi
started this conversation in
Features / 新建 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
)
All reactions