Skip to content

Commit 1dffa39

Browse files
committed
style: wrap translation resilience comment to 100 columns
1 parent fcddd32 commit 1dffa39

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/instrumentation-client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
import * as Sentry from '@sentry/nextjs';
66
import { installTranslationResilience } from 'translation-resilience';
77

8-
// Browser translators replace React-owned text nodes, so install the DOM shim before React renders to prevent crashes and frozen updates.
8+
// Install the DOM shim before React renders because browser translators replace React-owned
9+
// text nodes, which can cause crashes and frozen updates.
910
installTranslationResilience();
1011

1112
if (!process.env.NEXT_PUBLIC_SENTRY_DISABLED) {

0 commit comments

Comments
 (0)