Skip to content

Commit eb5765a

Browse files
ref(proj-config): Remove span attributes option (#64347)
1 parent e8365cb commit eb5765a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/sentry/models/options/project_option.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"sentry:dynamic_sampling",
5757
"sentry:dynamic_sampling_biases",
5858
"sentry:breakdowns",
59-
"sentry:span_attributes",
6059
"sentry:transaction_name_cluster_rules",
6160
"sentry:span_description_cluster_rules",
6261
"quotas:spike-protection-disabled",

src/sentry/projectoptions/defaults.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@
102102
# extracted performance metrics.
103103
register(key="sentry:transaction_metrics_custom_tags", epoch_defaults={1: []})
104104

105-
# Default span attributes config
106-
register(key="sentry:span_attributes", epoch_defaults={1: ["exclusive-time"]})
107-
108105
DEFAULT_PROJECT_PERFORMANCE_DETECTION_SETTINGS = {
109106
"uncompressed_assets_detection_enabled": True,
110107
"consecutive_http_spans_detection_enabled": True,

0 commit comments

Comments
 (0)