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 a8866da commit 6f17db7Copy full SHA for 6f17db7
packages/nextjs/src/common/wrapRouteHandlerWithSentry.ts
@@ -40,6 +40,7 @@ function startOrUpdateSpan(spanName: string, cb: (rootSpan: Span) => Promise<Res
40
forceTransaction: true,
41
attributes: {
42
[SEMANTIC_ATTRIBUTE_SENTRY_SOURCE]: 'route',
43
+ [SEMANTIC_ATTRIBUTE_SENTRY_OP]: 'http.server',
44
[SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN]: 'auto.function.nextjs',
45
},
46
0 commit comments