Skip to content

Commit 28f05bc

Browse files
mydeaandreiborza
andauthored
Update packages/node/src/integrations/tracing/connect.ts
Co-authored-by: Andrei <[email protected]>
1 parent 2ebeb01 commit 28f05bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/src/integrations/tracing/connect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const setupConnectErrorHandler = (app: ConnectApp): void => {
4040

4141
// Sadly, ConnectInstrumentation has no requestHook, so we need to add the attributes here
4242
// We register this hook in this method, because if we register it in the integration `setup`,
43-
// it would always run even for users that are not even using fastify
43+
// it would always run even for users that are not even using connect
4444
const client = getClient();
4545
if (client) {
4646
client.on('spanStart', span => {

0 commit comments

Comments
 (0)