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

Function setNormalizeStringifier

packages/core/src/utils/normalize.ts:17–19  ·  view source on GitHub ↗
(newStringifier: Stringifier | undefined)

Source from the content-addressed store, hash-verified

15 * Return undefined to fall back to the generic behavior.
16 */
17export function setNormalizeStringifier(newStringifier: Stringifier | undefined): void {
18 stringifier = newStringifier;
19}
20
21type Prototype = { constructor?: (...args: unknown[]) => unknown };
22// This is a hack to placate TS, relying on the fact that technically, arrays are objects with integer keys. Normally we

Callers 8

normalize.test.tsFile · 0.90
string.test.tsFile · 0.90
normalize.test.tsFile · 0.90
normalize.test.tsFile · 0.90
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected