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

File opentelemetry.ts

packages/remix/src/server/integrations/opentelemetry.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { Client, IntegrationFn, Span } from '@sentry/core';
2import { defineIntegration, SEMANTIC_ATTRIBUTE_SENTRY_OP, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN } from '@sentry/core';
3import { generateInstrumentOnce, getClient, spanToJSON } from '@sentry/node';
4import type { RemixOptions } from '../../utils/remixOptions';

Callers

nothing calls this directly

Calls 2

generateInstrumentOnceFunction · 0.90
defineIntegrationFunction · 0.90

Tested by

no test coverage detected