diff --git a/packages/node/src/integrations/http/index.ts b/packages/node/src/integrations/http/index.ts index b9aa5f3635bc..10f0583b5ac6 100644 --- a/packages/node/src/integrations/http/index.ts +++ b/packages/node/src/integrations/http/index.ts @@ -36,7 +36,7 @@ interface HttpOptions { * * Defaults to `true`. * - * Note: If `autoSessionTracking` is set to `false` in `Sentry.init()` or the Client owning this integration, this option will also default to `false`. + * Note: If `autoSessionTracking` is set to `false` in `Sentry.init()` or the Client owning this integration, this option will be ignored. */ trackIncomingRequestsAsSessions?: boolean;