File tree Expand file tree Collapse file tree
packages/opentelemetry/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ import { SDK_INFO } from '@opentelemetry/core';
33import { SERVICE_NAME , SERVICE_VERSION } from '@sentry/conventions/attributes' ;
44import { SDK_VERSION } from '@sentry/core' ;
55
6- // These resource attributes are not (yet) part of `@sentry/conventions`, so we inline the
6+ // These resource attributes are not part of `@sentry/conventions`, so we inline the
77// stable OTel attribute keys here as plain strings rather than depending on
88// `@opentelemetry/semantic-conventions`. The string values must match exactly, as
99// `SDK_INFO` (from `@opentelemetry/core`) is keyed by them.
10+ // This is OTEL-specific and not relevant for Sentry, and will eventually go away.
1011const ATTR_TELEMETRY_SDK_LANGUAGE = 'telemetry.sdk.language' ;
1112const ATTR_TELEMETRY_SDK_NAME = 'telemetry.sdk.name' ;
1213const ATTR_TELEMETRY_SDK_VERSION = 'telemetry.sdk.version' ;
You can’t perform that action at this time.
0 commit comments