Skip to content

Commit 5497517

Browse files
committed
fix(nextjs): Rename data fetch span op to http.server
1 parent d1f0b60 commit 5497517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/src/config/wrappers/wrapperUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export function callTracedServerSideDataFetcher<F extends (...args: any[]) => Pr
9595

9696
const newTransaction = startTransaction(
9797
{
98-
op: 'nextjs.data.server',
98+
op: 'http.server',
9999
name: options.requestedRouteName,
100100
...traceparentData,
101101
status: 'ok',

0 commit comments

Comments
 (0)