Skip to content

Commit 45083b4

Browse files
authored
fix: Change rum-cpp source to cpp (#419)
1 parent 8a3f795 commit 45083b4

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

lib/cjs/generated/rum.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ export interface CommonProperties {
10691069
/**
10701070
* The source of this event
10711071
*/
1072-
readonly source?: 'android' | 'ios' | 'browser' | 'flutter' | 'react-native' | 'roku' | 'unity' | 'kotlin-multiplatform' | 'electron' | 'rum-cpp' | 'maui';
1072+
readonly source?: 'android' | 'ios' | 'browser' | 'flutter' | 'react-native' | 'roku' | 'unity' | 'kotlin-multiplatform' | 'electron' | 'cpp' | 'maui';
10731073
/**
10741074
* View properties
10751075
*/
@@ -1395,7 +1395,7 @@ export interface ViewContainerSchema {
13951395
/**
13961396
* Source of the parent view
13971397
*/
1398-
readonly source: 'android' | 'ios' | 'browser' | 'flutter' | 'react-native' | 'roku' | 'unity' | 'kotlin-multiplatform' | 'electron' | 'rum-cpp' | 'maui';
1398+
readonly source: 'android' | 'ios' | 'browser' | 'flutter' | 'react-native' | 'roku' | 'unity' | 'kotlin-multiplatform' | 'electron' | 'cpp' | 'maui';
13991399
[k: string]: unknown;
14001400
};
14011401
[k: string]: unknown;

lib/cjs/generated/telemetry.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ export interface CommonTelemetryProperties {
545545
/**
546546
* The source of this event
547547
*/
548-
readonly source: 'android' | 'ios' | 'browser' | 'flutter' | 'react-native' | 'unity' | 'kotlin-multiplatform' | 'electron' | 'rum-cpp' | 'maui';
548+
readonly source: 'android' | 'ios' | 'browser' | 'flutter' | 'react-native' | 'unity' | 'kotlin-multiplatform' | 'electron' | 'cpp' | 'maui';
549549
/**
550550
* The version of the SDK generating the telemetry event
551551
*/

lib/esm/generated/rum.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ export interface CommonProperties {
10691069
/**
10701070
* The source of this event
10711071
*/
1072-
readonly source?: 'android' | 'ios' | 'browser' | 'flutter' | 'react-native' | 'roku' | 'unity' | 'kotlin-multiplatform' | 'electron' | 'rum-cpp' | 'maui';
1072+
readonly source?: 'android' | 'ios' | 'browser' | 'flutter' | 'react-native' | 'roku' | 'unity' | 'kotlin-multiplatform' | 'electron' | 'cpp' | 'maui';
10731073
/**
10741074
* View properties
10751075
*/
@@ -1395,7 +1395,7 @@ export interface ViewContainerSchema {
13951395
/**
13961396
* Source of the parent view
13971397
*/
1398-
readonly source: 'android' | 'ios' | 'browser' | 'flutter' | 'react-native' | 'roku' | 'unity' | 'kotlin-multiplatform' | 'electron' | 'rum-cpp' | 'maui';
1398+
readonly source: 'android' | 'ios' | 'browser' | 'flutter' | 'react-native' | 'roku' | 'unity' | 'kotlin-multiplatform' | 'electron' | 'cpp' | 'maui';
13991399
[k: string]: unknown;
14001400
};
14011401
[k: string]: unknown;

lib/esm/generated/telemetry.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ export interface CommonTelemetryProperties {
545545
/**
546546
* The source of this event
547547
*/
548-
readonly source: 'android' | 'ios' | 'browser' | 'flutter' | 'react-native' | 'unity' | 'kotlin-multiplatform' | 'electron' | 'rum-cpp' | 'maui';
548+
readonly source: 'android' | 'ios' | 'browser' | 'flutter' | 'react-native' | 'unity' | 'kotlin-multiplatform' | 'electron' | 'cpp' | 'maui';
549549
/**
550550
* The version of the SDK generating the telemetry event
551551
*/

schemas/rum/_common-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"unity",
9393
"kotlin-multiplatform",
9494
"electron",
95-
"rum-cpp",
95+
"cpp",
9696
"maui"
9797
],
9898
"readOnly": true

schemas/rum/_view-container-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"unity",
3838
"kotlin-multiplatform",
3939
"electron",
40-
"rum-cpp",
40+
"cpp",
4141
"maui"
4242
],
4343
"readOnly": true

schemas/telemetry/_common-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"unity",
4747
"kotlin-multiplatform",
4848
"electron",
49-
"rum-cpp",
49+
"cpp",
5050
"maui"
5151
],
5252
"readOnly": true

0 commit comments

Comments
 (0)