Skip to content

Commit

Permalink
chore: rename suppress tracing key
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed May 19, 2021
1 parent 37f0917 commit 22c5466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-core/src/trace/suppress-tracing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import { Context, createContextKey } from '@opentelemetry/api';

const SUPPRESS_TRACING_KEY = createContextKey(
'@opentelemetry/core suppress.tracing'
'OpenTelemetry SDK Context Key SUPPRESS_TRACING'
);

export function suppressTracing(context: Context): Context {
Expand Down

0 comments on commit 22c5466

Please sign in to comment.