Skip to content

Commit f79b8b4

Browse files
committed
make default privacy mode strict privacy
1 parent d69380d commit f79b8b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/highlight-run/src/plugins/record.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export class Record extends Plugin<RecordOptions> implements LDPlugin {
5151
environment: options?.environment || 'production',
5252
appVersion: options?.version,
5353
sessionSecureID: this.sessionSecureID,
54+
privacySetting: options?.privacySetting ?? 'strict',
5455
}
5556

5657
this.record = new RecordSDK(client_options)

0 commit comments

Comments
 (0)