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