Skip to content

Commit 88b8d18

Browse files
author
Luca Forstner
committed
Remove unfinished sentence
1 parent 927746c commit 88b8d18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export function callDataFetcherTraced<F extends (...args: any[]) => Promise<any>
3232
// right here so making that check will probabably not even be necessary.
3333
// Logic will be: If there is no active transaction, start one with correct name and source. If there is an active
3434
// transaction, create a child span with correct name and source.
35-
// We will probably need to put
3635
transaction.name = route;
3736
transaction.metadata.source = 'route';
3837

0 commit comments

Comments
 (0)