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 927746c commit 88b8d18Copy full SHA for 88b8d18
packages/nextjs/src/config/wrappers/wrapperUtils.ts
@@ -32,7 +32,6 @@ export function callDataFetcherTraced<F extends (...args: any[]) => Promise<any>
32
// right here so making that check will probabably not even be necessary.
33
// Logic will be: If there is no active transaction, start one with correct name and source. If there is an active
34
// transaction, create a child span with correct name and source.
35
- // We will probably need to put
36
transaction.name = route;
37
transaction.metadata.source = 'route';
38
0 commit comments