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 has been archived by the owner on Dec 4, 2023. It is now read-only.
I'd like to have the sentry release version determined through the code somehow, with the current options I haven't been able to figure out a way of doing that (hopefully I'm wrong!). Our version numbers are updated in our package.json file, which we consider the single source of truth here.
Currently, I'm using an environment variable for pass it to this plugin, which is hard to keep in sync with the file (in our case package.json). Is there a way of achieving this, or else could that be added?
The text was updated successfully, but these errors were encountered:
Searching for something to do the same.
Basically I want netlify to be able to set the sentryRelease picking the version in the package.json.... Is this not possible?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'd like to have the sentry release version determined through the code somehow, with the current options I haven't been able to figure out a way of doing that (hopefully I'm wrong!). Our version numbers are updated in our package.json file, which we consider the single source of truth here.
Currently, I'm using an environment variable for pass it to this plugin, which is hard to keep in sync with the file (in our case package.json). Is there a way of achieving this, or else could that be added?
The text was updated successfully, but these errors were encountered: