[Question] cordova vs browser

I’m new to Sentry and I was wondering what are the reasons why I should choose to use the sentry-cordova plugin over the browser package.

Thanks in advance.

The Cordova SDK provides additional info about devices+ in case of a crash in native, we are also able to grab those. While @sentry/browser should work with any issues sentry-cordova should provide the overall better experience.

Oh I see, thank you!