Skip to content

Commit 6f17db7

Browse files
committed
add OP
1 parent a8866da commit 6f17db7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nextjs/src/common/wrapRouteHandlerWithSentry.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ function startOrUpdateSpan(spanName: string, cb: (rootSpan: Span) => Promise<Res
4040
forceTransaction: true,
4141
attributes: {
4242
[SEMANTIC_ATTRIBUTE_SENTRY_SOURCE]: 'route',
43+
[SEMANTIC_ATTRIBUTE_SENTRY_OP]: 'http.server',
4344
[SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN]: 'auto.function.nextjs',
4445
},
4546
},

0 commit comments

Comments
 (0)