-
Notifications
You must be signed in to change notification settings - Fork 191
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
implement SpanProcessor::onEnding #1483
Conversation
added to spec 1.36.0
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #1483 +/- ##
============================================
+ Coverage 70.49% 70.57% +0.07%
- Complexity 2792 2797 +5
============================================
Files 413 413
Lines 8416 8428 +12
============================================
+ Hits 5933 5948 +15
+ Misses 2483 2480 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 8 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
cached vendor dir was causing havoc with a conflict between vendor and vendor-bin/psalm (amphp/amp)
74ec0fd
to
e7570c4
Compare
@@ -3,5 +3,8 @@ | |||
"vimeo/psalm": "^5.24", | |||
"psalm/plugin-mockery": "^1", | |||
"psalm/plugin-phpunit": "^0.18.4" | |||
}, | |||
"replace": { | |||
"amphp/amp": "*" |
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.
This avoids a conflict between vendor-bin/psalm
's version of amp conflicting with the dev dependency.
remove pass-by-reference, and add an integration test for mutating span in OnEnding
now a clone rather than the original span is passed to onEnd
added to spec 1.36.0