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

File stacktrace.test.ts

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

Source from the content-addressed store, hash-verified

1import { beforeEach, describe, expect, it, vi } from 'vitest';
2import { nodeStackLineParser } from '../../../src/utils/node-stack-trace';
3import { createStackParser, stripSentryFramesAndReverse } from '../../../src/utils/stacktrace';
4

Callers

nothing calls this directly

Calls 7

createStackParserFunction · 0.90
nodeStackLineParserFunction · 0.90
nodeFunction · 0.85
unshiftMethod · 0.80
pushMethod · 0.80
fromMethod · 0.45

Tested by

no test coverage detected