Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(node): Add trackIncomingRequestsAsSessions option to http integration #14567

Merged
merged 2 commits into from
Dec 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update packages/node/src/integrations/http/index.ts
Co-authored-by: Francesco Novy <francesco.novy@sentry.io>
  • Loading branch information
lforst and mydea authored Dec 4, 2024
commit f7a5c9cf08880bf131691e51dd33f680357f140b
2 changes: 1 addition & 1 deletion packages/node/src/integrations/http/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Loading