Skip to content

Commit

Permalink
add mdn link to globalThis
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed Sep 25, 2024

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
1 parent d9e6675 commit 77c3cf8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions MIGRATION.md
Original file line number Diff line number Diff line change
@@ -25,8 +25,10 @@ applies to `@sentry/node` and all of our node-based server-side sdks (`@sentry/n
no longer test against Node 8, 10, or 12 and cannot guarantee that the SDK will work as expected on these versions.

**Browser**: Our browser SDKs (`@sentry/browser`, `@sentry/react`, `@sentry/vue`, etc.) now require ES2018+
compatibility plus support for `globalThis`. This means that we no longer support IE11 (end of an era). This also means
that the Browser SDK requires the fetch API to be available in the environment.
compatibility plus support for
[`globalThis`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis). This means
that we no longer support IE11 (end of an era). This also means that the Browser SDK requires the fetch API to be
available in the environment.

New minimum supported browsers:

0 comments on commit 77c3cf8

Please sign in to comment.