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