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 2e74913 commit e04f448Copy full SHA for e04f448
packages/nextjs/src/server/index.ts
@@ -308,7 +308,6 @@ export function init(options: NodeOptions): NodeClient | undefined {
308
event.type === 'transaction' &&
309
event.contexts?.trace?.data?.['next.span_type'] === 'BaseServer.handleRequest'
310
) {
311
- event.contexts.trace.data = event.contexts.trace.data;
312
event.contexts.trace.data[SEMANTIC_ATTRIBUTE_SENTRY_OP] = 'http.server';
313
event.contexts.trace.op = 'http.server';
314
0 commit comments