My app makes a performance.measure() call that's not appearing in Sentry.
I have tracesSampleRate set to 1.0 and I'm using the latest Sentry SDK.
The measure typically happens about 15-20s after initial page load. Do I need to tell Sentry about it because it's not happening during the page-load span? Or should Sentry be picking up marks and measures from later in the page lifetime automatically?