Performance monitoring not sending data to dashboard in RN

I am using “@sentry/react-native”: “^2.1.0” and trying to enable performance monitoring but so far nothing gets sent. According to the docs, doing tracesSampleRate: 1.0, in the initialization is all it takes. Is there anything else needed? Configuration in the dashboard (i saw the number 300 under Performance in the settings but I don’t know what it means exactly).

So far, I am using the app normally but not seeing anything in the performance part of the dashboard. I have tired executing methods that take more than 20 seconds to 1 minute…nothing changes. What kind of events does it take? or how i can simply stimulate some action that can be shown in performance dashboard?

Dupe: sentry react-native performance not recording anything - Stack Overflow

that was me…thanks!