Skip to content

Commit ed95038

Browse files
logaretmCopilot
andcommitted
chore: comment casing
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7a66770 commit ed95038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nextjs/src/config/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)