raven_release

Categories

Component ID

2872409

Component name

raven_release

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

535

Component created

Component changed

Component body

Extends the Raven Sentry client module.
Every errors are tagged with the content of the raven_release (drupal7) or raven_release.settings.version (drupal8) configuration variable.
You can then filter issues in sentry on this release tag.

Sample use cases :

  • Set this variable to the commit hash, or git tag of your Drupal project, it helps tracking regressions.
  • When deploying to several environments, you may want to keep all sentry issues in the same project, but also need to know from which environment the issue come from.