Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cy-moi committed Apr 16, 2024
1 parent 8977956 commit 88f0b69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/cjs/generated/telemetry.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export declare type TelemetryConfigurationEvent = CommonTelemetryProperties & {
/**
* Privacy control for action name
*/
enabled_privacy_for_action_name?: boolean;
enable_privacy_for_action_name?: boolean;
/**
* Whether the request origins list to ignore when computing the page activity is used
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/esm/generated/telemetry.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export declare type TelemetryConfigurationEvent = CommonTelemetryProperties & {
/**
* Privacy control for action name
*/
enabled_privacy_for_action_name?: boolean;
enable_privacy_for_action_name?: boolean;
/**
* Whether the request origins list to ignore when computing the page activity is used
*/
Expand Down
2 changes: 1 addition & 1 deletion samples/telemetry-events/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"action_name_attribute": "foo",
"use_allowed_tracing_origins": false,
"default_privacy_level": "mask",
"enabled_privacy_for_action_name": false,
"enable_privacy_for_action_name": false,
"use_excluded_activity_urls": false,
"track_frustrations": true,
"track_views_manually": true,
Expand Down
2 changes: 1 addition & 1 deletion schemas/telemetry/configuration-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"description": "Session replay default privacy level",
"readOnly": false
},
"enabled_privacy_for_action_name": {
"enable_privacy_for_action_name": {
"type": "boolean",
"description": "Privacy control for action name",
"readOnly": false
Expand Down

0 comments on commit 88f0b69

Please sign in to comment.