fix: logged errors are reported to error reporting#122
fix: logged errors are reported to error reporting#122DominicKramer merged 18 commits intogoogleapis:masterfrom
Conversation
kjin
left a comment
There was a problem hiding this comment.
Same comments as in the logging-winston PR.
Codecov Report
@@ Coverage Diff @@
## master #122 +/- ##
==========================================
+ Coverage 84.83% 85.26% +0.42%
==========================================
Files 3 3
Lines 343 353 +10
Branches 21 22 +1
==========================================
+ Hits 291 301 +10
Misses 52 52
Continue to review full report at Codecov.
|
8191f7d to
d5da5f2
Compare
1b44c90 to
5d3b4cd
Compare
5d3b4cd to
5472080
Compare
| // or higher will not be displayed in the Error Reporting | ||
| // console | ||
| if (!this.serviceContext.service) { | ||
| this.serviceContext.service = 'default'; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
ofrobots
left a comment
There was a problem hiding this comment.
Making the request for changes explicit. Neither default nor unknown are not a good service names to fall back to. Users would not necessarily be able to find where their errors go.
|
We talked in person about the next steps
I think the former should be addressed in this PR, and the latter be implemented as a follow-on feature. |
…odejs-logging-bunyan into fix/report-logged-errors
|
@ofrobots and I discussed this PR in person and, after updating this PR to not modify the default section of the README, this PR is ready to land. |
…odejs-logging-bunyan into fix/report-logged-errors
Fixes: #121