MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / prepareEvent.test.ts

File prepareEvent.test.ts

packages/core/test/lib/prepareEvent.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
2import type { Client, ScopeContext } from '../../src';
3import { createStackParser, getGlobalScope, getIsolationScope, GLOBAL_OBJ } from '../../src';
4import { Scope } from '../../src/scope';

Callers

nothing calls this directly

Calls 15

createStackParserFunction · 0.90
applyDebugIdsFunction · 0.90
applyDebugMetaFunction · 0.90
clearGlobalScopeFunction · 0.90
getIsolationScopeFunction · 0.90
prepareEventFunction · 0.90
getGlobalScopeFunction · 0.90
applyClientOptionsFunction · 0.90
addBreadcrumbMethod · 0.80
addEventProcessorMethod · 0.80
addAttachmentMethod · 0.80

Tested by

no test coverage detected