Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 848 Bytes

sentry.md

File metadata and controls

26 lines (17 loc) · 848 Bytes

Sentry

Sentry is used to track errors fom Drupal.

URL: http://sentry.vfs.va.gov/

Unless errors are in the Known Errors list below, an issue should be created in Github with a link to the sentry error. If the error level is critical, alert, or emergency then contact the @cms-engineers-group @cms-devops-engineers teams in Slack.

Testing

How to generate a test error message

On a BRD server, you may run this command to generate a test message:

$ sudo su - cms
$ drush raven:captureMessage --level=error "TEST MESSAGE"
...

Table of Contents