GoogleCloudPlatform / fluent-plugin-detect-exceptions

A fluentd plugin that scans line-oriented log streams and combines exceptions stacks into a single log entry.
Apache License 2.0
192 stars 69 forks source link

Add exception rules for PHP Xdebug #70

Closed abursavich closed 2 years ago

abursavich commented 4 years ago

Xdebug emits stack traces with a slightly different prefix than PHP. This change adds support for that format.