File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments