File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/nextjs/src/config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,9 +126,9 @@ export type SentryBuildWebpackOptions = {
126126 excludeReplayIframe ?: boolean ;
127127
128128 /**
129- * Replacing this flag with true will tree shake any SDK code related to capturing shadow dom elements with Session Replay.
129+ * Replacing this flag with true will tree shake any SDK code related to capturing shadow DOM elements with Session Replay.
130130 * It's only relevant when using Session Replay.
131- * Enable this flag if you don't want to record any shadow dom elements.
131+ * Enable this flag if you don't want to record any shadow DOM elements.
132132 * This has no effect if you did not add `replayIntegration`.
133133 */
134134 excludeReplayShadowDOM ?: boolean ;
You can’t perform that action at this time.
0 commit comments