@sentry/nextjs
Version:
Official Sentry SDK for Next.js
10 lines (9 loc) • 441 B
TypeScript
import { Span, SpanAttributes } from '@sentry/core';
/**
* Drops spans for tunnel requests from middleware or fetch instrumentation.
* This catches both:
* 1. Requests to the local tunnel route (before rewrite)
* 2. Requests to Sentry ingest (after rewrite)
*/
export declare function dropMiddlewareTunnelRequests(span: Span, attrs: SpanAttributes | undefined): void;
//# sourceMappingURL=dropMiddlewareTunnelRequests.d.ts.map