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

Stacktrace is not reported when error is non-Exception #42

Closed phptek closed 4 years ago

phptek commented 4 years ago

PHP 7.2 + Silverstripe 4.4 + phptek/sentry 3.0.1

When messages are sent to Sentry via captureMessage() a stacktrace does not show which of course can hamper debugging. Messages sent via captureException() seem to be A-OK.

Poasibly related to #26.