Skip to content

Commit fd08a9b

Browse files
committed
Switch source_type formats
1 parent 7d0c64f commit fd08a9b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/cjs/generated/rum.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ export type RumErrorEvent = CommonProperties & ActionChildProperties & ViewConta
286286
/**
287287
* Source type of the error (the language or platform impacting the error stacktrace format)
288288
*/
289-
readonly source_type?: 'android' | 'browser' | 'ios' | 'react-native' | 'flutter' | 'roku' | 'ndk' | 'ios+il2cpp' | 'ndk+il2cpp' | 'pe' | 'elf' | 'macho';
289+
readonly source_type?: 'android' | 'browser' | 'ios' | 'react-native' | 'flutter' | 'roku' | 'ndk' | 'ios+il2cpp' | 'ndk+il2cpp' | 'windows' | 'macos' | 'linux';
290290
/**
291291
* Resource properties of the error
292292
*/

lib/esm/generated/rum.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ export type RumErrorEvent = CommonProperties & ActionChildProperties & ViewConta
286286
/**
287287
* Source type of the error (the language or platform impacting the error stacktrace format)
288288
*/
289-
readonly source_type?: 'android' | 'browser' | 'ios' | 'react-native' | 'flutter' | 'roku' | 'ndk' | 'ios+il2cpp' | 'ndk+il2cpp' | 'pe' | 'elf' | 'macho';
289+
readonly source_type?: 'android' | 'browser' | 'ios' | 'react-native' | 'flutter' | 'roku' | 'ndk' | 'ios+il2cpp' | 'ndk+il2cpp' | 'windows' | 'macos' | 'linux';
290290
/**
291291
* Resource properties of the error
292292
*/

schemas/rum/error-schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@
128128
"ndk",
129129
"ios+il2cpp",
130130
"ndk+il2cpp",
131-
"pe",
132-
"elf",
133-
"macho"
131+
"windows",
132+
"macos",
133+
"linux"
134134
],
135135
"readOnly": true
136136
},

0 commit comments

Comments
 (0)