We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868b55e commit 64a5665Copy full SHA for 64a5665
packages/replay/src/types.ts
@@ -175,7 +175,7 @@ export interface ReplayConfiguration
175
extends ReplayIntegrationPrivacyOptions,
176
OptionalReplayPluginOptions,
177
DeprecatedPrivacyOptions,
178
- Pick<RecordingOptions, 'maskAllText'|'maskAllInputs'> {}
+ Pick<RecordingOptions, 'maskAllText' | 'maskAllInputs'> {}
179
180
interface CommonEventContext {
181
/**
0 commit comments