phptek / silverstripe-sentry

Flexible Sentry compatible bug aggregation client for Silverstripe applications.
BSD 3-Clause "New" or "Revised" License
12 stars 22 forks source link

Manual logging produces weird empty array in Sentry #70

Closed phptek closed 1 year ago

phptek commented 3 years ago

Using the manual logging method described in usage.md ala $logger->error('This is an error'); if a 2nd param is not passed, you see "[] []" appended to message-titles in Sentry:

[2021-07-17 15:36:15] error-log.ERROR: This is an error [] []

These should not be shown if it's possible to remove them.

phptek commented 1 year ago

I can no longer reproduce this with Silverstripe 4.11 and module version 4.1.0. Closing.