Supported Browsers

Sentry's JavaScript SDK supports the following browsers:

AndroidFirefoxChromeIEiPhoneEdgeSafari
4.4latestlatestIE 11iOS12latestlatest

The Sentry JavaScript SDK uses ES6 syntax and functionality to provide the best possible user experience. If you want to support IE11 (or other environments that do not support ES6), you need to transpile your code using a bundler like webpack, Vite, Rollup, etc.

We do use some ES6-only features. If you want to use them in ES5, you'll need to provide polyfills. Here is an example of how to do this.

Alternatively, you can use our ES5 CDN bundles.

Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").