Hello, I’ve setup the Sentry releases with my CI, but I have some problems.
-
Release numbers seems to not be reused between environments deploys.
When I deploy to environment A, I get a release number (Based on CircleCICOMMIT_SHA1
env variable), then when I deploy on env B, the release number is different -
New issues are not linked to a release, I haveRelease: n/a
in the details of my issue. -
Releases are only listed when I set the env filter to
All environments
. If I filter on a specific one, the releases deployed to this environment are not listed.
Any idea ?
Edit :
I used the wrong var… It’s CIRCLE_SHA1