-
Notifications
You must be signed in to change notification settings - Fork 821
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
chore: refactoring zipkin to be able to use it in web #1399
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1399 +/- ##
=======================================
Coverage 93.81% 93.82%
=======================================
Files 153 154 +1
Lines 4756 4762 +6
Branches 951 951
=======================================
+ Hits 4462 4468 +6
Misses 294 294
|
Hello, I see a little something that looks off, if the response is a bad request (status code 400), the export will still be marked as success. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good with one minor comment
packages/opentelemetry-exporter-zipkin/src/platform/browser/util.ts
Outdated
Show resolved
Hide resolved
@open-telemetry/javascript-approvers this has been around a while and is a fairly safe change that has been requested multiple times |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…#1399) Co-authored-by: Gerhard Stöbich <[email protected]>
Which problem is this PR solving?
Short description of the changes