Skip to content

Commit

Permalink
fix(nextjs): Rename data fetch span op to http.server
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Sep 27, 2022
1 parent d1f0b60 commit 5497517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/src/config/wrappers/wrapperUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export function callTracedServerSideDataFetcher<F extends (...args: any[]) => Pr

const newTransaction = startTransaction(
{
op: 'nextjs.data.server',
op: 'http.server',
name: options.requestedRouteName,
...traceparentData,
status: 'ok',
Expand Down

0 comments on commit 5497517

Please sign in to comment.