Skip to content

Commit ba33529

Browse files
committed
.
1 parent 01cbe44 commit ba33529

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/nextjs/src/server/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,7 @@ export function init(options: NodeOptions): NodeClient | undefined {
160160
}
161161
});
162162

163-
client?.on('spanStart', span => {
164-
handleOnSpanStart(span);
165-
});
163+
client?.on('spanStart', handleOnSpanStart);
166164

167165
getGlobalScope().addEventProcessor(
168166
Object.assign(

0 commit comments

Comments
 (0)