From f7a5c9cf08880bf131691e51dd33f680357f140b Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Wed, 4 Dec 2024 13:32:50 +0100 Subject: [PATCH] Update packages/node/src/integrations/http/index.ts Co-authored-by: Francesco Novy --- packages/node/src/integrations/http/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;