adr
adr copied to clipboard
[Proposal] Add release environment to all deployment
Release environments for deployments
- State: Draft
- Created: 2021-07-25
- Tags: deployment
Context
We should add an environment variable that allows us to know the release version, either using git commit, version, or whatever we decide TBD, we use this to track the releases of the app, and be able to use that in tracing, logging, error reporters and so on
Resolution
- TBD
Links
- https://docs.sentry.io/product/releases/
We should include topics like SemVer vs CalVer and when to use which one
- production
- preview
- development