We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7334e14 commit ffbd467Copy full SHA for ffbd467
1 file changed
packages/nextjs/src/edge/index.ts
@@ -85,7 +85,6 @@ export function init(options: VercelEdgeOptions = {}): void {
85
};
86
87
const nextjsIgnoreSpans: NonNullable<VercelEdgeOptions['ignoreSpans']> = [
88
- // Spans flagged via TRANSACTION_ATTR_SHOULD_DROP_TRANSACTION
89
// (set in `dropMiddlewareTunnelRequests` during `spanStart`)
90
{ attributes: { [TRANSACTION_ATTR_SHOULD_DROP_TRANSACTION]: true } },
91
];
0 commit comments