Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add deprecation warning for fastify
  • Loading branch information
AbhiPrasad committed Feb 24, 2025
commit f8394aeda982087ee046d0bd0e63675d2fae7db2
1 change: 1 addition & 0 deletions packages/node/src/integrations/tracing/fastify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const INTEGRATION_NAME = 'Fastify';
export const instrumentFastify = generateInstrumentOnce(
INTEGRATION_NAME,
() =>
// eslint-disable-next-line deprecation/deprecation
new FastifyInstrumentation({
requestHook(span) {
addFastifySpanAttributes(span);
Expand Down
Loading