Use asyncScheduler instead of animationFrameScheduler
Created by: felixfbecker
Fixes #7689 (closed)
The root cause seems to be https://github.com/getsentry/sentry-javascript/issues/2352.
Using asyncScheduler
should be better for performance anyway.