You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2024. It is now read-only.
Releases are not being consistently set across all SDKs. There are varying attempts to detect release variables and set them, but it is not consistent.
Leading to first and subsequent releases not being set.
Methods per SDK
SDK - Platfrom
Approach
Approach
Content Cell
Content Cell
Content Cell
Python
- release parameter SENTRY_RELEASE env variable - Output of git rev-parse HEAD
Referencing different SDKs strategies we should collect and apply them all where it makes sense, with prioritized order for setting the release when a customer is not doing it manually.