Add trigger_error as Log Destination Option#1939
Add trigger_error as Log Destination Option#1939SoulofAkuma wants to merge 1 commit intoopen-telemetry:mainfrom
Conversation
|
|
|
I'm gonna have to double check whether I classify as an individual or corporate contributor in this scenario. I am participating in the bloomberg open source series with OTel. |
|
Submitted corressponding documentation update: open-telemetry/opentelemetry.io#9685 |
| LoggerHolder::set($this->createMock(LoggerInterface::class)); | ||
| $this->assertInstanceOf(Psr3LogWriter::class, (new LogWriterFactory())->create()); | ||
| } | ||
|
|
There was a problem hiding this comment.
✂️
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1939 +/- ##
============================================
+ Coverage 68.10% 68.12% +0.01%
- Complexity 3021 3023 +2
============================================
Files 450 451 +1
Lines 8820 8824 +4
============================================
+ Hits 6007 6011 +4
Misses 2813 2813
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
This PR adds
trigger_erroras an additional option forOTEL_PHP_LOG_DESTINATION.I will add a corresponding PR to https://github.com/open-telemetry/opentelemetry.io to document this new option and will reference this PR here as soon as that is done.
Fixes #1473