Skip to content

Commit e04f448

Browse files
committed
fix linting issue
1 parent 2e74913 commit e04f448

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/nextjs/src/server/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ export function init(options: NodeOptions): NodeClient | undefined {
308308
event.type === 'transaction' &&
309309
event.contexts?.trace?.data?.['next.span_type'] === 'BaseServer.handleRequest'
310310
) {
311-
event.contexts.trace.data = event.contexts.trace.data;
312311
event.contexts.trace.data[SEMANTIC_ATTRIBUTE_SENTRY_OP] = 'http.server';
313312
event.contexts.trace.op = 'http.server';
314313

0 commit comments

Comments
 (0)