File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ export interface SessionMetadata {
43
43
*/
44
44
launchDuration : number ;
45
45
/**
46
- * number of bugs in the session
46
+ * number of bugs in the session (iOS only)
47
47
*/
48
48
bugsCount ?: number ;
49
49
/**
50
- * number of fetal crashes in the session
50
+ * number of fetal crashes in the session (iOS only)
51
51
*/
52
52
fatalCrashCount ?: number ;
53
53
/**
54
- * number of out of memory crashes in the session
54
+ * number of out of memory crashes in the session (iOS only)
55
55
*/
56
56
oomCrashCount ?: number ;
57
57
}
Original file line number Diff line number Diff line change @@ -236,9 +236,12 @@ export enum StringKey {
236
236
export enum LaunchType {
237
237
hot = constants . hot ,
238
238
cold = constants . cold ,
239
+ /**
240
+ * iOS only
241
+ */
239
242
unknown = constants . unknown ,
240
243
/**
241
- * android only
244
+ * Android only
242
245
*/
243
246
warm = constants . warm ,
244
247
}
You can’t perform that action at this time.
0 commit comments