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

File eventbuilder.test.ts

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

Source from the content-addressed store, hash-verified

1import { describe, expect, it, test } from 'vitest';
2import type { Client } from '../../../src/client';
3import { eventFromMessage, eventFromUnknownInput, exceptionFromError } from '../../../src/utils/eventbuilder';
4import { nodeStackLineParser } from '../../../src/utils/node-stack-trace';

Callers

nothing calls this directly

Calls 7

createStackParserFunction · 0.90
nodeStackLineParserFunction · 0.90
testFunction · 0.90
eventFromUnknownInputFunction · 0.90
eventFromMessageFunction · 0.90
addNonEnumerablePropertyFunction · 0.90
exceptionFromErrorFunction · 0.90

Tested by

no test coverage detected