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

Function setExtra

packages/core/src/exports.ts:83–85  ·  view source on GitHub ↗
(key: string, extra: Extra)

Source from the content-addressed store, hash-verified

81 * @param extra Any kind of data. This data will be normalized.
82 */
83export function setExtra(key: string, extra: Extra): void {
84 getIsolationScope().setExtra(key, extra);
85}
86
87/**
88 * Set an object that will be merged sent as tags data with the event.

Callers

nothing calls this directly

Calls 2

getIsolationScopeFunction · 0.90
setExtraMethod · 0.80

Tested by

no test coverage detected