We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebeb01 commit 28f05bcCopy full SHA for 28f05bc
packages/node/src/integrations/tracing/connect.ts
@@ -40,7 +40,7 @@ export const setupConnectErrorHandler = (app: ConnectApp): void => {
40
41
// Sadly, ConnectInstrumentation has no requestHook, so we need to add the attributes here
42
// 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
+ // it would always run even for users that are not even using connect
44
const client = getClient();
45
if (client) {
46
client.on('spanStart', span => {
0 commit comments