Skip to content

Commit e4ed330

Browse files
author
Andrii Soldatenko
committed
fixup!
1 parent 5c34a16 commit e4ed330

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/sentry/conf/server.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,10 @@ def SOCIAL_AUTH_DEFAULT_USERNAME():
655655
"releasemonitor",
656656
routing_key="releasemonitor",
657657
),
658+
Queue(
659+
"dynamicsampling",
660+
routing_key="dynamicsampling",
661+
),
658662
Queue("incidents", routing_key="incidents"),
659663
Queue("incident_snapshots", routing_key="incident_snapshots"),
660664
Queue("incidents", routing_key="incidents"),
@@ -1067,7 +1071,7 @@ def SOCIAL_AUTH_DEFAULT_USERNAME():
10671071
# Try to derive normalization rules by clustering transaction names.
10681072
"organizations:transaction-name-clusterer": False,
10691073
# Sanitize transaction names in the ingestion pipeline.
1070-
"organizations:transaction-name-sanitization": False, # DEPRECATED
1074+
"organizations:transaction-name-sanitization": False,
10711075
# Extraction metrics for transactions during ingestion.
10721076
"organizations:transaction-metrics-extraction": False,
10731077
# True if release-health related queries should be run against both

0 commit comments

Comments
 (0)