Skip to content

Commit f7a5c9c

Browse files
Luca Forstnermydea
andauthored
Update packages/node/src/integrations/http/index.ts
Co-authored-by: Francesco Novy <[email protected]>
1 parent 2c08f4d commit f7a5c9c

File tree

1 file changed

+1
-1
lines changed
  • packages/node/src/integrations/http

1 file changed

+1
-1
lines changed

packages/node/src/integrations/http/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ interface HttpOptions {
3636
*
3737
* Defaults to `true`.
3838
*
39-
* Note: If `autoSessionTracking` is set to `false` in `Sentry.init()` or the Client owning this integration, this option will also default to `false`.
39+
* Note: If `autoSessionTracking` is set to `false` in `Sentry.init()` or the Client owning this integration, this option will be ignored.
4040
*/
4141
trackIncomingRequestsAsSessions?: boolean;
4242

0 commit comments

Comments
 (0)