I can't find ES5 configuration... #9743
Unanswered
MaximSemenov
asked this question in
Q&A
Replies: 1 comment
-
Hey @MaximSemenov, thanks for writing in
Yes - we don't offer a es5 replay bundle because Replay requires browsers newer than IE11. If you want to polyfill this functionality I recommend you use the npm package and transpile it yourself. This is a won't do on our end.
All permutations of our CDN bundles can be found in our docs: https://docs.sentry.io/platforms/javascript/install/loader/#cdn |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't find ES5 configuration:
https://browser.sentry-cdn.com/7.85.0/bundle.tracing.replay.min.js - 200 (that works fine)
https://browser.sentry-cdn.com/7.85.0/bundle.tracing.replay.es5.min.js - 403 (ooops ES5 was added)
https://browser.sentry-cdn.com/7.85.0/bundle.tracing.es5.min.js - 200 (removing replay helps! wow)
Well, what is it? No ES5 with replay together?
By the way it would be so nice if you just open the directory https://browser.sentry-cdn.com/7.85.0/ to see all available files
Thanks
Beta Was this translation helpful? Give feedback.
All reactions