Skip to content

Commit

Permalink
Remove unfinished sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Aug 17, 2022
1 parent 927746c commit 88b8d18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nextjs/src/config/wrappers/wrapperUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export function callDataFetcherTraced<F extends (...args: any[]) => Promise<any>
// right here so making that check will probabably not even be necessary.
// Logic will be: If there is no active transaction, start one with correct name and source. If there is an active
// transaction, create a child span with correct name and source.
// We will probably need to put
transaction.name = route;
transaction.metadata.source = 'route';

Expand Down

0 comments on commit 88b8d18

Please sign in to comment.