Skip to content

Commit aa0d047

Browse files
authored
Fix link to example polyfills (#9083)
1 parent db86ce1 commit aa0d047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/troubleshooting/supported-browsers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ Sentry's JavaScript SDK supports the following browsers:
4848

4949
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.
5050

51-
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](https://github.com/getsentry/sentry-javascript/blob/develop/rollup/polyfills/es5.js) of how to do this.
51+
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](https://github.com/getsentry/sentry-javascript/blob/9307308e4b3fed18645889838983083315697b9b/dev-packages/rollup-utils/polyfills/es5.js) of how to do this.
5252

5353
Alternatively, you can use our [ES5 CDN bundles](/platforms/javascript/install/loader/#available-bundles).

0 commit comments

Comments
 (0)