You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not familiar with Sentry, but I guess I get the idea, you need to find an option in Sentry to ignore this file. the polyfill is pure JS, and has no types and these kind of systems will always complain about typo stuff. The other option is to try to convince polyfill dev team, it is outside our control.
Expected Behavior
No errors
Actual Behavior
I'm using Sentry, and my error log is full of TypeErrors caused by the polyfill. I don't know if we can do something to avoid them.
I will paste some errors:
1 TypeError setNativeCurrentTime(scroll-timeline/src/proxy-animation)
Sentry points at line 480: setNativeCurrentTime at line 480:42 of https://flackr.github.io/scroll-timeline/src/proxy-animation.js
2 TypeError The provided value is non-finite (same line, details.animation.currentTime = time + delta;)
Environment
Looks like other people have the problem too:
flackr/scroll-timeline#254 (comment)
The text was updated successfully, but these errors were encountered: