Using Sentry with Ionic

We have an Ionic 3 application which is made available in a browser as well as on iOS and Android. We’re currently using Sentry and are still using raven.js in the app.

The Sentry Cordova plugin has been out for a while now - is it recommended that we now upgrade to this instead of using raven? Also, to catch events when the app is running in the browser is it simply a case of installing @sentry/browser as wel and the app will automatically then revert to that if running in a browser?

UPDATE - Just saw this - is this still an issue?