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
fix(node): Generate a Sentry Release string from env if its not provided (#3393)
* Added a function that gets a sentry release from env dynamically if release is not provided on init
* Fixing PR comments
* Removed redundant documentation comment
* Removed redundant export statement
* Fixed failing test because if no release set, it is empty string not undefined
* Added logic that checks if no release can be generated from environment, then release should be undefined
* Removed test that ensures initialization does not throw error if global sentry release is set
0 commit comments