MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / getIgnoreSpans

Function getIgnoreSpans

packages/nextjs/test/edgeSdk.test.ts:79–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77
78 describe('ignoreSpans', () => {
79 function getIgnoreSpans(): NonNullable<SentryVercelEdge.VercelEdgeOptions['ignoreSpans']> {
80 const callArgs = vercelEdgeInit.mock.calls[0]?.[0] as SentryVercelEdge.VercelEdgeOptions;
81 return callArgs.ignoreSpans ?? [];
82 }
83
84 it('appends the TRANSACTION_ATTR_SHOULD_DROP_TRANSACTION attribute filter', () => {
85 init({});

Callers 1

edgeSdk.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected