Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.82 KB

sentry.md

File metadata and controls

33 lines (21 loc) · 1.82 KB

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 -u apache bash -c 'source /etc/sysconfig/httpd; /usr/local/bin/drush raven:captureMessage --level=error "TEST MESSAGE"'

Known errors:

  • Facility/Teamsites related errors

Could not process {teamsite facility url}`

Example: http://sentry.vfs.va.gov/organizations/vsp/issues/44491/?project=14&query=is%3Aignored because it returned status 301 : Moved Permanently Possible issue:

  • Facility is fully managed in Drupal and the URL shoudl be removed. Contact the @cms-product-support-team in Slack for verification and next steps.
  • If the facilty is still managed in Team Sites then there might be a misconfiguration. See this sheet for contact information.

Exception va_node_health_care_local_facility_status migration failed.

This error comes from the periodic job in Jenkins. This is being monitored in DataDog and Pager Duty and can be ignored. If Pager Duty is triggered, then a notification will be triggered in Slack in the #cms-notifications channel.