humanmade / humanmade/aws-xray
E_USER_WARNING are not shown in X-Ray
Open
bug
should have
- Dominant language
- PHP
- Stars
- 29
- Forks
- 3
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 1
Description
Investigate an issue where `E_USER_WARNING` errors are not being surfaced in XRay traces, test code:
```
php
trigger_error(
'[test]: I am a user warning',
E_USER_WARNING
);
foreach ( false as $foo );
```
E_USER_WARNING isn't surfaced in the trace.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.