codeforamerica / intake

A Django project behind the Clear My Record website
https://clearmyrecord.codeforamerica.org
MIT License
52 stars 23 forks source link

Begin using Sentry's environments #1385

Closed hartsick closed 4 years ago

hartsick commented 4 years ago

The intention is to use one Sentry project for CMR Classic, then use environments to differentiate environments (e.g. review, staging, production). This should enable us to more easily track problems across environments.

Here's the Sentry documentation about the feature: https://docs.sentry.io/enriching-error-data/environments/?platform=python