There was an error while loading. Please reload this page.
1 parent fcddd32 commit 1dffa39Copy full SHA for 1dffa39
1 file changed
src/instrumentation-client.ts
@@ -5,7 +5,8 @@
5
import * as Sentry from '@sentry/nextjs';
6
import { installTranslationResilience } from 'translation-resilience';
7
8
-// Browser translators replace React-owned text nodes, so install the DOM shim before React renders to prevent crashes and frozen updates.
+// Install the DOM shim before React renders because browser translators replace React-owned
9
+// text nodes, which can cause crashes and frozen updates.
10
installTranslationResilience();
11
12
if (!process.env.NEXT_PUBLIC_SENTRY_DISABLED) {
0 commit comments