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

Add always report stdarg to Sentry #1982

Merged
merged 2 commits into from
Mar 18, 2019
Merged

Add always report stdarg to Sentry #1982

merged 2 commits into from
Mar 18, 2019

Conversation

juliangruber
Copy link
Contributor

@juliangruber juliangruber commented Mar 18, 2019

Before this change, only if user or team could be read from the scope would stdarg be reported to Sentry, however it's completely unrelated to the existence of the former and is always useful debugging information.

Before this change, only if `user` or `team` could be read from
the scope would stdarg be reported to Sentry, however it's
completely unrelated to the existence of the former and is always
useful debugging information.
@juliangruber juliangruber requested a review from leo March 18, 2019 07:32
@codecov-io
Copy link

codecov-io commented Mar 18, 2019

Codecov Report

Merging #1982 into canary will increase coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           canary   #1982      +/-   ##
=========================================
+ Coverage    6.27%   6.27%   +<.01%     
=========================================
  Files          90      90              
  Lines        4113    4111       -2     
=========================================
  Hits          258     258              
+ Misses       3855    3853       -2
Impacted Files Coverage Δ
src/util/report-error.js 0% <0%> (ø) ⬆️

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 eb2a7b5...530a979. Read the comment docs.

Copy link
Contributor

@leo leo left a comment

Choose a reason for hiding this comment

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

Great catch!

@leo leo merged commit 2678656 into canary Mar 18, 2019
@leo leo deleted the add/always-report-stdarg branch March 18, 2019 17:37
leo pushed a commit that referenced this pull request Mar 19, 2019
Before this change, only if `user` or `team` could be read from
the scope would stdarg be reported to Sentry, however it's
completely unrelated to the existence of the former and is always
useful debugging information.
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