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 ignoreIncomingRequestBody callback to httpIntegration #15959

Merged
merged 2 commits into from
Apr 4, 2025

Conversation

Page-
Copy link
Contributor

@Page- Page- commented Apr 2, 2025

This allows ignoring the request body for certain requests, which is very useful in situations of long-running requests with large/streaming request bodies which can result in a lot of memory usage

Before submitting a pull request, please take a look at our
Contributing guidelines and verify:

  • If you've added code that should be tested, please add tests.
  • Ensure your code lints and the test suite passes (yarn lint) & (yarn test).

@Page- Page- force-pushed the ignore-incoming-request-body branch from 99aa097 to b10a5e8 Compare April 2, 2025 15:30
Copy link
Member

@Lms24 Lms24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @Page-, thanks for opening this PR! The proposal sounds reasonable to me. I'll also tag @mydea for input. Let me know if you have questions or need assistance to get this ready for review :)

By the way, if there's an issue for this, please link it in the PR description, thanks!

@Lms24 Lms24 requested a review from mydea April 3, 2025 08:24
@Page-
Copy link
Contributor Author

Page- commented Apr 3, 2025

@Lms24 the main reason I still have it as draft is to be able to check the build/lint/tests on a linux VM as windows isn't supported. I was able to build/run just the specific parts I changed whilst on windows but that was with heavy modification and hence wanting to double check in an environment with just the feature change and not the workarounds.

There isn't an issue associated with this (as far as I know) but I can create one to link to if you want?

…t bodies

This allows ignoring the request body for certain requests, which is
very useful in situations of long-running requests with large/streaming
request bodies which can result in a lot of memory usage
@Page- Page- force-pushed the ignore-incoming-request-body branch from b10a5e8 to 46f6503 Compare April 3, 2025 15:22
@Page- Page- marked this pull request as ready for review April 3, 2025 15:23
@Page- Page- requested a review from Lms24 April 3, 2025 18:40
Copy link
Member

@Lms24 Lms24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, thanks for getting back to me!

Usually it'd be best to start off with an issue (after which we'd still gladly accept a PR of course 😅). Since the PR is already here, no need for it now.

This change looks good to me so I'll approve it. Still waiting on comments from other team members before merging it.

@Lms24
Copy link
Member

Lms24 commented Apr 4, 2025

I just made one more change to also add the new option to the HttpOptions of httpIntegration. This is easy to miss because onfortunately we have an unknown in the type chain that makes TS not complain about the missing property when we initialize the SentryHttpInstrumentation.

Talked to the team and everyone is fine with the change. So I'm gonna merge it. Thanks for contributing!

@Lms24 Lms24 merged commit c6261f7 into getsentry:develop Apr 4, 2025
135 checks passed
@Lms24 Lms24 changed the title feat(node): Add ignoreIncomingRequestBody to avoid capturing request bodies feat(node): Add ignoreIncomingRequestBody callback to httpIntegration Apr 4, 2025
@Page-
Copy link
Contributor Author

Page- commented Apr 4, 2025

Awesome, thanks for the quick response @Lms24. And I agree on the issue, it was just a case that by the time I tracked down the memory usage I was already in the place to fix it :)

Lms24 added a commit that referenced this pull request Apr 4, 2025
This PR adds the external contributor to the CHANGELOG.md file, so that
they are credited for their contribution. See #15959

Co-authored-by: Lms24 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants