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

fix: Always pass request through parseRequest for raven-node #1404

Merged
merged 1 commit into from
Jun 20, 2018

Conversation

kamilogorek
Copy link
Contributor

Fixes #1399

When someone attached a request using Raven.setContext({ request }) and it didn't follow our http interface https://docs.sentry.io/clientdev/interfaces/http/ it caused a very bad time for stringify function, as it may contain 92830 of references to external objects.

@codecov-io
Copy link

Codecov Report

Merging #1404 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1404   +/-   ##
=======================================
  Coverage   88.09%   88.09%           
=======================================
  Files          31       31           
  Lines         697      697           
  Branches      105      105           
=======================================
  Hits          614      614           
  Misses         78       78           
  Partials        5        5

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update deff2f0...d1ef4fc. Read the comment docs.

@kamilogorek kamilogorek merged commit 69bfcf6 into master Jun 20, 2018
@kamilogorek kamilogorek deleted the parse-node-request branch June 20, 2018 09:56
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.

None yet

3 participants