Sentry Tracing on Cordova

Hi - We have sentry in use for our Ionic/Cordova app and its reporting errors. We’d like to integrate the tracing aspects so that we can see network latency on HTTP calls out of the app.
I tried adding in the Integrations from the sentry/tracing package and adding:

integrations: [new TracingIntegrations.BrowserTracing()],

to the sentry.init call - but this isn’t valid with the sentry-cordova package used for the error tracing. Is what I am trying to do feasible? tracing network calls is a real win for apps where the internet connection is frequently iffy.

Best

Mike