MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / getPropagationContext

Method getPropagationContext

packages/core/src/scope.ts:681–683  ·  view source on GitHub ↗

* Get propagation context from the scope, used for distributed tracing

()

Source from the content-addressed store, hash-verified

679 * Get propagation context from the scope, used for distributed tracing
680 */
681 public getPropagationContext(): PropagationContext {
682 return this._propagationContext;
683 }
684
685 /**
686 * Capture an exception for this scope.

Callers 15

_createRouteSpanFunction · 0.80
setupFunction · 0.80
linkTracesFunction · 0.80
_startChunkProfilingMethod · 0.80
scope.test.tsFile · 0.80
trace.test.tsFile · 0.80
getTraceContextFromScopeFunction · 0.80
scopeToTraceHeaderFunction · 0.80
scopeToTraceparentHeaderFunction · 0.80
spanToTraceContextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected