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

File index.ts

packages/node/src/integrations/tracing/fastify/index.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { Integration, IntegrationFn } from '@sentry/core';
2import { defineIntegration, extendIntegration, getClient } from '@sentry/core';
3import { generateInstrumentOnce } from '@sentry/node-core';
4import type { FastifyInstance, FastifyMinimal, FastifyReply, FastifyRequest } from './types';

Callers

nothing calls this directly

Calls 3

generateInstrumentOnceFunction · 0.90
extendIntegrationFunction · 0.90
defineIntegrationFunction · 0.90

Tested by

no test coverage detected