Sentry-javascript: Add a "latest" pointer on the CDN to avoid having to update versions manually

Created on 17 Aug 2016  ·  3Comments  ·  Source: getsentry/sentry-javascript

Not sure if this is a good or bad idea, but I was thinking it might be useful to just point to a latest version of raven.js instead of having to manually bump versions each time a new version is released?

If this is already available, just ignore me.

Most helpful comment

Yeah the latest/major version seems nice. Basically take the bug fixes as them come, but breaking changes we have to opt into.

All 3 comments

So, one reason we've avoided this is because we follow semver, and we've introduced "breaking" API behavior in Raven.js in the past (although very rarely, and typically very conservatively).

It would be nice to allow people to say, /latest/3.x/, /latest/2.x/ or something.

Yeah the latest/major version seems nice. Basically take the bug fixes as them come, but breaking changes we have to opt into.

Was this page helpful?
0 / 5 - 0 ratings