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

Method setSDKProcessingMetadata

packages/core/src/scope.ts:665–668  ·  view source on GitHub ↗

* Add data which will be accessible during event processing but won't get sent to Sentry.

(newData: SdkProcessingMetadata)

Source from the content-addressed store, hash-verified

663 * Add data which will be accessible during event processing but won't get sent to Sentry.
664 */
665 public setSDKProcessingMetadata(newData: SdkProcessingMetadata): this {
666 this._sdkProcessingMetadata = merge(this._sdkProcessingMetadata, newData, 2);
667 return this;
668 }
669
670 /**
671 * Add propagation context to the scope, used for distributed tracing

Callers 15

setupFunction · 0.80
wrapRequestHandlerFunction · 0.80
_wrapHttpFunctionFunction · 0.80
withElysiaFunction · 0.80
requestHandlerFunction · 0.80
scope.test.tsFile · 0.80
trace.test.tsFile · 0.80

Calls 1

mergeFunction · 0.90

Tested by

no test coverage detected