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 312cbcf commit 0454d8fCopy full SHA for 0454d8f
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