fix: use correct sdkVersion format (#35)
This commit is contained in:
Родитель
637353434d
Коммит
6c10145e8d
|
@ -87,7 +87,7 @@ export class Context {
|
|||
|
||||
this.tags[
|
||||
this.keys.internalSdkVersion
|
||||
] = `node${Context.nodeVersion}|exporter:${Context.sdkVersion}|ot:${SDK_INFO.VERSION}`;
|
||||
] = `node${Context.nodeVersion}:ot${SDK_INFO.VERSION}:ext${Context.sdkVersion}`;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче