We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69380d commit f79b8b4Copy full SHA for f79b8b4
sdk/highlight-run/src/plugins/record.ts
@@ -51,6 +51,7 @@ export class Record extends Plugin<RecordOptions> implements LDPlugin {
51
environment: options?.environment || 'production',
52
appVersion: options?.version,
53
sessionSecureID: this.sessionSecureID,
54
+ privacySetting: options?.privacySetting ?? 'strict',
55
}
56
57
this.record = new RecordSDK(client_options)
0 commit comments