humanmade / humanmade/aws-xray

E_USER_WARNING are not shown in X-Ray

Open
#89 7 comments 1 reaction 1 assignee Claimed by @rmccue View on GitHub
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.
Screenshot 2023-03-07 at 17 22 50

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.