-
Notifications
You must be signed in to change notification settings - Fork 192
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
deprecate event logger #1466
deprecate event logger #1466
Conversation
The event logger was a Development-status component of the logging signal. It has been removed in favour of adding emitEvent to the logger interface, see open-telemetry/opentelemetry-specification#4319
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1466 +/- ##
============================================
+ Coverage 73.27% 73.45% +0.18%
Complexity 2683 2683
============================================
Files 387 387
Lines 8014 8014
============================================
+ Hits 5872 5887 +15
+ Misses 2142 2127 -15
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 6 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
@@ -74,6 +74,9 @@ public static function autoload(): bool | |||
return true; | |||
} | |||
|
|||
/** | |||
* @phan-suppress PhanDeprecatedClass,PhanDeprecatedFunction |
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.
Could this work if moved to phan-suppress-next-line
around the event logger? 🤔
The event logger was a Development-status component of the logging signal. It has been removed in favour of adding emitEvent to the logger interface, see open-telemetry/opentelemetry-specification#4319
The event logger was a Development-status component of the logging signal. It has been removed in favour of adding emitEvent to the logger interface, see open-telemetry/opentelemetry-specification#4319
Related: #1459