diff --git a/packages/opentelemetry/src/contextManager.ts b/packages/opentelemetry/src/contextManager.ts index 43568fb34398..46561e3242fd 100644 --- a/packages/opentelemetry/src/contextManager.ts +++ b/packages/opentelemetry/src/contextManager.ts @@ -11,7 +11,7 @@ import { getScopesFromContext, setContextOnScope, setScopesOnContext } from './u import { setIsSetup } from './utils/setupCheck'; /** - * Wrap an OpenTelemetry ContextManager in a way that ensures the context is kept in sync with the Sentry Hub. + * Wrap an OpenTelemetry ContextManager in a way that ensures the context is kept in sync with the Sentry Scope. * * Usage: * import { AsyncLocalStorageContextManager } from '@opentelemetry/context-async-hooks'; @@ -23,7 +23,7 @@ export function wrapContextManagerClass ReturnType>( context: Context,