Skip to content

Commit aff3c73

Browse files
authored
fix(otlp): Remove duplicate alias for span.name (#93906)
I missed this in #93725, we need to also remove the existing alias.
1 parent 2102d7b commit aff3c73

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/sentry/search/eap/spans/attributes.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,6 @@
100100
internal_name="sentry.op",
101101
search_type="string",
102102
),
103-
ResolvedAttribute(
104-
public_alias="span.name",
105-
internal_name="sentry.op",
106-
search_type="string",
107-
secondary_alias=True,
108-
),
109103
ResolvedAttribute(
110104
public_alias="span.category",
111105
internal_name="sentry.category",

0 commit comments

Comments
 (0)