We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b1890 commit 694809eCopy full SHA for 694809e
Scripts/semantic-convention/templates/SemanticAttributes.swift.j2
@@ -92,12 +92,6 @@ public enum {{enum}}: String {
92
*/
93
public static let {{ member.member_id | to_camelcase }} = {{class_name}}({{ print_value(type, member.value) }})
94
{%- endfor %}
95
- {%- if 'TelemetrySdkLanguage' in class_name %}
96
- /**
97
- swift.
98
- */
99
- public static let swift = TelemetrySdkLanguageValues("swift")
100
- {%- endif %}
101
102
internal let value: String
103
0 commit comments