MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / sentryNonRecordingSpan.test.ts

File sentryNonRecordingSpan.test.ts

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

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'vitest';
2import { SPAN_STATUS_ERROR } from '../../../src/tracing';
3import { SentryNonRecordingSpan } from '../../../src/tracing/sentryNonRecordingSpan';
4import type { Span } from '../../../src/types/span';

Callers

nothing calls this directly

Calls 9

spanIsSampledFunction · 0.90
spanToJSONFunction · 0.90
spanContextMethod · 0.65
isRecordingMethod · 0.65
endMethod · 0.65
updateNameMethod · 0.65
setAttributeMethod · 0.65
setAttributesMethod · 0.65
setStatusMethod · 0.65

Tested by

no test coverage detected