Sentry is used to track errors fom Drupal.
URL: http://sentry.vfs.va.gov/
- Login using your Github Login
- Add your self to the #cms team.
- Bookmark All unresolved issues
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.
On a BRD server, you may run this command to generate a test message:
$ sudo su - cms
$ drush raven:captureMessage --level=error "TEST MESSAGE"
...