Skip to content

Commit a7896b5

Browse files
committed
Remove unfinished sentence
1 parent ba8deb5 commit a7896b5

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
@@ -27,7 +27,6 @@ export function callDataFetcherTraced<F extends (...args: any[]) => Promise<any>
2727
// right here so making that check will probabably not even be necessary.
2828
// Logic will be: If there is no active transaction, start one with correct name and source. If there is an active
2929
// transaction, create a child span with correct name and source.
30-
// We will probably need to put
3130
transaction.name = route;
3231
transaction.metadata.source = 'route';
3332

0 commit comments

Comments
 (0)