Open mjeammet opened 2 months ago
Add environment information for Sentry to distinguish what comes from staging/preprod/production.
https://docs.sentry.io/platforms/python/configuration/environments/
import sentry_sdk sentry_sdk.init( # ... environment="staging", )
Feature Request
Add environment information for Sentry to distinguish what comes from staging/preprod/production.
https://docs.sentry.io/platforms/python/configuration/environments/