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
We haven't upgraded sentry to version 8 yet but when updating one of our angular projects i noticed that this library had updated to the latest raven-js release.
I'm still using version 0.5.11 intentionally because i wanted to keep using the older release in order to use sentry 7 but it still updated to the latest version.
In the bower.json for this project, raven-js is set to "*" so it always installs the latest release.
This is quite inconvenient for us using older releases.
I suggest doing a new 0.5 release and setting the raven-js entry to "~1.3.0"
The text was updated successfully, but these errors were encountered:
We haven't upgraded sentry to version 8 yet but when updating one of our angular projects i noticed that this library had updated to the latest raven-js release.
I'm still using version 0.5.11 intentionally because i wanted to keep using the older release in order to use sentry 7 but it still updated to the latest version.
In the bower.json for this project, raven-js is set to "*" so it always installs the latest release.
This is quite inconvenient for us using older releases.
I suggest doing a new 0.5 release and setting the raven-js entry to "~1.3.0"
The text was updated successfully, but these errors were encountered: