Skip to content

Commit 0dfdebc

Browse files
lpcoxCopilot
andcommitted
fix: add sentry.io to network allowlist for OTLP export
The AWF firewall was blocking outbound HTTPS to sentry.io because it wasn't in network.allowed. Add *.ingest.us.sentry.io to allow OTLP trace export. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 2b301a4 commit 0dfdebc

2 files changed

Lines changed: 18 additions & 17 deletions

File tree

.github/workflows/smoke-otel-tracing.lock.yml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-otel-tracing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ network:
2323
allowed:
2424
- defaults
2525
- go
26+
- "*.ingest.us.sentry.io"
2627
tools:
2728
cache-memory: true
2829
bash: ["*"]

0 commit comments

Comments
 (0)