Skip to content

Commit c381c5e

Browse files
committed
clarify
1 parent b292ad8 commit c381c5e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/opentelemetry/src/resource.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ import { SDK_INFO } from '@opentelemetry/core';
33
import { SERVICE_NAME, SERVICE_VERSION } from '@sentry/conventions/attributes';
44
import { 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.
1011
const ATTR_TELEMETRY_SDK_LANGUAGE = 'telemetry.sdk.language';
1112
const ATTR_TELEMETRY_SDK_NAME = 'telemetry.sdk.name';
1213
const ATTR_TELEMETRY_SDK_VERSION = 'telemetry.sdk.version';

0 commit comments

Comments
 (0)