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
Sentry warns that the lib is too old when leaving the default version 3.19.1:
A temporary workaround is to override version (currently seems to be 3.22.3), but it will soon be outdated as well, and updating this can't be automated with tools such as renovateapp.com because the plugin is referring to the CDN, not to the NPM dependency.
The ideal would be for the plugin to use the latest version by default. Could using the NPM dependency solve this?
The text was updated successfully, but these errors were encountered:
On my own site I just update the version prop. I added a default to make the plugin easier to use but I think the prop is the way to go. I personally lock dependencies and update them manually.
Yeah I don't know how to do this but if we could use the NPM dep it should solve the issue nicely (keep version locked, but get an automatic pull request from renovate, greenkeeper or other when newer lib is available).
Sentry warns that the lib is too old when leaving the default version
3.19.1
:A temporary workaround is to override
version
(currently seems to be3.22.3
), but it will soon be outdated as well, and updating this can't be automated with tools such as renovateapp.com because the plugin is referring to the CDN, not to the NPM dependency.The ideal would be for the plugin to use the latest version by default. Could using the NPM dependency solve this?
The text was updated successfully, but these errors were encountered: