Add swift to the list of `telemetry.sdk.language` (#2097)
This commit is contained in:
parent
c543bb9036
commit
14973d30e6
|
|
@ -33,6 +33,8 @@ groups:
|
|||
value: "ruby"
|
||||
- id: webjs
|
||||
value: "webjs"
|
||||
- id: swift
|
||||
value: "swift"
|
||||
brief: >
|
||||
The language of the telemetry SDK.
|
||||
- id: sdk.version
|
||||
|
|
|
|||
|
|
@ -128,6 +128,7 @@ The identifier SHOULD be stable across different versions of an implementation.
|
|||
| `python` | python |
|
||||
| `ruby` | ruby |
|
||||
| `webjs` | webjs |
|
||||
| `swift` | swift |
|
||||
<!-- endsemconv -->
|
||||
|
||||
## Compute Unit
|
||||
|
|
|
|||
Loading…
Reference in New Issue