As described by title. Test with attached module.
drush en raven_drush_test
drush ravenTest:useLoggerMechanism
drush ravenTest:useThrowMechanism
While the logger works as expected, uncaught exceptions slip through.
Is there is some boot-up code necessary?
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | raven-3070478-7.patch | 4.37 KB | mfb |
| raven_drush_test.zip | 1.65 KB | bits-of-static |
Comments
Comment #2
mfbPlease try this patch out - we can listen for the console.error event and send the exception to Sentry.
Comment #4
mfbThis patch adds a new configuration so Drush error capturing has to be enabled on existing installs.
Comment #6
mfbPresumably these are unrelated test failures since they also affect the dev branch.
Comment #7
mfbAdd mention of the new feature to README.
Comment #9
mfbThis is hopefully resolved by the new config option for capturing Drush error events.