Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working with older versions of raven-js #18

Open
grimurd opened this issue Feb 26, 2016 · 4 comments
Open

Working with older versions of raven-js #18

grimurd opened this issue Feb 26, 2016 · 4 comments

Comments

@grimurd
Copy link

grimurd commented Feb 26, 2016

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"

@jpatel3
Copy link

jpatel3 commented Aug 7, 2017

+1

@PatrickJS
Copy link
Owner

would it be better if I just removed the dependencies in package.json

@jpatel3
Copy link

jpatel3 commented Aug 9, 2017

@gdi2290 other way we resolved it by explicitly adding raven-js version in our package.json

    "angular-raven": "0.6.2",
    "raven-js": "1.3.0",

@PatrickJS
Copy link
Owner

yeah, that's the correct way to doing that. Can you make a PR to the readme to explain this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants