Skip to content

Commit 694809e

Browse files
committed
Remove Swift manual addition
This was added to the spec under open-telemetry/opentelemetry-specification#2097 and will be included when we upgrade again.
1 parent 34b1890 commit 694809e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Scripts/semantic-convention/templates/SemanticAttributes.swift.j2

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,6 @@ public enum {{enum}}: String {
9292
*/
9393
public static let {{ member.member_id | to_camelcase }} = {{class_name}}({{ print_value(type, member.value) }})
9494
{%- endfor %}
95-
{%- if 'TelemetrySdkLanguage' in class_name %}
96-
/**
97-
swift.
98-
*/
99-
public static let swift = TelemetrySdkLanguageValues("swift")
100-
{%- endif %}
10195

10296
internal let value: String
10397

0 commit comments

Comments
 (0)