Commit 69cd5e6
authored
fix: add sentry.io to network allowlist for OTLP export (#6073)
The AWF firewall was blocking outbound HTTPS to `*.ingest.us.sentry.io`
because it wasn't in the `network.allowed` list. Firewall logs showed 8
requests blocked by `deny-default`.
This adds `*.ingest.us.sentry.io` to the network allowlist so the OTLP
trace exporter can reach Sentry.2 files changed
Lines changed: 18 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments