Skip to content

Commit

Permalink
feat(normalization): register 'relay.span-normalization.allowed_hosts…
Browse files Browse the repository at this point in the history
…' option
  • Loading branch information
aldy505 committed Jul 27, 2024
1 parent 0464d93 commit c2aa22c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/sentry/options/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,13 @@
flags=FLAG_AUTOMATOR_MODIFIABLE,
)

# Allow the Relay to skip normalization of spans for certain hosts.
register(
"relay.span-normalization.allowed_hosts",
default=[],
flags=FLAG_ALLOW_EMPTY | FLAG_AUTOMATOR_MODIFIABLE,
)

# Analytics
register("analytics.backend", default="noop", flags=FLAG_NOSTORE)
register("analytics.options", default={}, flags=FLAG_NOSTORE)
Expand Down

0 comments on commit c2aa22c

Please sign in to comment.