Skip to content

Commit

Permalink
refactor: update the telemetry option keys with blockera prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaelahidev committed Nov 9, 2024
1 parent cfb30d5 commit c0801fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/telemetry/php/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ public static function getOptionKeys( string $key = '' ) {
// Built-in keys.
switch ( $key ) {
case 'token':
self::$option_keys[ $key ] = 'telemetry-token';
self::$option_keys[ $key ] = 'blockera-telemetry-token';
break;
case 'site_id':
self::$option_keys[ $key ] = 'telemetry-site-id';
self::$option_keys[ $key ] = 'blockera-telemetry-site-id';
break;
case 'user_id':
self::$option_keys[ $key ] = 'telemetry-user-id';
self::$option_keys[ $key ] = 'blockera-telemetry-user-id';
break;
}

Expand Down

0 comments on commit c0801fa

Please sign in to comment.