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 2c08f4d commit f7a5c9cCopy full SHA for f7a5c9c
packages/node/src/integrations/http/index.ts
@@ -36,7 +36,7 @@ interface HttpOptions {
36
*
37
* Defaults to `true`.
38
39
- * 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.
40
*/
41
trackIncomingRequestsAsSessions?: boolean;
42
0 commit comments