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

File transactions.test.ts

packages/node-core/test/integration/transactions.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { context, trace, TraceFlags } from '@opentelemetry/api';
2import type { ErrorEvent, TransactionEvent } from '@sentry/core';
3import { debug, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, SEMANTIC_ATTRIBUTE_SENTRY_SOURCE } from '@sentry/core';
4import { afterEach, describe, expect, it, vi } from 'vitest';

Callers

nothing calls this directly

Calls 15

cleanupOtelFunction · 0.90
mockSdkInitFunction · 0.90
getSpanProcessorFunction · 0.90
setTimeoutFunction · 0.85
pushMethod · 0.80
addBreadcrumbMethod · 0.80
setTagMethod · 0.80
setAttributesMethod · 0.65
endMethod · 0.65
flushMethod · 0.65
nowMethod · 0.65
forEachMethod · 0.65

Tested by

no test coverage detected