@spotlightjs/spotlight 4.8.0 → 4.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,22 +11,22 @@ export declare const FrameInterface: z.ZodObject<{
11
11
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
12
12
  }, "strip", z.ZodTypeAny, {
13
13
  function?: string | null | undefined;
14
- context?: [number, string][] | undefined;
15
14
  filename?: string | null | undefined;
16
15
  lineNo?: number | null | undefined;
17
16
  colNo?: number | null | undefined;
18
17
  absPath?: string | null | undefined;
19
18
  module?: string | null | undefined;
19
+ context?: [number, string][] | undefined;
20
20
  inApp?: boolean | undefined;
21
21
  vars?: Record<string, unknown> | undefined;
22
22
  }, {
23
23
  function?: string | null | undefined;
24
- context?: [number, string][] | undefined;
25
24
  filename?: string | null | undefined;
26
25
  lineNo?: number | null | undefined;
27
26
  colNo?: number | null | undefined;
28
27
  absPath?: string | null | undefined;
29
28
  module?: string | null | undefined;
29
+ context?: [number, string][] | undefined;
30
30
  inApp?: boolean | undefined;
31
31
  vars?: Record<string, unknown> | undefined;
32
32
  }>;
@@ -56,46 +56,46 @@ export declare const ExceptionInterface: z.ZodObject<{
56
56
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
57
57
  }, "strip", z.ZodTypeAny, {
58
58
  function?: string | null | undefined;
59
- context?: [number, string][] | undefined;
60
59
  filename?: string | null | undefined;
61
60
  lineNo?: number | null | undefined;
62
61
  colNo?: number | null | undefined;
63
62
  absPath?: string | null | undefined;
64
63
  module?: string | null | undefined;
64
+ context?: [number, string][] | undefined;
65
65
  inApp?: boolean | undefined;
66
66
  vars?: Record<string, unknown> | undefined;
67
67
  }, {
68
68
  function?: string | null | undefined;
69
- context?: [number, string][] | undefined;
70
69
  filename?: string | null | undefined;
71
70
  lineNo?: number | null | undefined;
72
71
  colNo?: number | null | undefined;
73
72
  absPath?: string | null | undefined;
74
73
  module?: string | null | undefined;
74
+ context?: [number, string][] | undefined;
75
75
  inApp?: boolean | undefined;
76
76
  vars?: Record<string, unknown> | undefined;
77
77
  }>, "many">;
78
78
  }, "strip", z.ZodTypeAny, {
79
79
  frames: {
80
80
  function?: string | null | undefined;
81
- context?: [number, string][] | undefined;
82
81
  filename?: string | null | undefined;
83
82
  lineNo?: number | null | undefined;
84
83
  colNo?: number | null | undefined;
85
84
  absPath?: string | null | undefined;
86
85
  module?: string | null | undefined;
86
+ context?: [number, string][] | undefined;
87
87
  inApp?: boolean | undefined;
88
88
  vars?: Record<string, unknown> | undefined;
89
89
  }[];
90
90
  }, {
91
91
  frames: {
92
92
  function?: string | null | undefined;
93
- context?: [number, string][] | undefined;
94
93
  filename?: string | null | undefined;
95
94
  lineNo?: number | null | undefined;
96
95
  colNo?: number | null | undefined;
97
96
  absPath?: string | null | undefined;
98
97
  module?: string | null | undefined;
98
+ context?: [number, string][] | undefined;
99
99
  inApp?: boolean | undefined;
100
100
  vars?: Record<string, unknown> | undefined;
101
101
  }[];
@@ -110,12 +110,12 @@ export declare const ExceptionInterface: z.ZodObject<{
110
110
  stacktrace?: {
111
111
  frames: {
112
112
  function?: string | null | undefined;
113
- context?: [number, string][] | undefined;
114
113
  filename?: string | null | undefined;
115
114
  lineNo?: number | null | undefined;
116
115
  colNo?: number | null | undefined;
117
116
  absPath?: string | null | undefined;
118
117
  module?: string | null | undefined;
118
+ context?: [number, string][] | undefined;
119
119
  inApp?: boolean | undefined;
120
120
  vars?: Record<string, unknown> | undefined;
121
121
  }[];
@@ -130,12 +130,12 @@ export declare const ExceptionInterface: z.ZodObject<{
130
130
  stacktrace?: {
131
131
  frames: {
132
132
  function?: string | null | undefined;
133
- context?: [number, string][] | undefined;
134
133
  filename?: string | null | undefined;
135
134
  lineNo?: number | null | undefined;
136
135
  colNo?: number | null | undefined;
137
136
  absPath?: string | null | undefined;
138
137
  module?: string | null | undefined;
138
+ context?: [number, string][] | undefined;
139
139
  inApp?: boolean | undefined;
140
140
  vars?: Record<string, unknown> | undefined;
141
141
  }[];
@@ -168,46 +168,46 @@ export declare const ErrorEntrySchema: z.ZodObject<{
168
168
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
169
169
  }, "strip", z.ZodTypeAny, {
170
170
  function?: string | null | undefined;
171
- context?: [number, string][] | undefined;
172
171
  filename?: string | null | undefined;
173
172
  lineNo?: number | null | undefined;
174
173
  colNo?: number | null | undefined;
175
174
  absPath?: string | null | undefined;
176
175
  module?: string | null | undefined;
176
+ context?: [number, string][] | undefined;
177
177
  inApp?: boolean | undefined;
178
178
  vars?: Record<string, unknown> | undefined;
179
179
  }, {
180
180
  function?: string | null | undefined;
181
- context?: [number, string][] | undefined;
182
181
  filename?: string | null | undefined;
183
182
  lineNo?: number | null | undefined;
184
183
  colNo?: number | null | undefined;
185
184
  absPath?: string | null | undefined;
186
185
  module?: string | null | undefined;
186
+ context?: [number, string][] | undefined;
187
187
  inApp?: boolean | undefined;
188
188
  vars?: Record<string, unknown> | undefined;
189
189
  }>, "many">;
190
190
  }, "strip", z.ZodTypeAny, {
191
191
  frames: {
192
192
  function?: string | null | undefined;
193
- context?: [number, string][] | undefined;
194
193
  filename?: string | null | undefined;
195
194
  lineNo?: number | null | undefined;
196
195
  colNo?: number | null | undefined;
197
196
  absPath?: string | null | undefined;
198
197
  module?: string | null | undefined;
198
+ context?: [number, string][] | undefined;
199
199
  inApp?: boolean | undefined;
200
200
  vars?: Record<string, unknown> | undefined;
201
201
  }[];
202
202
  }, {
203
203
  frames: {
204
204
  function?: string | null | undefined;
205
- context?: [number, string][] | undefined;
206
205
  filename?: string | null | undefined;
207
206
  lineNo?: number | null | undefined;
208
207
  colNo?: number | null | undefined;
209
208
  absPath?: string | null | undefined;
210
209
  module?: string | null | undefined;
210
+ context?: [number, string][] | undefined;
211
211
  inApp?: boolean | undefined;
212
212
  vars?: Record<string, unknown> | undefined;
213
213
  }[];
@@ -222,12 +222,12 @@ export declare const ErrorEntrySchema: z.ZodObject<{
222
222
  stacktrace?: {
223
223
  frames: {
224
224
  function?: string | null | undefined;
225
- context?: [number, string][] | undefined;
226
225
  filename?: string | null | undefined;
227
226
  lineNo?: number | null | undefined;
228
227
  colNo?: number | null | undefined;
229
228
  absPath?: string | null | undefined;
230
229
  module?: string | null | undefined;
230
+ context?: [number, string][] | undefined;
231
231
  inApp?: boolean | undefined;
232
232
  vars?: Record<string, unknown> | undefined;
233
233
  }[];
@@ -242,12 +242,12 @@ export declare const ErrorEntrySchema: z.ZodObject<{
242
242
  stacktrace?: {
243
243
  frames: {
244
244
  function?: string | null | undefined;
245
- context?: [number, string][] | undefined;
246
245
  filename?: string | null | undefined;
247
246
  lineNo?: number | null | undefined;
248
247
  colNo?: number | null | undefined;
249
248
  absPath?: string | null | undefined;
250
249
  module?: string | null | undefined;
250
+ context?: [number, string][] | undefined;
251
251
  inApp?: boolean | undefined;
252
252
  vars?: Record<string, unknown> | undefined;
253
253
  }[];
@@ -279,46 +279,46 @@ export declare const ErrorEntrySchema: z.ZodObject<{
279
279
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
280
280
  }, "strip", z.ZodTypeAny, {
281
281
  function?: string | null | undefined;
282
- context?: [number, string][] | undefined;
283
282
  filename?: string | null | undefined;
284
283
  lineNo?: number | null | undefined;
285
284
  colNo?: number | null | undefined;
286
285
  absPath?: string | null | undefined;
287
286
  module?: string | null | undefined;
287
+ context?: [number, string][] | undefined;
288
288
  inApp?: boolean | undefined;
289
289
  vars?: Record<string, unknown> | undefined;
290
290
  }, {
291
291
  function?: string | null | undefined;
292
- context?: [number, string][] | undefined;
293
292
  filename?: string | null | undefined;
294
293
  lineNo?: number | null | undefined;
295
294
  colNo?: number | null | undefined;
296
295
  absPath?: string | null | undefined;
297
296
  module?: string | null | undefined;
297
+ context?: [number, string][] | undefined;
298
298
  inApp?: boolean | undefined;
299
299
  vars?: Record<string, unknown> | undefined;
300
300
  }>, "many">;
301
301
  }, "strip", z.ZodTypeAny, {
302
302
  frames: {
303
303
  function?: string | null | undefined;
304
- context?: [number, string][] | undefined;
305
304
  filename?: string | null | undefined;
306
305
  lineNo?: number | null | undefined;
307
306
  colNo?: number | null | undefined;
308
307
  absPath?: string | null | undefined;
309
308
  module?: string | null | undefined;
309
+ context?: [number, string][] | undefined;
310
310
  inApp?: boolean | undefined;
311
311
  vars?: Record<string, unknown> | undefined;
312
312
  }[];
313
313
  }, {
314
314
  frames: {
315
315
  function?: string | null | undefined;
316
- context?: [number, string][] | undefined;
317
316
  filename?: string | null | undefined;
318
317
  lineNo?: number | null | undefined;
319
318
  colNo?: number | null | undefined;
320
319
  absPath?: string | null | undefined;
321
320
  module?: string | null | undefined;
321
+ context?: [number, string][] | undefined;
322
322
  inApp?: boolean | undefined;
323
323
  vars?: Record<string, unknown> | undefined;
324
324
  }[];
@@ -333,12 +333,12 @@ export declare const ErrorEntrySchema: z.ZodObject<{
333
333
  stacktrace?: {
334
334
  frames: {
335
335
  function?: string | null | undefined;
336
- context?: [number, string][] | undefined;
337
336
  filename?: string | null | undefined;
338
337
  lineNo?: number | null | undefined;
339
338
  colNo?: number | null | undefined;
340
339
  absPath?: string | null | undefined;
341
340
  module?: string | null | undefined;
341
+ context?: [number, string][] | undefined;
342
342
  inApp?: boolean | undefined;
343
343
  vars?: Record<string, unknown> | undefined;
344
344
  }[];
@@ -353,12 +353,12 @@ export declare const ErrorEntrySchema: z.ZodObject<{
353
353
  stacktrace?: {
354
354
  frames: {
355
355
  function?: string | null | undefined;
356
- context?: [number, string][] | undefined;
357
356
  filename?: string | null | undefined;
358
357
  lineNo?: number | null | undefined;
359
358
  colNo?: number | null | undefined;
360
359
  absPath?: string | null | undefined;
361
360
  module?: string | null | undefined;
361
+ context?: [number, string][] | undefined;
362
362
  inApp?: boolean | undefined;
363
363
  vars?: Record<string, unknown> | undefined;
364
364
  }[];
@@ -375,12 +375,12 @@ export declare const ErrorEntrySchema: z.ZodObject<{
375
375
  stacktrace?: {
376
376
  frames: {
377
377
  function?: string | null | undefined;
378
- context?: [number, string][] | undefined;
379
378
  filename?: string | null | undefined;
380
379
  lineNo?: number | null | undefined;
381
380
  colNo?: number | null | undefined;
382
381
  absPath?: string | null | undefined;
383
382
  module?: string | null | undefined;
383
+ context?: [number, string][] | undefined;
384
384
  inApp?: boolean | undefined;
385
385
  vars?: Record<string, unknown> | undefined;
386
386
  }[];
@@ -396,12 +396,12 @@ export declare const ErrorEntrySchema: z.ZodObject<{
396
396
  stacktrace?: {
397
397
  frames: {
398
398
  function?: string | null | undefined;
399
- context?: [number, string][] | undefined;
400
399
  filename?: string | null | undefined;
401
400
  lineNo?: number | null | undefined;
402
401
  colNo?: number | null | undefined;
403
402
  absPath?: string | null | undefined;
404
403
  module?: string | null | undefined;
404
+ context?: [number, string][] | undefined;
405
405
  inApp?: boolean | undefined;
406
406
  vars?: Record<string, unknown> | undefined;
407
407
  }[];
@@ -418,12 +418,12 @@ export declare const ErrorEntrySchema: z.ZodObject<{
418
418
  stacktrace?: {
419
419
  frames: {
420
420
  function?: string | null | undefined;
421
- context?: [number, string][] | undefined;
422
421
  filename?: string | null | undefined;
423
422
  lineNo?: number | null | undefined;
424
423
  colNo?: number | null | undefined;
425
424
  absPath?: string | null | undefined;
426
425
  module?: string | null | undefined;
426
+ context?: [number, string][] | undefined;
427
427
  inApp?: boolean | undefined;
428
428
  vars?: Record<string, unknown> | undefined;
429
429
  }[];
@@ -439,12 +439,12 @@ export declare const ErrorEntrySchema: z.ZodObject<{
439
439
  stacktrace?: {
440
440
  frames: {
441
441
  function?: string | null | undefined;
442
- context?: [number, string][] | undefined;
443
442
  filename?: string | null | undefined;
444
443
  lineNo?: number | null | undefined;
445
444
  colNo?: number | null | undefined;
446
445
  absPath?: string | null | undefined;
447
446
  module?: string | null | undefined;
447
+ context?: [number, string][] | undefined;
448
448
  inApp?: boolean | undefined;
449
449
  vars?: Record<string, unknown> | undefined;
450
450
  }[];
@@ -455,11 +455,11 @@ export declare const RequestEntrySchema: z.ZodObject<{
455
455
  method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
456
456
  url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
457
457
  }, "strip", z.ZodTypeAny, {
458
- url?: string | null | undefined;
459
458
  method?: string | null | undefined;
460
- }, {
461
459
  url?: string | null | undefined;
460
+ }, {
462
461
  method?: string | null | undefined;
462
+ url?: string | null | undefined;
463
463
  }>;
464
464
  export declare const MessageEntrySchema: z.ZodObject<{
465
465
  formatted: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -493,85 +493,85 @@ export declare const ThreadEntrySchema: z.ZodObject<{
493
493
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
494
494
  }, "strip", z.ZodTypeAny, {
495
495
  function?: string | null | undefined;
496
- context?: [number, string][] | undefined;
497
496
  filename?: string | null | undefined;
498
497
  lineNo?: number | null | undefined;
499
498
  colNo?: number | null | undefined;
500
499
  absPath?: string | null | undefined;
501
500
  module?: string | null | undefined;
501
+ context?: [number, string][] | undefined;
502
502
  inApp?: boolean | undefined;
503
503
  vars?: Record<string, unknown> | undefined;
504
504
  }, {
505
505
  function?: string | null | undefined;
506
- context?: [number, string][] | undefined;
507
506
  filename?: string | null | undefined;
508
507
  lineNo?: number | null | undefined;
509
508
  colNo?: number | null | undefined;
510
509
  absPath?: string | null | undefined;
511
510
  module?: string | null | undefined;
511
+ context?: [number, string][] | undefined;
512
512
  inApp?: boolean | undefined;
513
513
  vars?: Record<string, unknown> | undefined;
514
514
  }>, "many">;
515
515
  }, "strip", z.ZodTypeAny, {
516
516
  frames: {
517
517
  function?: string | null | undefined;
518
- context?: [number, string][] | undefined;
519
518
  filename?: string | null | undefined;
520
519
  lineNo?: number | null | undefined;
521
520
  colNo?: number | null | undefined;
522
521
  absPath?: string | null | undefined;
523
522
  module?: string | null | undefined;
523
+ context?: [number, string][] | undefined;
524
524
  inApp?: boolean | undefined;
525
525
  vars?: Record<string, unknown> | undefined;
526
526
  }[];
527
527
  }, {
528
528
  frames: {
529
529
  function?: string | null | undefined;
530
- context?: [number, string][] | undefined;
531
530
  filename?: string | null | undefined;
532
531
  lineNo?: number | null | undefined;
533
532
  colNo?: number | null | undefined;
534
533
  absPath?: string | null | undefined;
535
534
  module?: string | null | undefined;
535
+ context?: [number, string][] | undefined;
536
536
  inApp?: boolean | undefined;
537
537
  vars?: Record<string, unknown> | undefined;
538
538
  }[];
539
539
  }>>>;
540
540
  }, "strip", z.ZodTypeAny, {
541
- name?: string | null | undefined;
542
541
  stacktrace?: {
543
542
  frames: {
544
543
  function?: string | null | undefined;
545
- context?: [number, string][] | undefined;
546
544
  filename?: string | null | undefined;
547
545
  lineNo?: number | null | undefined;
548
546
  colNo?: number | null | undefined;
549
547
  absPath?: string | null | undefined;
550
548
  module?: string | null | undefined;
549
+ context?: [number, string][] | undefined;
551
550
  inApp?: boolean | undefined;
552
551
  vars?: Record<string, unknown> | undefined;
553
552
  }[];
554
553
  } | null | undefined;
555
554
  id?: number | null | undefined;
555
+ name?: string | null | undefined;
556
556
  current?: boolean | null | undefined;
557
557
  crashed?: boolean | null | undefined;
558
558
  state?: string | null | undefined;
559
559
  }, {
560
- name?: string | null | undefined;
561
560
  stacktrace?: {
562
561
  frames: {
563
562
  function?: string | null | undefined;
564
- context?: [number, string][] | undefined;
565
563
  filename?: string | null | undefined;
566
564
  lineNo?: number | null | undefined;
567
565
  colNo?: number | null | undefined;
568
566
  absPath?: string | null | undefined;
569
567
  module?: string | null | undefined;
568
+ context?: [number, string][] | undefined;
570
569
  inApp?: boolean | undefined;
571
570
  vars?: Record<string, unknown> | undefined;
572
571
  }[];
573
572
  } | null | undefined;
574
573
  id?: number | null | undefined;
574
+ name?: string | null | undefined;
575
575
  current?: boolean | null | undefined;
576
576
  crashed?: boolean | null | undefined;
577
577
  state?: string | null | undefined;
@@ -596,127 +596,127 @@ export declare const ThreadsEntrySchema: z.ZodObject<{
596
596
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
597
597
  }, "strip", z.ZodTypeAny, {
598
598
  function?: string | null | undefined;
599
- context?: [number, string][] | undefined;
600
599
  filename?: string | null | undefined;
601
600
  lineNo?: number | null | undefined;
602
601
  colNo?: number | null | undefined;
603
602
  absPath?: string | null | undefined;
604
603
  module?: string | null | undefined;
604
+ context?: [number, string][] | undefined;
605
605
  inApp?: boolean | undefined;
606
606
  vars?: Record<string, unknown> | undefined;
607
607
  }, {
608
608
  function?: string | null | undefined;
609
- context?: [number, string][] | undefined;
610
609
  filename?: string | null | undefined;
611
610
  lineNo?: number | null | undefined;
612
611
  colNo?: number | null | undefined;
613
612
  absPath?: string | null | undefined;
614
613
  module?: string | null | undefined;
614
+ context?: [number, string][] | undefined;
615
615
  inApp?: boolean | undefined;
616
616
  vars?: Record<string, unknown> | undefined;
617
617
  }>, "many">;
618
618
  }, "strip", z.ZodTypeAny, {
619
619
  frames: {
620
620
  function?: string | null | undefined;
621
- context?: [number, string][] | undefined;
622
621
  filename?: string | null | undefined;
623
622
  lineNo?: number | null | undefined;
624
623
  colNo?: number | null | undefined;
625
624
  absPath?: string | null | undefined;
626
625
  module?: string | null | undefined;
626
+ context?: [number, string][] | undefined;
627
627
  inApp?: boolean | undefined;
628
628
  vars?: Record<string, unknown> | undefined;
629
629
  }[];
630
630
  }, {
631
631
  frames: {
632
632
  function?: string | null | undefined;
633
- context?: [number, string][] | undefined;
634
633
  filename?: string | null | undefined;
635
634
  lineNo?: number | null | undefined;
636
635
  colNo?: number | null | undefined;
637
636
  absPath?: string | null | undefined;
638
637
  module?: string | null | undefined;
638
+ context?: [number, string][] | undefined;
639
639
  inApp?: boolean | undefined;
640
640
  vars?: Record<string, unknown> | undefined;
641
641
  }[];
642
642
  }>>>;
643
643
  }, "strip", z.ZodTypeAny, {
644
- name?: string | null | undefined;
645
644
  stacktrace?: {
646
645
  frames: {
647
646
  function?: string | null | undefined;
648
- context?: [number, string][] | undefined;
649
647
  filename?: string | null | undefined;
650
648
  lineNo?: number | null | undefined;
651
649
  colNo?: number | null | undefined;
652
650
  absPath?: string | null | undefined;
653
651
  module?: string | null | undefined;
652
+ context?: [number, string][] | undefined;
654
653
  inApp?: boolean | undefined;
655
654
  vars?: Record<string, unknown> | undefined;
656
655
  }[];
657
656
  } | null | undefined;
658
657
  id?: number | null | undefined;
658
+ name?: string | null | undefined;
659
659
  current?: boolean | null | undefined;
660
660
  crashed?: boolean | null | undefined;
661
661
  state?: string | null | undefined;
662
662
  }, {
663
- name?: string | null | undefined;
664
663
  stacktrace?: {
665
664
  frames: {
666
665
  function?: string | null | undefined;
667
- context?: [number, string][] | undefined;
668
666
  filename?: string | null | undefined;
669
667
  lineNo?: number | null | undefined;
670
668
  colNo?: number | null | undefined;
671
669
  absPath?: string | null | undefined;
672
670
  module?: string | null | undefined;
671
+ context?: [number, string][] | undefined;
673
672
  inApp?: boolean | undefined;
674
673
  vars?: Record<string, unknown> | undefined;
675
674
  }[];
676
675
  } | null | undefined;
677
676
  id?: number | null | undefined;
677
+ name?: string | null | undefined;
678
678
  current?: boolean | null | undefined;
679
679
  crashed?: boolean | null | undefined;
680
680
  state?: string | null | undefined;
681
681
  }>, "many">>;
682
682
  }, "strip", z.ZodTypeAny, {
683
683
  values?: {
684
- name?: string | null | undefined;
685
684
  stacktrace?: {
686
685
  frames: {
687
686
  function?: string | null | undefined;
688
- context?: [number, string][] | undefined;
689
687
  filename?: string | null | undefined;
690
688
  lineNo?: number | null | undefined;
691
689
  colNo?: number | null | undefined;
692
690
  absPath?: string | null | undefined;
693
691
  module?: string | null | undefined;
692
+ context?: [number, string][] | undefined;
694
693
  inApp?: boolean | undefined;
695
694
  vars?: Record<string, unknown> | undefined;
696
695
  }[];
697
696
  } | null | undefined;
698
697
  id?: number | null | undefined;
698
+ name?: string | null | undefined;
699
699
  current?: boolean | null | undefined;
700
700
  crashed?: boolean | null | undefined;
701
701
  state?: string | null | undefined;
702
702
  }[] | undefined;
703
703
  }, {
704
704
  values?: {
705
- name?: string | null | undefined;
706
705
  stacktrace?: {
707
706
  frames: {
708
707
  function?: string | null | undefined;
709
- context?: [number, string][] | undefined;
710
708
  filename?: string | null | undefined;
711
709
  lineNo?: number | null | undefined;
712
710
  colNo?: number | null | undefined;
713
711
  absPath?: string | null | undefined;
714
712
  module?: string | null | undefined;
713
+ context?: [number, string][] | undefined;
715
714
  inApp?: boolean | undefined;
716
715
  vars?: Record<string, unknown> | undefined;
717
716
  }[];
718
717
  } | null | undefined;
719
718
  id?: number | null | undefined;
719
+ name?: string | null | undefined;
720
720
  current?: boolean | null | undefined;
721
721
  crashed?: boolean | null | undefined;
722
722
  state?: string | null | undefined;
@@ -821,46 +821,46 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
821
821
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
822
822
  }, "strip", z.ZodTypeAny, {
823
823
  function?: string | null | undefined;
824
- context?: [number, string][] | undefined;
825
824
  filename?: string | null | undefined;
826
825
  lineNo?: number | null | undefined;
827
826
  colNo?: number | null | undefined;
828
827
  absPath?: string | null | undefined;
829
828
  module?: string | null | undefined;
829
+ context?: [number, string][] | undefined;
830
830
  inApp?: boolean | undefined;
831
831
  vars?: Record<string, unknown> | undefined;
832
832
  }, {
833
833
  function?: string | null | undefined;
834
- context?: [number, string][] | undefined;
835
834
  filename?: string | null | undefined;
836
835
  lineNo?: number | null | undefined;
837
836
  colNo?: number | null | undefined;
838
837
  absPath?: string | null | undefined;
839
838
  module?: string | null | undefined;
839
+ context?: [number, string][] | undefined;
840
840
  inApp?: boolean | undefined;
841
841
  vars?: Record<string, unknown> | undefined;
842
842
  }>, "many">;
843
843
  }, "strip", z.ZodTypeAny, {
844
844
  frames: {
845
845
  function?: string | null | undefined;
846
- context?: [number, string][] | undefined;
847
846
  filename?: string | null | undefined;
848
847
  lineNo?: number | null | undefined;
849
848
  colNo?: number | null | undefined;
850
849
  absPath?: string | null | undefined;
851
850
  module?: string | null | undefined;
851
+ context?: [number, string][] | undefined;
852
852
  inApp?: boolean | undefined;
853
853
  vars?: Record<string, unknown> | undefined;
854
854
  }[];
855
855
  }, {
856
856
  frames: {
857
857
  function?: string | null | undefined;
858
- context?: [number, string][] | undefined;
859
858
  filename?: string | null | undefined;
860
859
  lineNo?: number | null | undefined;
861
860
  colNo?: number | null | undefined;
862
861
  absPath?: string | null | undefined;
863
862
  module?: string | null | undefined;
863
+ context?: [number, string][] | undefined;
864
864
  inApp?: boolean | undefined;
865
865
  vars?: Record<string, unknown> | undefined;
866
866
  }[];
@@ -875,12 +875,12 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
875
875
  stacktrace?: {
876
876
  frames: {
877
877
  function?: string | null | undefined;
878
- context?: [number, string][] | undefined;
879
878
  filename?: string | null | undefined;
880
879
  lineNo?: number | null | undefined;
881
880
  colNo?: number | null | undefined;
882
881
  absPath?: string | null | undefined;
883
882
  module?: string | null | undefined;
883
+ context?: [number, string][] | undefined;
884
884
  inApp?: boolean | undefined;
885
885
  vars?: Record<string, unknown> | undefined;
886
886
  }[];
@@ -895,12 +895,12 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
895
895
  stacktrace?: {
896
896
  frames: {
897
897
  function?: string | null | undefined;
898
- context?: [number, string][] | undefined;
899
898
  filename?: string | null | undefined;
900
899
  lineNo?: number | null | undefined;
901
900
  colNo?: number | null | undefined;
902
901
  absPath?: string | null | undefined;
903
902
  module?: string | null | undefined;
903
+ context?: [number, string][] | undefined;
904
904
  inApp?: boolean | undefined;
905
905
  vars?: Record<string, unknown> | undefined;
906
906
  }[];
@@ -932,46 +932,46 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
932
932
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
933
933
  }, "strip", z.ZodTypeAny, {
934
934
  function?: string | null | undefined;
935
- context?: [number, string][] | undefined;
936
935
  filename?: string | null | undefined;
937
936
  lineNo?: number | null | undefined;
938
937
  colNo?: number | null | undefined;
939
938
  absPath?: string | null | undefined;
940
939
  module?: string | null | undefined;
940
+ context?: [number, string][] | undefined;
941
941
  inApp?: boolean | undefined;
942
942
  vars?: Record<string, unknown> | undefined;
943
943
  }, {
944
944
  function?: string | null | undefined;
945
- context?: [number, string][] | undefined;
946
945
  filename?: string | null | undefined;
947
946
  lineNo?: number | null | undefined;
948
947
  colNo?: number | null | undefined;
949
948
  absPath?: string | null | undefined;
950
949
  module?: string | null | undefined;
950
+ context?: [number, string][] | undefined;
951
951
  inApp?: boolean | undefined;
952
952
  vars?: Record<string, unknown> | undefined;
953
953
  }>, "many">;
954
954
  }, "strip", z.ZodTypeAny, {
955
955
  frames: {
956
956
  function?: string | null | undefined;
957
- context?: [number, string][] | undefined;
958
957
  filename?: string | null | undefined;
959
958
  lineNo?: number | null | undefined;
960
959
  colNo?: number | null | undefined;
961
960
  absPath?: string | null | undefined;
962
961
  module?: string | null | undefined;
962
+ context?: [number, string][] | undefined;
963
963
  inApp?: boolean | undefined;
964
964
  vars?: Record<string, unknown> | undefined;
965
965
  }[];
966
966
  }, {
967
967
  frames: {
968
968
  function?: string | null | undefined;
969
- context?: [number, string][] | undefined;
970
969
  filename?: string | null | undefined;
971
970
  lineNo?: number | null | undefined;
972
971
  colNo?: number | null | undefined;
973
972
  absPath?: string | null | undefined;
974
973
  module?: string | null | undefined;
974
+ context?: [number, string][] | undefined;
975
975
  inApp?: boolean | undefined;
976
976
  vars?: Record<string, unknown> | undefined;
977
977
  }[];
@@ -986,12 +986,12 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
986
986
  stacktrace?: {
987
987
  frames: {
988
988
  function?: string | null | undefined;
989
- context?: [number, string][] | undefined;
990
989
  filename?: string | null | undefined;
991
990
  lineNo?: number | null | undefined;
992
991
  colNo?: number | null | undefined;
993
992
  absPath?: string | null | undefined;
994
993
  module?: string | null | undefined;
994
+ context?: [number, string][] | undefined;
995
995
  inApp?: boolean | undefined;
996
996
  vars?: Record<string, unknown> | undefined;
997
997
  }[];
@@ -1006,12 +1006,12 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1006
1006
  stacktrace?: {
1007
1007
  frames: {
1008
1008
  function?: string | null | undefined;
1009
- context?: [number, string][] | undefined;
1010
1009
  filename?: string | null | undefined;
1011
1010
  lineNo?: number | null | undefined;
1012
1011
  colNo?: number | null | undefined;
1013
1012
  absPath?: string | null | undefined;
1014
1013
  module?: string | null | undefined;
1014
+ context?: [number, string][] | undefined;
1015
1015
  inApp?: boolean | undefined;
1016
1016
  vars?: Record<string, unknown> | undefined;
1017
1017
  }[];
@@ -1028,12 +1028,12 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1028
1028
  stacktrace?: {
1029
1029
  frames: {
1030
1030
  function?: string | null | undefined;
1031
- context?: [number, string][] | undefined;
1032
1031
  filename?: string | null | undefined;
1033
1032
  lineNo?: number | null | undefined;
1034
1033
  colNo?: number | null | undefined;
1035
1034
  absPath?: string | null | undefined;
1036
1035
  module?: string | null | undefined;
1036
+ context?: [number, string][] | undefined;
1037
1037
  inApp?: boolean | undefined;
1038
1038
  vars?: Record<string, unknown> | undefined;
1039
1039
  }[];
@@ -1049,12 +1049,12 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1049
1049
  stacktrace?: {
1050
1050
  frames: {
1051
1051
  function?: string | null | undefined;
1052
- context?: [number, string][] | undefined;
1053
1052
  filename?: string | null | undefined;
1054
1053
  lineNo?: number | null | undefined;
1055
1054
  colNo?: number | null | undefined;
1056
1055
  absPath?: string | null | undefined;
1057
1056
  module?: string | null | undefined;
1057
+ context?: [number, string][] | undefined;
1058
1058
  inApp?: boolean | undefined;
1059
1059
  vars?: Record<string, unknown> | undefined;
1060
1060
  }[];
@@ -1071,12 +1071,12 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1071
1071
  stacktrace?: {
1072
1072
  frames: {
1073
1073
  function?: string | null | undefined;
1074
- context?: [number, string][] | undefined;
1075
1074
  filename?: string | null | undefined;
1076
1075
  lineNo?: number | null | undefined;
1077
1076
  colNo?: number | null | undefined;
1078
1077
  absPath?: string | null | undefined;
1079
1078
  module?: string | null | undefined;
1079
+ context?: [number, string][] | undefined;
1080
1080
  inApp?: boolean | undefined;
1081
1081
  vars?: Record<string, unknown> | undefined;
1082
1082
  }[];
@@ -1092,12 +1092,12 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1092
1092
  stacktrace?: {
1093
1093
  frames: {
1094
1094
  function?: string | null | undefined;
1095
- context?: [number, string][] | undefined;
1096
1095
  filename?: string | null | undefined;
1097
1096
  lineNo?: number | null | undefined;
1098
1097
  colNo?: number | null | undefined;
1099
1098
  absPath?: string | null | undefined;
1100
1099
  module?: string | null | undefined;
1100
+ context?: [number, string][] | undefined;
1101
1101
  inApp?: boolean | undefined;
1102
1102
  vars?: Record<string, unknown> | undefined;
1103
1103
  }[];
@@ -1116,12 +1116,12 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1116
1116
  stacktrace?: {
1117
1117
  frames: {
1118
1118
  function?: string | null | undefined;
1119
- context?: [number, string][] | undefined;
1120
1119
  filename?: string | null | undefined;
1121
1120
  lineNo?: number | null | undefined;
1122
1121
  colNo?: number | null | undefined;
1123
1122
  absPath?: string | null | undefined;
1124
1123
  module?: string | null | undefined;
1124
+ context?: [number, string][] | undefined;
1125
1125
  inApp?: boolean | undefined;
1126
1126
  vars?: Record<string, unknown> | undefined;
1127
1127
  }[];
@@ -1137,12 +1137,12 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1137
1137
  stacktrace?: {
1138
1138
  frames: {
1139
1139
  function?: string | null | undefined;
1140
- context?: [number, string][] | undefined;
1141
1140
  filename?: string | null | undefined;
1142
1141
  lineNo?: number | null | undefined;
1143
1142
  colNo?: number | null | undefined;
1144
1143
  absPath?: string | null | undefined;
1145
1144
  module?: string | null | undefined;
1145
+ context?: [number, string][] | undefined;
1146
1146
  inApp?: boolean | undefined;
1147
1147
  vars?: Record<string, unknown> | undefined;
1148
1148
  }[];
@@ -1162,12 +1162,12 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1162
1162
  stacktrace?: {
1163
1163
  frames: {
1164
1164
  function?: string | null | undefined;
1165
- context?: [number, string][] | undefined;
1166
1165
  filename?: string | null | undefined;
1167
1166
  lineNo?: number | null | undefined;
1168
1167
  colNo?: number | null | undefined;
1169
1168
  absPath?: string | null | undefined;
1170
1169
  module?: string | null | undefined;
1170
+ context?: [number, string][] | undefined;
1171
1171
  inApp?: boolean | undefined;
1172
1172
  vars?: Record<string, unknown> | undefined;
1173
1173
  }[];
@@ -1183,12 +1183,12 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1183
1183
  stacktrace?: {
1184
1184
  frames: {
1185
1185
  function?: string | null | undefined;
1186
- context?: [number, string][] | undefined;
1187
1186
  filename?: string | null | undefined;
1188
1187
  lineNo?: number | null | undefined;
1189
1188
  colNo?: number | null | undefined;
1190
1189
  absPath?: string | null | undefined;
1191
1190
  module?: string | null | undefined;
1191
+ context?: [number, string][] | undefined;
1192
1192
  inApp?: boolean | undefined;
1193
1193
  vars?: Record<string, unknown> | undefined;
1194
1194
  }[];
@@ -1247,127 +1247,127 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1247
1247
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
1248
1248
  }, "strip", z.ZodTypeAny, {
1249
1249
  function?: string | null | undefined;
1250
- context?: [number, string][] | undefined;
1251
1250
  filename?: string | null | undefined;
1252
1251
  lineNo?: number | null | undefined;
1253
1252
  colNo?: number | null | undefined;
1254
1253
  absPath?: string | null | undefined;
1255
1254
  module?: string | null | undefined;
1255
+ context?: [number, string][] | undefined;
1256
1256
  inApp?: boolean | undefined;
1257
1257
  vars?: Record<string, unknown> | undefined;
1258
1258
  }, {
1259
1259
  function?: string | null | undefined;
1260
- context?: [number, string][] | undefined;
1261
1260
  filename?: string | null | undefined;
1262
1261
  lineNo?: number | null | undefined;
1263
1262
  colNo?: number | null | undefined;
1264
1263
  absPath?: string | null | undefined;
1265
1264
  module?: string | null | undefined;
1265
+ context?: [number, string][] | undefined;
1266
1266
  inApp?: boolean | undefined;
1267
1267
  vars?: Record<string, unknown> | undefined;
1268
1268
  }>, "many">;
1269
1269
  }, "strip", z.ZodTypeAny, {
1270
1270
  frames: {
1271
1271
  function?: string | null | undefined;
1272
- context?: [number, string][] | undefined;
1273
1272
  filename?: string | null | undefined;
1274
1273
  lineNo?: number | null | undefined;
1275
1274
  colNo?: number | null | undefined;
1276
1275
  absPath?: string | null | undefined;
1277
1276
  module?: string | null | undefined;
1277
+ context?: [number, string][] | undefined;
1278
1278
  inApp?: boolean | undefined;
1279
1279
  vars?: Record<string, unknown> | undefined;
1280
1280
  }[];
1281
1281
  }, {
1282
1282
  frames: {
1283
1283
  function?: string | null | undefined;
1284
- context?: [number, string][] | undefined;
1285
1284
  filename?: string | null | undefined;
1286
1285
  lineNo?: number | null | undefined;
1287
1286
  colNo?: number | null | undefined;
1288
1287
  absPath?: string | null | undefined;
1289
1288
  module?: string | null | undefined;
1289
+ context?: [number, string][] | undefined;
1290
1290
  inApp?: boolean | undefined;
1291
1291
  vars?: Record<string, unknown> | undefined;
1292
1292
  }[];
1293
1293
  }>>>;
1294
1294
  }, "strip", z.ZodTypeAny, {
1295
- name?: string | null | undefined;
1296
1295
  stacktrace?: {
1297
1296
  frames: {
1298
1297
  function?: string | null | undefined;
1299
- context?: [number, string][] | undefined;
1300
1298
  filename?: string | null | undefined;
1301
1299
  lineNo?: number | null | undefined;
1302
1300
  colNo?: number | null | undefined;
1303
1301
  absPath?: string | null | undefined;
1304
1302
  module?: string | null | undefined;
1303
+ context?: [number, string][] | undefined;
1305
1304
  inApp?: boolean | undefined;
1306
1305
  vars?: Record<string, unknown> | undefined;
1307
1306
  }[];
1308
1307
  } | null | undefined;
1309
1308
  id?: number | null | undefined;
1309
+ name?: string | null | undefined;
1310
1310
  current?: boolean | null | undefined;
1311
1311
  crashed?: boolean | null | undefined;
1312
1312
  state?: string | null | undefined;
1313
1313
  }, {
1314
- name?: string | null | undefined;
1315
1314
  stacktrace?: {
1316
1315
  frames: {
1317
1316
  function?: string | null | undefined;
1318
- context?: [number, string][] | undefined;
1319
1317
  filename?: string | null | undefined;
1320
1318
  lineNo?: number | null | undefined;
1321
1319
  colNo?: number | null | undefined;
1322
1320
  absPath?: string | null | undefined;
1323
1321
  module?: string | null | undefined;
1322
+ context?: [number, string][] | undefined;
1324
1323
  inApp?: boolean | undefined;
1325
1324
  vars?: Record<string, unknown> | undefined;
1326
1325
  }[];
1327
1326
  } | null | undefined;
1328
1327
  id?: number | null | undefined;
1328
+ name?: string | null | undefined;
1329
1329
  current?: boolean | null | undefined;
1330
1330
  crashed?: boolean | null | undefined;
1331
1331
  state?: string | null | undefined;
1332
1332
  }>, "many">>;
1333
1333
  }, "strip", z.ZodTypeAny, {
1334
1334
  values?: {
1335
- name?: string | null | undefined;
1336
1335
  stacktrace?: {
1337
1336
  frames: {
1338
1337
  function?: string | null | undefined;
1339
- context?: [number, string][] | undefined;
1340
1338
  filename?: string | null | undefined;
1341
1339
  lineNo?: number | null | undefined;
1342
1340
  colNo?: number | null | undefined;
1343
1341
  absPath?: string | null | undefined;
1344
1342
  module?: string | null | undefined;
1343
+ context?: [number, string][] | undefined;
1345
1344
  inApp?: boolean | undefined;
1346
1345
  vars?: Record<string, unknown> | undefined;
1347
1346
  }[];
1348
1347
  } | null | undefined;
1349
1348
  id?: number | null | undefined;
1349
+ name?: string | null | undefined;
1350
1350
  current?: boolean | null | undefined;
1351
1351
  crashed?: boolean | null | undefined;
1352
1352
  state?: string | null | undefined;
1353
1353
  }[] | undefined;
1354
1354
  }, {
1355
1355
  values?: {
1356
- name?: string | null | undefined;
1357
1356
  stacktrace?: {
1358
1357
  frames: {
1359
1358
  function?: string | null | undefined;
1360
- context?: [number, string][] | undefined;
1361
1359
  filename?: string | null | undefined;
1362
1360
  lineNo?: number | null | undefined;
1363
1361
  colNo?: number | null | undefined;
1364
1362
  absPath?: string | null | undefined;
1365
1363
  module?: string | null | undefined;
1364
+ context?: [number, string][] | undefined;
1366
1365
  inApp?: boolean | undefined;
1367
1366
  vars?: Record<string, unknown> | undefined;
1368
1367
  }[];
1369
1368
  } | null | undefined;
1370
1369
  id?: number | null | undefined;
1370
+ name?: string | null | undefined;
1371
1371
  current?: boolean | null | undefined;
1372
1372
  crashed?: boolean | null | undefined;
1373
1373
  state?: string | null | undefined;
@@ -1376,21 +1376,21 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1376
1376
  }, "strip", z.ZodTypeAny, {
1377
1377
  data: {
1378
1378
  values?: {
1379
- name?: string | null | undefined;
1380
1379
  stacktrace?: {
1381
1380
  frames: {
1382
1381
  function?: string | null | undefined;
1383
- context?: [number, string][] | undefined;
1384
1382
  filename?: string | null | undefined;
1385
1383
  lineNo?: number | null | undefined;
1386
1384
  colNo?: number | null | undefined;
1387
1385
  absPath?: string | null | undefined;
1388
1386
  module?: string | null | undefined;
1387
+ context?: [number, string][] | undefined;
1389
1388
  inApp?: boolean | undefined;
1390
1389
  vars?: Record<string, unknown> | undefined;
1391
1390
  }[];
1392
1391
  } | null | undefined;
1393
1392
  id?: number | null | undefined;
1393
+ name?: string | null | undefined;
1394
1394
  current?: boolean | null | undefined;
1395
1395
  crashed?: boolean | null | undefined;
1396
1396
  state?: string | null | undefined;
@@ -1400,21 +1400,21 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1400
1400
  }, {
1401
1401
  data: {
1402
1402
  values?: {
1403
- name?: string | null | undefined;
1404
1403
  stacktrace?: {
1405
1404
  frames: {
1406
1405
  function?: string | null | undefined;
1407
- context?: [number, string][] | undefined;
1408
1406
  filename?: string | null | undefined;
1409
1407
  lineNo?: number | null | undefined;
1410
1408
  colNo?: number | null | undefined;
1411
1409
  absPath?: string | null | undefined;
1412
1410
  module?: string | null | undefined;
1411
+ context?: [number, string][] | undefined;
1413
1412
  inApp?: boolean | undefined;
1414
1413
  vars?: Record<string, unknown> | undefined;
1415
1414
  }[];
1416
1415
  } | null | undefined;
1417
1416
  id?: number | null | undefined;
1417
+ name?: string | null | undefined;
1418
1418
  current?: boolean | null | undefined;
1419
1419
  crashed?: boolean | null | undefined;
1420
1420
  state?: string | null | undefined;
@@ -1427,22 +1427,22 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1427
1427
  method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1428
1428
  url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1429
1429
  }, "strip", z.ZodTypeAny, {
1430
- url?: string | null | undefined;
1431
1430
  method?: string | null | undefined;
1432
- }, {
1433
1431
  url?: string | null | undefined;
1432
+ }, {
1434
1433
  method?: string | null | undefined;
1434
+ url?: string | null | undefined;
1435
1435
  }>;
1436
1436
  }, "strip", z.ZodTypeAny, {
1437
1437
  data: {
1438
- url?: string | null | undefined;
1439
1438
  method?: string | null | undefined;
1439
+ url?: string | null | undefined;
1440
1440
  };
1441
1441
  type: "request";
1442
1442
  }, {
1443
1443
  data: {
1444
- url?: string | null | undefined;
1445
1444
  method?: string | null | undefined;
1445
+ url?: string | null | undefined;
1446
1446
  };
1447
1447
  type: "request";
1448
1448
  }>, z.ZodObject<{
@@ -1543,11 +1543,11 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1543
1543
  key: z.ZodString;
1544
1544
  value: z.ZodString;
1545
1545
  }, "strip", z.ZodTypeAny, {
1546
- key: string;
1547
1546
  value: string;
1548
- }, {
1549
1547
  key: string;
1548
+ }, {
1550
1549
  value: string;
1550
+ key: string;
1551
1551
  }>, "many">>;
1552
1552
  }, "type"> & {
1553
1553
  type: z.ZodLiteral<"error">;
@@ -1567,12 +1567,12 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1567
1567
  stacktrace?: {
1568
1568
  frames: {
1569
1569
  function?: string | null | undefined;
1570
- context?: [number, string][] | undefined;
1571
1570
  filename?: string | null | undefined;
1572
1571
  lineNo?: number | null | undefined;
1573
1572
  colNo?: number | null | undefined;
1574
1573
  absPath?: string | null | undefined;
1575
1574
  module?: string | null | undefined;
1575
+ context?: [number, string][] | undefined;
1576
1576
  inApp?: boolean | undefined;
1577
1577
  vars?: Record<string, unknown> | undefined;
1578
1578
  }[];
@@ -1588,12 +1588,12 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1588
1588
  stacktrace?: {
1589
1589
  frames: {
1590
1590
  function?: string | null | undefined;
1591
- context?: [number, string][] | undefined;
1592
1591
  filename?: string | null | undefined;
1593
1592
  lineNo?: number | null | undefined;
1594
1593
  colNo?: number | null | undefined;
1595
1594
  absPath?: string | null | undefined;
1596
1595
  module?: string | null | undefined;
1596
+ context?: [number, string][] | undefined;
1597
1597
  inApp?: boolean | undefined;
1598
1598
  vars?: Record<string, unknown> | undefined;
1599
1599
  }[];
@@ -1611,21 +1611,21 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1611
1611
  } | {
1612
1612
  data: {
1613
1613
  values?: {
1614
- name?: string | null | undefined;
1615
1614
  stacktrace?: {
1616
1615
  frames: {
1617
1616
  function?: string | null | undefined;
1618
- context?: [number, string][] | undefined;
1619
1617
  filename?: string | null | undefined;
1620
1618
  lineNo?: number | null | undefined;
1621
1619
  colNo?: number | null | undefined;
1622
1620
  absPath?: string | null | undefined;
1623
1621
  module?: string | null | undefined;
1622
+ context?: [number, string][] | undefined;
1624
1623
  inApp?: boolean | undefined;
1625
1624
  vars?: Record<string, unknown> | undefined;
1626
1625
  }[];
1627
1626
  } | null | undefined;
1628
1627
  id?: number | null | undefined;
1628
+ name?: string | null | undefined;
1629
1629
  current?: boolean | null | undefined;
1630
1630
  crashed?: boolean | null | undefined;
1631
1631
  state?: string | null | undefined;
@@ -1634,8 +1634,8 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1634
1634
  type: "threads";
1635
1635
  } | {
1636
1636
  data: {
1637
- url?: string | null | undefined;
1638
1637
  method?: string | null | undefined;
1638
+ url?: string | null | undefined;
1639
1639
  };
1640
1640
  type: "request";
1641
1641
  } | {
@@ -1658,8 +1658,8 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1658
1658
  data?: unknown;
1659
1659
  })[];
1660
1660
  type: "error";
1661
- title: string;
1662
1661
  id: string;
1662
+ title: string;
1663
1663
  culprit: string | null;
1664
1664
  dateCreated: string;
1665
1665
  platform?: string | null | undefined;
@@ -1667,8 +1667,8 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1667
1667
  type: z.ZodUnion<[z.ZodLiteral<"default">, z.ZodLiteral<"runtime">, z.ZodLiteral<"os">, z.ZodLiteral<"trace">, z.ZodUnknown]>;
1668
1668
  }, z.ZodTypeAny, "passthrough">> | undefined;
1669
1669
  tags?: {
1670
- key: string;
1671
1670
  value: string;
1671
+ key: string;
1672
1672
  }[] | undefined;
1673
1673
  }, {
1674
1674
  message: string | null;
@@ -1684,12 +1684,12 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1684
1684
  stacktrace?: {
1685
1685
  frames: {
1686
1686
  function?: string | null | undefined;
1687
- context?: [number, string][] | undefined;
1688
1687
  filename?: string | null | undefined;
1689
1688
  lineNo?: number | null | undefined;
1690
1689
  colNo?: number | null | undefined;
1691
1690
  absPath?: string | null | undefined;
1692
1691
  module?: string | null | undefined;
1692
+ context?: [number, string][] | undefined;
1693
1693
  inApp?: boolean | undefined;
1694
1694
  vars?: Record<string, unknown> | undefined;
1695
1695
  }[];
@@ -1705,12 +1705,12 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1705
1705
  stacktrace?: {
1706
1706
  frames: {
1707
1707
  function?: string | null | undefined;
1708
- context?: [number, string][] | undefined;
1709
1708
  filename?: string | null | undefined;
1710
1709
  lineNo?: number | null | undefined;
1711
1710
  colNo?: number | null | undefined;
1712
1711
  absPath?: string | null | undefined;
1713
1712
  module?: string | null | undefined;
1713
+ context?: [number, string][] | undefined;
1714
1714
  inApp?: boolean | undefined;
1715
1715
  vars?: Record<string, unknown> | undefined;
1716
1716
  }[];
@@ -1728,21 +1728,21 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1728
1728
  } | {
1729
1729
  data: {
1730
1730
  values?: {
1731
- name?: string | null | undefined;
1732
1731
  stacktrace?: {
1733
1732
  frames: {
1734
1733
  function?: string | null | undefined;
1735
- context?: [number, string][] | undefined;
1736
1734
  filename?: string | null | undefined;
1737
1735
  lineNo?: number | null | undefined;
1738
1736
  colNo?: number | null | undefined;
1739
1737
  absPath?: string | null | undefined;
1740
1738
  module?: string | null | undefined;
1739
+ context?: [number, string][] | undefined;
1741
1740
  inApp?: boolean | undefined;
1742
1741
  vars?: Record<string, unknown> | undefined;
1743
1742
  }[];
1744
1743
  } | null | undefined;
1745
1744
  id?: number | null | undefined;
1745
+ name?: string | null | undefined;
1746
1746
  current?: boolean | null | undefined;
1747
1747
  crashed?: boolean | null | undefined;
1748
1748
  state?: string | null | undefined;
@@ -1751,8 +1751,8 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1751
1751
  type: "threads";
1752
1752
  } | {
1753
1753
  data: {
1754
- url?: string | null | undefined;
1755
1754
  method?: string | null | undefined;
1755
+ url?: string | null | undefined;
1756
1756
  };
1757
1757
  type: "request";
1758
1758
  } | {
@@ -1775,8 +1775,8 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1775
1775
  data?: unknown;
1776
1776
  })[];
1777
1777
  type: "error";
1778
- title: string;
1779
1778
  id: string;
1779
+ title: string;
1780
1780
  culprit: string | null;
1781
1781
  dateCreated: string;
1782
1782
  platform?: string | null | undefined;
@@ -1784,8 +1784,8 @@ export declare const ErrorEventSchema: z.ZodObject<Omit<{
1784
1784
  type: z.ZodUnion<[z.ZodLiteral<"default">, z.ZodLiteral<"runtime">, z.ZodLiteral<"os">, z.ZodLiteral<"trace">, z.ZodUnknown]>;
1785
1785
  }, z.ZodTypeAny, "passthrough">> | undefined;
1786
1786
  tags?: {
1787
- key: string;
1788
1787
  value: string;
1788
+ key: string;
1789
1789
  }[] | undefined;
1790
1790
  }>;
1791
1791
  export declare const TransactionEventSchema: z.ZodObject<Omit<{
@@ -1823,46 +1823,46 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
1823
1823
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
1824
1824
  }, "strip", z.ZodTypeAny, {
1825
1825
  function?: string | null | undefined;
1826
- context?: [number, string][] | undefined;
1827
1826
  filename?: string | null | undefined;
1828
1827
  lineNo?: number | null | undefined;
1829
1828
  colNo?: number | null | undefined;
1830
1829
  absPath?: string | null | undefined;
1831
1830
  module?: string | null | undefined;
1831
+ context?: [number, string][] | undefined;
1832
1832
  inApp?: boolean | undefined;
1833
1833
  vars?: Record<string, unknown> | undefined;
1834
1834
  }, {
1835
1835
  function?: string | null | undefined;
1836
- context?: [number, string][] | undefined;
1837
1836
  filename?: string | null | undefined;
1838
1837
  lineNo?: number | null | undefined;
1839
1838
  colNo?: number | null | undefined;
1840
1839
  absPath?: string | null | undefined;
1841
1840
  module?: string | null | undefined;
1841
+ context?: [number, string][] | undefined;
1842
1842
  inApp?: boolean | undefined;
1843
1843
  vars?: Record<string, unknown> | undefined;
1844
1844
  }>, "many">;
1845
1845
  }, "strip", z.ZodTypeAny, {
1846
1846
  frames: {
1847
1847
  function?: string | null | undefined;
1848
- context?: [number, string][] | undefined;
1849
1848
  filename?: string | null | undefined;
1850
1849
  lineNo?: number | null | undefined;
1851
1850
  colNo?: number | null | undefined;
1852
1851
  absPath?: string | null | undefined;
1853
1852
  module?: string | null | undefined;
1853
+ context?: [number, string][] | undefined;
1854
1854
  inApp?: boolean | undefined;
1855
1855
  vars?: Record<string, unknown> | undefined;
1856
1856
  }[];
1857
1857
  }, {
1858
1858
  frames: {
1859
1859
  function?: string | null | undefined;
1860
- context?: [number, string][] | undefined;
1861
1860
  filename?: string | null | undefined;
1862
1861
  lineNo?: number | null | undefined;
1863
1862
  colNo?: number | null | undefined;
1864
1863
  absPath?: string | null | undefined;
1865
1864
  module?: string | null | undefined;
1865
+ context?: [number, string][] | undefined;
1866
1866
  inApp?: boolean | undefined;
1867
1867
  vars?: Record<string, unknown> | undefined;
1868
1868
  }[];
@@ -1877,12 +1877,12 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
1877
1877
  stacktrace?: {
1878
1878
  frames: {
1879
1879
  function?: string | null | undefined;
1880
- context?: [number, string][] | undefined;
1881
1880
  filename?: string | null | undefined;
1882
1881
  lineNo?: number | null | undefined;
1883
1882
  colNo?: number | null | undefined;
1884
1883
  absPath?: string | null | undefined;
1885
1884
  module?: string | null | undefined;
1885
+ context?: [number, string][] | undefined;
1886
1886
  inApp?: boolean | undefined;
1887
1887
  vars?: Record<string, unknown> | undefined;
1888
1888
  }[];
@@ -1897,12 +1897,12 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
1897
1897
  stacktrace?: {
1898
1898
  frames: {
1899
1899
  function?: string | null | undefined;
1900
- context?: [number, string][] | undefined;
1901
1900
  filename?: string | null | undefined;
1902
1901
  lineNo?: number | null | undefined;
1903
1902
  colNo?: number | null | undefined;
1904
1903
  absPath?: string | null | undefined;
1905
1904
  module?: string | null | undefined;
1905
+ context?: [number, string][] | undefined;
1906
1906
  inApp?: boolean | undefined;
1907
1907
  vars?: Record<string, unknown> | undefined;
1908
1908
  }[];
@@ -1934,46 +1934,46 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
1934
1934
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
1935
1935
  }, "strip", z.ZodTypeAny, {
1936
1936
  function?: string | null | undefined;
1937
- context?: [number, string][] | undefined;
1938
1937
  filename?: string | null | undefined;
1939
1938
  lineNo?: number | null | undefined;
1940
1939
  colNo?: number | null | undefined;
1941
1940
  absPath?: string | null | undefined;
1942
1941
  module?: string | null | undefined;
1942
+ context?: [number, string][] | undefined;
1943
1943
  inApp?: boolean | undefined;
1944
1944
  vars?: Record<string, unknown> | undefined;
1945
1945
  }, {
1946
1946
  function?: string | null | undefined;
1947
- context?: [number, string][] | undefined;
1948
1947
  filename?: string | null | undefined;
1949
1948
  lineNo?: number | null | undefined;
1950
1949
  colNo?: number | null | undefined;
1951
1950
  absPath?: string | null | undefined;
1952
1951
  module?: string | null | undefined;
1952
+ context?: [number, string][] | undefined;
1953
1953
  inApp?: boolean | undefined;
1954
1954
  vars?: Record<string, unknown> | undefined;
1955
1955
  }>, "many">;
1956
1956
  }, "strip", z.ZodTypeAny, {
1957
1957
  frames: {
1958
1958
  function?: string | null | undefined;
1959
- context?: [number, string][] | undefined;
1960
1959
  filename?: string | null | undefined;
1961
1960
  lineNo?: number | null | undefined;
1962
1961
  colNo?: number | null | undefined;
1963
1962
  absPath?: string | null | undefined;
1964
1963
  module?: string | null | undefined;
1964
+ context?: [number, string][] | undefined;
1965
1965
  inApp?: boolean | undefined;
1966
1966
  vars?: Record<string, unknown> | undefined;
1967
1967
  }[];
1968
1968
  }, {
1969
1969
  frames: {
1970
1970
  function?: string | null | undefined;
1971
- context?: [number, string][] | undefined;
1972
1971
  filename?: string | null | undefined;
1973
1972
  lineNo?: number | null | undefined;
1974
1973
  colNo?: number | null | undefined;
1975
1974
  absPath?: string | null | undefined;
1976
1975
  module?: string | null | undefined;
1976
+ context?: [number, string][] | undefined;
1977
1977
  inApp?: boolean | undefined;
1978
1978
  vars?: Record<string, unknown> | undefined;
1979
1979
  }[];
@@ -1988,12 +1988,12 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
1988
1988
  stacktrace?: {
1989
1989
  frames: {
1990
1990
  function?: string | null | undefined;
1991
- context?: [number, string][] | undefined;
1992
1991
  filename?: string | null | undefined;
1993
1992
  lineNo?: number | null | undefined;
1994
1993
  colNo?: number | null | undefined;
1995
1994
  absPath?: string | null | undefined;
1996
1995
  module?: string | null | undefined;
1996
+ context?: [number, string][] | undefined;
1997
1997
  inApp?: boolean | undefined;
1998
1998
  vars?: Record<string, unknown> | undefined;
1999
1999
  }[];
@@ -2008,12 +2008,12 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2008
2008
  stacktrace?: {
2009
2009
  frames: {
2010
2010
  function?: string | null | undefined;
2011
- context?: [number, string][] | undefined;
2012
2011
  filename?: string | null | undefined;
2013
2012
  lineNo?: number | null | undefined;
2014
2013
  colNo?: number | null | undefined;
2015
2014
  absPath?: string | null | undefined;
2016
2015
  module?: string | null | undefined;
2016
+ context?: [number, string][] | undefined;
2017
2017
  inApp?: boolean | undefined;
2018
2018
  vars?: Record<string, unknown> | undefined;
2019
2019
  }[];
@@ -2030,12 +2030,12 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2030
2030
  stacktrace?: {
2031
2031
  frames: {
2032
2032
  function?: string | null | undefined;
2033
- context?: [number, string][] | undefined;
2034
2033
  filename?: string | null | undefined;
2035
2034
  lineNo?: number | null | undefined;
2036
2035
  colNo?: number | null | undefined;
2037
2036
  absPath?: string | null | undefined;
2038
2037
  module?: string | null | undefined;
2038
+ context?: [number, string][] | undefined;
2039
2039
  inApp?: boolean | undefined;
2040
2040
  vars?: Record<string, unknown> | undefined;
2041
2041
  }[];
@@ -2051,12 +2051,12 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2051
2051
  stacktrace?: {
2052
2052
  frames: {
2053
2053
  function?: string | null | undefined;
2054
- context?: [number, string][] | undefined;
2055
2054
  filename?: string | null | undefined;
2056
2055
  lineNo?: number | null | undefined;
2057
2056
  colNo?: number | null | undefined;
2058
2057
  absPath?: string | null | undefined;
2059
2058
  module?: string | null | undefined;
2059
+ context?: [number, string][] | undefined;
2060
2060
  inApp?: boolean | undefined;
2061
2061
  vars?: Record<string, unknown> | undefined;
2062
2062
  }[];
@@ -2073,12 +2073,12 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2073
2073
  stacktrace?: {
2074
2074
  frames: {
2075
2075
  function?: string | null | undefined;
2076
- context?: [number, string][] | undefined;
2077
2076
  filename?: string | null | undefined;
2078
2077
  lineNo?: number | null | undefined;
2079
2078
  colNo?: number | null | undefined;
2080
2079
  absPath?: string | null | undefined;
2081
2080
  module?: string | null | undefined;
2081
+ context?: [number, string][] | undefined;
2082
2082
  inApp?: boolean | undefined;
2083
2083
  vars?: Record<string, unknown> | undefined;
2084
2084
  }[];
@@ -2094,12 +2094,12 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2094
2094
  stacktrace?: {
2095
2095
  frames: {
2096
2096
  function?: string | null | undefined;
2097
- context?: [number, string][] | undefined;
2098
2097
  filename?: string | null | undefined;
2099
2098
  lineNo?: number | null | undefined;
2100
2099
  colNo?: number | null | undefined;
2101
2100
  absPath?: string | null | undefined;
2102
2101
  module?: string | null | undefined;
2102
+ context?: [number, string][] | undefined;
2103
2103
  inApp?: boolean | undefined;
2104
2104
  vars?: Record<string, unknown> | undefined;
2105
2105
  }[];
@@ -2118,12 +2118,12 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2118
2118
  stacktrace?: {
2119
2119
  frames: {
2120
2120
  function?: string | null | undefined;
2121
- context?: [number, string][] | undefined;
2122
2121
  filename?: string | null | undefined;
2123
2122
  lineNo?: number | null | undefined;
2124
2123
  colNo?: number | null | undefined;
2125
2124
  absPath?: string | null | undefined;
2126
2125
  module?: string | null | undefined;
2126
+ context?: [number, string][] | undefined;
2127
2127
  inApp?: boolean | undefined;
2128
2128
  vars?: Record<string, unknown> | undefined;
2129
2129
  }[];
@@ -2139,12 +2139,12 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2139
2139
  stacktrace?: {
2140
2140
  frames: {
2141
2141
  function?: string | null | undefined;
2142
- context?: [number, string][] | undefined;
2143
2142
  filename?: string | null | undefined;
2144
2143
  lineNo?: number | null | undefined;
2145
2144
  colNo?: number | null | undefined;
2146
2145
  absPath?: string | null | undefined;
2147
2146
  module?: string | null | undefined;
2147
+ context?: [number, string][] | undefined;
2148
2148
  inApp?: boolean | undefined;
2149
2149
  vars?: Record<string, unknown> | undefined;
2150
2150
  }[];
@@ -2164,12 +2164,12 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2164
2164
  stacktrace?: {
2165
2165
  frames: {
2166
2166
  function?: string | null | undefined;
2167
- context?: [number, string][] | undefined;
2168
2167
  filename?: string | null | undefined;
2169
2168
  lineNo?: number | null | undefined;
2170
2169
  colNo?: number | null | undefined;
2171
2170
  absPath?: string | null | undefined;
2172
2171
  module?: string | null | undefined;
2172
+ context?: [number, string][] | undefined;
2173
2173
  inApp?: boolean | undefined;
2174
2174
  vars?: Record<string, unknown> | undefined;
2175
2175
  }[];
@@ -2185,12 +2185,12 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2185
2185
  stacktrace?: {
2186
2186
  frames: {
2187
2187
  function?: string | null | undefined;
2188
- context?: [number, string][] | undefined;
2189
2188
  filename?: string | null | undefined;
2190
2189
  lineNo?: number | null | undefined;
2191
2190
  colNo?: number | null | undefined;
2192
2191
  absPath?: string | null | undefined;
2193
2192
  module?: string | null | undefined;
2193
+ context?: [number, string][] | undefined;
2194
2194
  inApp?: boolean | undefined;
2195
2195
  vars?: Record<string, unknown> | undefined;
2196
2196
  }[];
@@ -2249,127 +2249,127 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2249
2249
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
2250
2250
  }, "strip", z.ZodTypeAny, {
2251
2251
  function?: string | null | undefined;
2252
- context?: [number, string][] | undefined;
2253
2252
  filename?: string | null | undefined;
2254
2253
  lineNo?: number | null | undefined;
2255
2254
  colNo?: number | null | undefined;
2256
2255
  absPath?: string | null | undefined;
2257
2256
  module?: string | null | undefined;
2257
+ context?: [number, string][] | undefined;
2258
2258
  inApp?: boolean | undefined;
2259
2259
  vars?: Record<string, unknown> | undefined;
2260
2260
  }, {
2261
2261
  function?: string | null | undefined;
2262
- context?: [number, string][] | undefined;
2263
2262
  filename?: string | null | undefined;
2264
2263
  lineNo?: number | null | undefined;
2265
2264
  colNo?: number | null | undefined;
2266
2265
  absPath?: string | null | undefined;
2267
2266
  module?: string | null | undefined;
2267
+ context?: [number, string][] | undefined;
2268
2268
  inApp?: boolean | undefined;
2269
2269
  vars?: Record<string, unknown> | undefined;
2270
2270
  }>, "many">;
2271
2271
  }, "strip", z.ZodTypeAny, {
2272
2272
  frames: {
2273
2273
  function?: string | null | undefined;
2274
- context?: [number, string][] | undefined;
2275
2274
  filename?: string | null | undefined;
2276
2275
  lineNo?: number | null | undefined;
2277
2276
  colNo?: number | null | undefined;
2278
2277
  absPath?: string | null | undefined;
2279
2278
  module?: string | null | undefined;
2279
+ context?: [number, string][] | undefined;
2280
2280
  inApp?: boolean | undefined;
2281
2281
  vars?: Record<string, unknown> | undefined;
2282
2282
  }[];
2283
2283
  }, {
2284
2284
  frames: {
2285
2285
  function?: string | null | undefined;
2286
- context?: [number, string][] | undefined;
2287
2286
  filename?: string | null | undefined;
2288
2287
  lineNo?: number | null | undefined;
2289
2288
  colNo?: number | null | undefined;
2290
2289
  absPath?: string | null | undefined;
2291
2290
  module?: string | null | undefined;
2291
+ context?: [number, string][] | undefined;
2292
2292
  inApp?: boolean | undefined;
2293
2293
  vars?: Record<string, unknown> | undefined;
2294
2294
  }[];
2295
2295
  }>>>;
2296
2296
  }, "strip", z.ZodTypeAny, {
2297
- name?: string | null | undefined;
2298
2297
  stacktrace?: {
2299
2298
  frames: {
2300
2299
  function?: string | null | undefined;
2301
- context?: [number, string][] | undefined;
2302
2300
  filename?: string | null | undefined;
2303
2301
  lineNo?: number | null | undefined;
2304
2302
  colNo?: number | null | undefined;
2305
2303
  absPath?: string | null | undefined;
2306
2304
  module?: string | null | undefined;
2305
+ context?: [number, string][] | undefined;
2307
2306
  inApp?: boolean | undefined;
2308
2307
  vars?: Record<string, unknown> | undefined;
2309
2308
  }[];
2310
2309
  } | null | undefined;
2311
2310
  id?: number | null | undefined;
2311
+ name?: string | null | undefined;
2312
2312
  current?: boolean | null | undefined;
2313
2313
  crashed?: boolean | null | undefined;
2314
2314
  state?: string | null | undefined;
2315
2315
  }, {
2316
- name?: string | null | undefined;
2317
2316
  stacktrace?: {
2318
2317
  frames: {
2319
2318
  function?: string | null | undefined;
2320
- context?: [number, string][] | undefined;
2321
2319
  filename?: string | null | undefined;
2322
2320
  lineNo?: number | null | undefined;
2323
2321
  colNo?: number | null | undefined;
2324
2322
  absPath?: string | null | undefined;
2325
2323
  module?: string | null | undefined;
2324
+ context?: [number, string][] | undefined;
2326
2325
  inApp?: boolean | undefined;
2327
2326
  vars?: Record<string, unknown> | undefined;
2328
2327
  }[];
2329
2328
  } | null | undefined;
2330
2329
  id?: number | null | undefined;
2330
+ name?: string | null | undefined;
2331
2331
  current?: boolean | null | undefined;
2332
2332
  crashed?: boolean | null | undefined;
2333
2333
  state?: string | null | undefined;
2334
2334
  }>, "many">>;
2335
2335
  }, "strip", z.ZodTypeAny, {
2336
2336
  values?: {
2337
- name?: string | null | undefined;
2338
2337
  stacktrace?: {
2339
2338
  frames: {
2340
2339
  function?: string | null | undefined;
2341
- context?: [number, string][] | undefined;
2342
2340
  filename?: string | null | undefined;
2343
2341
  lineNo?: number | null | undefined;
2344
2342
  colNo?: number | null | undefined;
2345
2343
  absPath?: string | null | undefined;
2346
2344
  module?: string | null | undefined;
2345
+ context?: [number, string][] | undefined;
2347
2346
  inApp?: boolean | undefined;
2348
2347
  vars?: Record<string, unknown> | undefined;
2349
2348
  }[];
2350
2349
  } | null | undefined;
2351
2350
  id?: number | null | undefined;
2351
+ name?: string | null | undefined;
2352
2352
  current?: boolean | null | undefined;
2353
2353
  crashed?: boolean | null | undefined;
2354
2354
  state?: string | null | undefined;
2355
2355
  }[] | undefined;
2356
2356
  }, {
2357
2357
  values?: {
2358
- name?: string | null | undefined;
2359
2358
  stacktrace?: {
2360
2359
  frames: {
2361
2360
  function?: string | null | undefined;
2362
- context?: [number, string][] | undefined;
2363
2361
  filename?: string | null | undefined;
2364
2362
  lineNo?: number | null | undefined;
2365
2363
  colNo?: number | null | undefined;
2366
2364
  absPath?: string | null | undefined;
2367
2365
  module?: string | null | undefined;
2366
+ context?: [number, string][] | undefined;
2368
2367
  inApp?: boolean | undefined;
2369
2368
  vars?: Record<string, unknown> | undefined;
2370
2369
  }[];
2371
2370
  } | null | undefined;
2372
2371
  id?: number | null | undefined;
2372
+ name?: string | null | undefined;
2373
2373
  current?: boolean | null | undefined;
2374
2374
  crashed?: boolean | null | undefined;
2375
2375
  state?: string | null | undefined;
@@ -2378,21 +2378,21 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2378
2378
  }, "strip", z.ZodTypeAny, {
2379
2379
  data: {
2380
2380
  values?: {
2381
- name?: string | null | undefined;
2382
2381
  stacktrace?: {
2383
2382
  frames: {
2384
2383
  function?: string | null | undefined;
2385
- context?: [number, string][] | undefined;
2386
2384
  filename?: string | null | undefined;
2387
2385
  lineNo?: number | null | undefined;
2388
2386
  colNo?: number | null | undefined;
2389
2387
  absPath?: string | null | undefined;
2390
2388
  module?: string | null | undefined;
2389
+ context?: [number, string][] | undefined;
2391
2390
  inApp?: boolean | undefined;
2392
2391
  vars?: Record<string, unknown> | undefined;
2393
2392
  }[];
2394
2393
  } | null | undefined;
2395
2394
  id?: number | null | undefined;
2395
+ name?: string | null | undefined;
2396
2396
  current?: boolean | null | undefined;
2397
2397
  crashed?: boolean | null | undefined;
2398
2398
  state?: string | null | undefined;
@@ -2402,21 +2402,21 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2402
2402
  }, {
2403
2403
  data: {
2404
2404
  values?: {
2405
- name?: string | null | undefined;
2406
2405
  stacktrace?: {
2407
2406
  frames: {
2408
2407
  function?: string | null | undefined;
2409
- context?: [number, string][] | undefined;
2410
2408
  filename?: string | null | undefined;
2411
2409
  lineNo?: number | null | undefined;
2412
2410
  colNo?: number | null | undefined;
2413
2411
  absPath?: string | null | undefined;
2414
2412
  module?: string | null | undefined;
2413
+ context?: [number, string][] | undefined;
2415
2414
  inApp?: boolean | undefined;
2416
2415
  vars?: Record<string, unknown> | undefined;
2417
2416
  }[];
2418
2417
  } | null | undefined;
2419
2418
  id?: number | null | undefined;
2419
+ name?: string | null | undefined;
2420
2420
  current?: boolean | null | undefined;
2421
2421
  crashed?: boolean | null | undefined;
2422
2422
  state?: string | null | undefined;
@@ -2429,22 +2429,22 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2429
2429
  method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2430
2430
  url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2431
2431
  }, "strip", z.ZodTypeAny, {
2432
- url?: string | null | undefined;
2433
2432
  method?: string | null | undefined;
2434
- }, {
2435
2433
  url?: string | null | undefined;
2434
+ }, {
2436
2435
  method?: string | null | undefined;
2436
+ url?: string | null | undefined;
2437
2437
  }>;
2438
2438
  }, "strip", z.ZodTypeAny, {
2439
2439
  data: {
2440
- url?: string | null | undefined;
2441
2440
  method?: string | null | undefined;
2441
+ url?: string | null | undefined;
2442
2442
  };
2443
2443
  type: "request";
2444
2444
  }, {
2445
2445
  data: {
2446
- url?: string | null | undefined;
2447
2446
  method?: string | null | undefined;
2447
+ url?: string | null | undefined;
2448
2448
  };
2449
2449
  type: "request";
2450
2450
  }>, z.ZodObject<{
@@ -2545,11 +2545,11 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2545
2545
  key: z.ZodString;
2546
2546
  value: z.ZodString;
2547
2547
  }, "strip", z.ZodTypeAny, {
2548
- key: string;
2549
2548
  value: string;
2550
- }, {
2551
2549
  key: string;
2550
+ }, {
2552
2551
  value: string;
2552
+ key: string;
2553
2553
  }>, "many">>;
2554
2554
  }, "type"> & {
2555
2555
  type: z.ZodLiteral<"transaction">;
@@ -2577,12 +2577,12 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2577
2577
  stacktrace?: {
2578
2578
  frames: {
2579
2579
  function?: string | null | undefined;
2580
- context?: [number, string][] | undefined;
2581
2580
  filename?: string | null | undefined;
2582
2581
  lineNo?: number | null | undefined;
2583
2582
  colNo?: number | null | undefined;
2584
2583
  absPath?: string | null | undefined;
2585
2584
  module?: string | null | undefined;
2585
+ context?: [number, string][] | undefined;
2586
2586
  inApp?: boolean | undefined;
2587
2587
  vars?: Record<string, unknown> | undefined;
2588
2588
  }[];
@@ -2598,12 +2598,12 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2598
2598
  stacktrace?: {
2599
2599
  frames: {
2600
2600
  function?: string | null | undefined;
2601
- context?: [number, string][] | undefined;
2602
2601
  filename?: string | null | undefined;
2603
2602
  lineNo?: number | null | undefined;
2604
2603
  colNo?: number | null | undefined;
2605
2604
  absPath?: string | null | undefined;
2606
2605
  module?: string | null | undefined;
2606
+ context?: [number, string][] | undefined;
2607
2607
  inApp?: boolean | undefined;
2608
2608
  vars?: Record<string, unknown> | undefined;
2609
2609
  }[];
@@ -2621,21 +2621,21 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2621
2621
  } | {
2622
2622
  data: {
2623
2623
  values?: {
2624
- name?: string | null | undefined;
2625
2624
  stacktrace?: {
2626
2625
  frames: {
2627
2626
  function?: string | null | undefined;
2628
- context?: [number, string][] | undefined;
2629
2627
  filename?: string | null | undefined;
2630
2628
  lineNo?: number | null | undefined;
2631
2629
  colNo?: number | null | undefined;
2632
2630
  absPath?: string | null | undefined;
2633
2631
  module?: string | null | undefined;
2632
+ context?: [number, string][] | undefined;
2634
2633
  inApp?: boolean | undefined;
2635
2634
  vars?: Record<string, unknown> | undefined;
2636
2635
  }[];
2637
2636
  } | null | undefined;
2638
2637
  id?: number | null | undefined;
2638
+ name?: string | null | undefined;
2639
2639
  current?: boolean | null | undefined;
2640
2640
  crashed?: boolean | null | undefined;
2641
2641
  state?: string | null | undefined;
@@ -2644,8 +2644,8 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2644
2644
  type: "threads";
2645
2645
  } | {
2646
2646
  data: {
2647
- url?: string | null | undefined;
2648
2647
  method?: string | null | undefined;
2648
+ url?: string | null | undefined;
2649
2649
  };
2650
2650
  type: "request";
2651
2651
  } | {
@@ -2668,8 +2668,8 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2668
2668
  data?: unknown;
2669
2669
  })[];
2670
2670
  type: "transaction";
2671
- title: string;
2672
2671
  id: string;
2672
+ title: string;
2673
2673
  occurrence: {
2674
2674
  culprit: string | null;
2675
2675
  issueTitle: string;
@@ -2679,8 +2679,8 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2679
2679
  type: z.ZodUnion<[z.ZodLiteral<"default">, z.ZodLiteral<"runtime">, z.ZodLiteral<"os">, z.ZodLiteral<"trace">, z.ZodUnknown]>;
2680
2680
  }, z.ZodTypeAny, "passthrough">> | undefined;
2681
2681
  tags?: {
2682
- key: string;
2683
2682
  value: string;
2683
+ key: string;
2684
2684
  }[] | undefined;
2685
2685
  }, {
2686
2686
  message: string | null;
@@ -2696,12 +2696,12 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2696
2696
  stacktrace?: {
2697
2697
  frames: {
2698
2698
  function?: string | null | undefined;
2699
- context?: [number, string][] | undefined;
2700
2699
  filename?: string | null | undefined;
2701
2700
  lineNo?: number | null | undefined;
2702
2701
  colNo?: number | null | undefined;
2703
2702
  absPath?: string | null | undefined;
2704
2703
  module?: string | null | undefined;
2704
+ context?: [number, string][] | undefined;
2705
2705
  inApp?: boolean | undefined;
2706
2706
  vars?: Record<string, unknown> | undefined;
2707
2707
  }[];
@@ -2717,12 +2717,12 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2717
2717
  stacktrace?: {
2718
2718
  frames: {
2719
2719
  function?: string | null | undefined;
2720
- context?: [number, string][] | undefined;
2721
2720
  filename?: string | null | undefined;
2722
2721
  lineNo?: number | null | undefined;
2723
2722
  colNo?: number | null | undefined;
2724
2723
  absPath?: string | null | undefined;
2725
2724
  module?: string | null | undefined;
2725
+ context?: [number, string][] | undefined;
2726
2726
  inApp?: boolean | undefined;
2727
2727
  vars?: Record<string, unknown> | undefined;
2728
2728
  }[];
@@ -2740,21 +2740,21 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2740
2740
  } | {
2741
2741
  data: {
2742
2742
  values?: {
2743
- name?: string | null | undefined;
2744
2743
  stacktrace?: {
2745
2744
  frames: {
2746
2745
  function?: string | null | undefined;
2747
- context?: [number, string][] | undefined;
2748
2746
  filename?: string | null | undefined;
2749
2747
  lineNo?: number | null | undefined;
2750
2748
  colNo?: number | null | undefined;
2751
2749
  absPath?: string | null | undefined;
2752
2750
  module?: string | null | undefined;
2751
+ context?: [number, string][] | undefined;
2753
2752
  inApp?: boolean | undefined;
2754
2753
  vars?: Record<string, unknown> | undefined;
2755
2754
  }[];
2756
2755
  } | null | undefined;
2757
2756
  id?: number | null | undefined;
2757
+ name?: string | null | undefined;
2758
2758
  current?: boolean | null | undefined;
2759
2759
  crashed?: boolean | null | undefined;
2760
2760
  state?: string | null | undefined;
@@ -2763,8 +2763,8 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2763
2763
  type: "threads";
2764
2764
  } | {
2765
2765
  data: {
2766
- url?: string | null | undefined;
2767
2766
  method?: string | null | undefined;
2767
+ url?: string | null | undefined;
2768
2768
  };
2769
2769
  type: "request";
2770
2770
  } | {
@@ -2787,8 +2787,8 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2787
2787
  data?: unknown;
2788
2788
  })[];
2789
2789
  type: "transaction";
2790
- title: string;
2791
2790
  id: string;
2791
+ title: string;
2792
2792
  occurrence: {
2793
2793
  culprit: string | null;
2794
2794
  issueTitle: string;
@@ -2798,8 +2798,8 @@ export declare const TransactionEventSchema: z.ZodObject<Omit<{
2798
2798
  type: z.ZodUnion<[z.ZodLiteral<"default">, z.ZodLiteral<"runtime">, z.ZodLiteral<"os">, z.ZodLiteral<"trace">, z.ZodUnknown]>;
2799
2799
  }, z.ZodTypeAny, "passthrough">> | undefined;
2800
2800
  tags?: {
2801
- key: string;
2802
2801
  value: string;
2802
+ key: string;
2803
2803
  }[] | undefined;
2804
2804
  }>;
2805
2805
  export declare const UnknownEventSchema: z.ZodObject<Omit<{
@@ -2837,46 +2837,46 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
2837
2837
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
2838
2838
  }, "strip", z.ZodTypeAny, {
2839
2839
  function?: string | null | undefined;
2840
- context?: [number, string][] | undefined;
2841
2840
  filename?: string | null | undefined;
2842
2841
  lineNo?: number | null | undefined;
2843
2842
  colNo?: number | null | undefined;
2844
2843
  absPath?: string | null | undefined;
2845
2844
  module?: string | null | undefined;
2845
+ context?: [number, string][] | undefined;
2846
2846
  inApp?: boolean | undefined;
2847
2847
  vars?: Record<string, unknown> | undefined;
2848
2848
  }, {
2849
2849
  function?: string | null | undefined;
2850
- context?: [number, string][] | undefined;
2851
2850
  filename?: string | null | undefined;
2852
2851
  lineNo?: number | null | undefined;
2853
2852
  colNo?: number | null | undefined;
2854
2853
  absPath?: string | null | undefined;
2855
2854
  module?: string | null | undefined;
2855
+ context?: [number, string][] | undefined;
2856
2856
  inApp?: boolean | undefined;
2857
2857
  vars?: Record<string, unknown> | undefined;
2858
2858
  }>, "many">;
2859
2859
  }, "strip", z.ZodTypeAny, {
2860
2860
  frames: {
2861
2861
  function?: string | null | undefined;
2862
- context?: [number, string][] | undefined;
2863
2862
  filename?: string | null | undefined;
2864
2863
  lineNo?: number | null | undefined;
2865
2864
  colNo?: number | null | undefined;
2866
2865
  absPath?: string | null | undefined;
2867
2866
  module?: string | null | undefined;
2867
+ context?: [number, string][] | undefined;
2868
2868
  inApp?: boolean | undefined;
2869
2869
  vars?: Record<string, unknown> | undefined;
2870
2870
  }[];
2871
2871
  }, {
2872
2872
  frames: {
2873
2873
  function?: string | null | undefined;
2874
- context?: [number, string][] | undefined;
2875
2874
  filename?: string | null | undefined;
2876
2875
  lineNo?: number | null | undefined;
2877
2876
  colNo?: number | null | undefined;
2878
2877
  absPath?: string | null | undefined;
2879
2878
  module?: string | null | undefined;
2879
+ context?: [number, string][] | undefined;
2880
2880
  inApp?: boolean | undefined;
2881
2881
  vars?: Record<string, unknown> | undefined;
2882
2882
  }[];
@@ -2891,12 +2891,12 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
2891
2891
  stacktrace?: {
2892
2892
  frames: {
2893
2893
  function?: string | null | undefined;
2894
- context?: [number, string][] | undefined;
2895
2894
  filename?: string | null | undefined;
2896
2895
  lineNo?: number | null | undefined;
2897
2896
  colNo?: number | null | undefined;
2898
2897
  absPath?: string | null | undefined;
2899
2898
  module?: string | null | undefined;
2899
+ context?: [number, string][] | undefined;
2900
2900
  inApp?: boolean | undefined;
2901
2901
  vars?: Record<string, unknown> | undefined;
2902
2902
  }[];
@@ -2911,12 +2911,12 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
2911
2911
  stacktrace?: {
2912
2912
  frames: {
2913
2913
  function?: string | null | undefined;
2914
- context?: [number, string][] | undefined;
2915
2914
  filename?: string | null | undefined;
2916
2915
  lineNo?: number | null | undefined;
2917
2916
  colNo?: number | null | undefined;
2918
2917
  absPath?: string | null | undefined;
2919
2918
  module?: string | null | undefined;
2919
+ context?: [number, string][] | undefined;
2920
2920
  inApp?: boolean | undefined;
2921
2921
  vars?: Record<string, unknown> | undefined;
2922
2922
  }[];
@@ -2948,46 +2948,46 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
2948
2948
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
2949
2949
  }, "strip", z.ZodTypeAny, {
2950
2950
  function?: string | null | undefined;
2951
- context?: [number, string][] | undefined;
2952
2951
  filename?: string | null | undefined;
2953
2952
  lineNo?: number | null | undefined;
2954
2953
  colNo?: number | null | undefined;
2955
2954
  absPath?: string | null | undefined;
2956
2955
  module?: string | null | undefined;
2956
+ context?: [number, string][] | undefined;
2957
2957
  inApp?: boolean | undefined;
2958
2958
  vars?: Record<string, unknown> | undefined;
2959
2959
  }, {
2960
2960
  function?: string | null | undefined;
2961
- context?: [number, string][] | undefined;
2962
2961
  filename?: string | null | undefined;
2963
2962
  lineNo?: number | null | undefined;
2964
2963
  colNo?: number | null | undefined;
2965
2964
  absPath?: string | null | undefined;
2966
2965
  module?: string | null | undefined;
2966
+ context?: [number, string][] | undefined;
2967
2967
  inApp?: boolean | undefined;
2968
2968
  vars?: Record<string, unknown> | undefined;
2969
2969
  }>, "many">;
2970
2970
  }, "strip", z.ZodTypeAny, {
2971
2971
  frames: {
2972
2972
  function?: string | null | undefined;
2973
- context?: [number, string][] | undefined;
2974
2973
  filename?: string | null | undefined;
2975
2974
  lineNo?: number | null | undefined;
2976
2975
  colNo?: number | null | undefined;
2977
2976
  absPath?: string | null | undefined;
2978
2977
  module?: string | null | undefined;
2978
+ context?: [number, string][] | undefined;
2979
2979
  inApp?: boolean | undefined;
2980
2980
  vars?: Record<string, unknown> | undefined;
2981
2981
  }[];
2982
2982
  }, {
2983
2983
  frames: {
2984
2984
  function?: string | null | undefined;
2985
- context?: [number, string][] | undefined;
2986
2985
  filename?: string | null | undefined;
2987
2986
  lineNo?: number | null | undefined;
2988
2987
  colNo?: number | null | undefined;
2989
2988
  absPath?: string | null | undefined;
2990
2989
  module?: string | null | undefined;
2990
+ context?: [number, string][] | undefined;
2991
2991
  inApp?: boolean | undefined;
2992
2992
  vars?: Record<string, unknown> | undefined;
2993
2993
  }[];
@@ -3002,12 +3002,12 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3002
3002
  stacktrace?: {
3003
3003
  frames: {
3004
3004
  function?: string | null | undefined;
3005
- context?: [number, string][] | undefined;
3006
3005
  filename?: string | null | undefined;
3007
3006
  lineNo?: number | null | undefined;
3008
3007
  colNo?: number | null | undefined;
3009
3008
  absPath?: string | null | undefined;
3010
3009
  module?: string | null | undefined;
3010
+ context?: [number, string][] | undefined;
3011
3011
  inApp?: boolean | undefined;
3012
3012
  vars?: Record<string, unknown> | undefined;
3013
3013
  }[];
@@ -3022,12 +3022,12 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3022
3022
  stacktrace?: {
3023
3023
  frames: {
3024
3024
  function?: string | null | undefined;
3025
- context?: [number, string][] | undefined;
3026
3025
  filename?: string | null | undefined;
3027
3026
  lineNo?: number | null | undefined;
3028
3027
  colNo?: number | null | undefined;
3029
3028
  absPath?: string | null | undefined;
3030
3029
  module?: string | null | undefined;
3030
+ context?: [number, string][] | undefined;
3031
3031
  inApp?: boolean | undefined;
3032
3032
  vars?: Record<string, unknown> | undefined;
3033
3033
  }[];
@@ -3044,12 +3044,12 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3044
3044
  stacktrace?: {
3045
3045
  frames: {
3046
3046
  function?: string | null | undefined;
3047
- context?: [number, string][] | undefined;
3048
3047
  filename?: string | null | undefined;
3049
3048
  lineNo?: number | null | undefined;
3050
3049
  colNo?: number | null | undefined;
3051
3050
  absPath?: string | null | undefined;
3052
3051
  module?: string | null | undefined;
3052
+ context?: [number, string][] | undefined;
3053
3053
  inApp?: boolean | undefined;
3054
3054
  vars?: Record<string, unknown> | undefined;
3055
3055
  }[];
@@ -3065,12 +3065,12 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3065
3065
  stacktrace?: {
3066
3066
  frames: {
3067
3067
  function?: string | null | undefined;
3068
- context?: [number, string][] | undefined;
3069
3068
  filename?: string | null | undefined;
3070
3069
  lineNo?: number | null | undefined;
3071
3070
  colNo?: number | null | undefined;
3072
3071
  absPath?: string | null | undefined;
3073
3072
  module?: string | null | undefined;
3073
+ context?: [number, string][] | undefined;
3074
3074
  inApp?: boolean | undefined;
3075
3075
  vars?: Record<string, unknown> | undefined;
3076
3076
  }[];
@@ -3087,12 +3087,12 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3087
3087
  stacktrace?: {
3088
3088
  frames: {
3089
3089
  function?: string | null | undefined;
3090
- context?: [number, string][] | undefined;
3091
3090
  filename?: string | null | undefined;
3092
3091
  lineNo?: number | null | undefined;
3093
3092
  colNo?: number | null | undefined;
3094
3093
  absPath?: string | null | undefined;
3095
3094
  module?: string | null | undefined;
3095
+ context?: [number, string][] | undefined;
3096
3096
  inApp?: boolean | undefined;
3097
3097
  vars?: Record<string, unknown> | undefined;
3098
3098
  }[];
@@ -3108,12 +3108,12 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3108
3108
  stacktrace?: {
3109
3109
  frames: {
3110
3110
  function?: string | null | undefined;
3111
- context?: [number, string][] | undefined;
3112
3111
  filename?: string | null | undefined;
3113
3112
  lineNo?: number | null | undefined;
3114
3113
  colNo?: number | null | undefined;
3115
3114
  absPath?: string | null | undefined;
3116
3115
  module?: string | null | undefined;
3116
+ context?: [number, string][] | undefined;
3117
3117
  inApp?: boolean | undefined;
3118
3118
  vars?: Record<string, unknown> | undefined;
3119
3119
  }[];
@@ -3132,12 +3132,12 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3132
3132
  stacktrace?: {
3133
3133
  frames: {
3134
3134
  function?: string | null | undefined;
3135
- context?: [number, string][] | undefined;
3136
3135
  filename?: string | null | undefined;
3137
3136
  lineNo?: number | null | undefined;
3138
3137
  colNo?: number | null | undefined;
3139
3138
  absPath?: string | null | undefined;
3140
3139
  module?: string | null | undefined;
3140
+ context?: [number, string][] | undefined;
3141
3141
  inApp?: boolean | undefined;
3142
3142
  vars?: Record<string, unknown> | undefined;
3143
3143
  }[];
@@ -3153,12 +3153,12 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3153
3153
  stacktrace?: {
3154
3154
  frames: {
3155
3155
  function?: string | null | undefined;
3156
- context?: [number, string][] | undefined;
3157
3156
  filename?: string | null | undefined;
3158
3157
  lineNo?: number | null | undefined;
3159
3158
  colNo?: number | null | undefined;
3160
3159
  absPath?: string | null | undefined;
3161
3160
  module?: string | null | undefined;
3161
+ context?: [number, string][] | undefined;
3162
3162
  inApp?: boolean | undefined;
3163
3163
  vars?: Record<string, unknown> | undefined;
3164
3164
  }[];
@@ -3178,12 +3178,12 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3178
3178
  stacktrace?: {
3179
3179
  frames: {
3180
3180
  function?: string | null | undefined;
3181
- context?: [number, string][] | undefined;
3182
3181
  filename?: string | null | undefined;
3183
3182
  lineNo?: number | null | undefined;
3184
3183
  colNo?: number | null | undefined;
3185
3184
  absPath?: string | null | undefined;
3186
3185
  module?: string | null | undefined;
3186
+ context?: [number, string][] | undefined;
3187
3187
  inApp?: boolean | undefined;
3188
3188
  vars?: Record<string, unknown> | undefined;
3189
3189
  }[];
@@ -3199,12 +3199,12 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3199
3199
  stacktrace?: {
3200
3200
  frames: {
3201
3201
  function?: string | null | undefined;
3202
- context?: [number, string][] | undefined;
3203
3202
  filename?: string | null | undefined;
3204
3203
  lineNo?: number | null | undefined;
3205
3204
  colNo?: number | null | undefined;
3206
3205
  absPath?: string | null | undefined;
3207
3206
  module?: string | null | undefined;
3207
+ context?: [number, string][] | undefined;
3208
3208
  inApp?: boolean | undefined;
3209
3209
  vars?: Record<string, unknown> | undefined;
3210
3210
  }[];
@@ -3263,127 +3263,127 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3263
3263
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
3264
3264
  }, "strip", z.ZodTypeAny, {
3265
3265
  function?: string | null | undefined;
3266
- context?: [number, string][] | undefined;
3267
3266
  filename?: string | null | undefined;
3268
3267
  lineNo?: number | null | undefined;
3269
3268
  colNo?: number | null | undefined;
3270
3269
  absPath?: string | null | undefined;
3271
3270
  module?: string | null | undefined;
3271
+ context?: [number, string][] | undefined;
3272
3272
  inApp?: boolean | undefined;
3273
3273
  vars?: Record<string, unknown> | undefined;
3274
3274
  }, {
3275
3275
  function?: string | null | undefined;
3276
- context?: [number, string][] | undefined;
3277
3276
  filename?: string | null | undefined;
3278
3277
  lineNo?: number | null | undefined;
3279
3278
  colNo?: number | null | undefined;
3280
3279
  absPath?: string | null | undefined;
3281
3280
  module?: string | null | undefined;
3281
+ context?: [number, string][] | undefined;
3282
3282
  inApp?: boolean | undefined;
3283
3283
  vars?: Record<string, unknown> | undefined;
3284
3284
  }>, "many">;
3285
3285
  }, "strip", z.ZodTypeAny, {
3286
3286
  frames: {
3287
3287
  function?: string | null | undefined;
3288
- context?: [number, string][] | undefined;
3289
3288
  filename?: string | null | undefined;
3290
3289
  lineNo?: number | null | undefined;
3291
3290
  colNo?: number | null | undefined;
3292
3291
  absPath?: string | null | undefined;
3293
3292
  module?: string | null | undefined;
3293
+ context?: [number, string][] | undefined;
3294
3294
  inApp?: boolean | undefined;
3295
3295
  vars?: Record<string, unknown> | undefined;
3296
3296
  }[];
3297
3297
  }, {
3298
3298
  frames: {
3299
3299
  function?: string | null | undefined;
3300
- context?: [number, string][] | undefined;
3301
3300
  filename?: string | null | undefined;
3302
3301
  lineNo?: number | null | undefined;
3303
3302
  colNo?: number | null | undefined;
3304
3303
  absPath?: string | null | undefined;
3305
3304
  module?: string | null | undefined;
3305
+ context?: [number, string][] | undefined;
3306
3306
  inApp?: boolean | undefined;
3307
3307
  vars?: Record<string, unknown> | undefined;
3308
3308
  }[];
3309
3309
  }>>>;
3310
3310
  }, "strip", z.ZodTypeAny, {
3311
- name?: string | null | undefined;
3312
3311
  stacktrace?: {
3313
3312
  frames: {
3314
3313
  function?: string | null | undefined;
3315
- context?: [number, string][] | undefined;
3316
3314
  filename?: string | null | undefined;
3317
3315
  lineNo?: number | null | undefined;
3318
3316
  colNo?: number | null | undefined;
3319
3317
  absPath?: string | null | undefined;
3320
3318
  module?: string | null | undefined;
3319
+ context?: [number, string][] | undefined;
3321
3320
  inApp?: boolean | undefined;
3322
3321
  vars?: Record<string, unknown> | undefined;
3323
3322
  }[];
3324
3323
  } | null | undefined;
3325
3324
  id?: number | null | undefined;
3325
+ name?: string | null | undefined;
3326
3326
  current?: boolean | null | undefined;
3327
3327
  crashed?: boolean | null | undefined;
3328
3328
  state?: string | null | undefined;
3329
3329
  }, {
3330
- name?: string | null | undefined;
3331
3330
  stacktrace?: {
3332
3331
  frames: {
3333
3332
  function?: string | null | undefined;
3334
- context?: [number, string][] | undefined;
3335
3333
  filename?: string | null | undefined;
3336
3334
  lineNo?: number | null | undefined;
3337
3335
  colNo?: number | null | undefined;
3338
3336
  absPath?: string | null | undefined;
3339
3337
  module?: string | null | undefined;
3338
+ context?: [number, string][] | undefined;
3340
3339
  inApp?: boolean | undefined;
3341
3340
  vars?: Record<string, unknown> | undefined;
3342
3341
  }[];
3343
3342
  } | null | undefined;
3344
3343
  id?: number | null | undefined;
3344
+ name?: string | null | undefined;
3345
3345
  current?: boolean | null | undefined;
3346
3346
  crashed?: boolean | null | undefined;
3347
3347
  state?: string | null | undefined;
3348
3348
  }>, "many">>;
3349
3349
  }, "strip", z.ZodTypeAny, {
3350
3350
  values?: {
3351
- name?: string | null | undefined;
3352
3351
  stacktrace?: {
3353
3352
  frames: {
3354
3353
  function?: string | null | undefined;
3355
- context?: [number, string][] | undefined;
3356
3354
  filename?: string | null | undefined;
3357
3355
  lineNo?: number | null | undefined;
3358
3356
  colNo?: number | null | undefined;
3359
3357
  absPath?: string | null | undefined;
3360
3358
  module?: string | null | undefined;
3359
+ context?: [number, string][] | undefined;
3361
3360
  inApp?: boolean | undefined;
3362
3361
  vars?: Record<string, unknown> | undefined;
3363
3362
  }[];
3364
3363
  } | null | undefined;
3365
3364
  id?: number | null | undefined;
3365
+ name?: string | null | undefined;
3366
3366
  current?: boolean | null | undefined;
3367
3367
  crashed?: boolean | null | undefined;
3368
3368
  state?: string | null | undefined;
3369
3369
  }[] | undefined;
3370
3370
  }, {
3371
3371
  values?: {
3372
- name?: string | null | undefined;
3373
3372
  stacktrace?: {
3374
3373
  frames: {
3375
3374
  function?: string | null | undefined;
3376
- context?: [number, string][] | undefined;
3377
3375
  filename?: string | null | undefined;
3378
3376
  lineNo?: number | null | undefined;
3379
3377
  colNo?: number | null | undefined;
3380
3378
  absPath?: string | null | undefined;
3381
3379
  module?: string | null | undefined;
3380
+ context?: [number, string][] | undefined;
3382
3381
  inApp?: boolean | undefined;
3383
3382
  vars?: Record<string, unknown> | undefined;
3384
3383
  }[];
3385
3384
  } | null | undefined;
3386
3385
  id?: number | null | undefined;
3386
+ name?: string | null | undefined;
3387
3387
  current?: boolean | null | undefined;
3388
3388
  crashed?: boolean | null | undefined;
3389
3389
  state?: string | null | undefined;
@@ -3392,21 +3392,21 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3392
3392
  }, "strip", z.ZodTypeAny, {
3393
3393
  data: {
3394
3394
  values?: {
3395
- name?: string | null | undefined;
3396
3395
  stacktrace?: {
3397
3396
  frames: {
3398
3397
  function?: string | null | undefined;
3399
- context?: [number, string][] | undefined;
3400
3398
  filename?: string | null | undefined;
3401
3399
  lineNo?: number | null | undefined;
3402
3400
  colNo?: number | null | undefined;
3403
3401
  absPath?: string | null | undefined;
3404
3402
  module?: string | null | undefined;
3403
+ context?: [number, string][] | undefined;
3405
3404
  inApp?: boolean | undefined;
3406
3405
  vars?: Record<string, unknown> | undefined;
3407
3406
  }[];
3408
3407
  } | null | undefined;
3409
3408
  id?: number | null | undefined;
3409
+ name?: string | null | undefined;
3410
3410
  current?: boolean | null | undefined;
3411
3411
  crashed?: boolean | null | undefined;
3412
3412
  state?: string | null | undefined;
@@ -3416,21 +3416,21 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3416
3416
  }, {
3417
3417
  data: {
3418
3418
  values?: {
3419
- name?: string | null | undefined;
3420
3419
  stacktrace?: {
3421
3420
  frames: {
3422
3421
  function?: string | null | undefined;
3423
- context?: [number, string][] | undefined;
3424
3422
  filename?: string | null | undefined;
3425
3423
  lineNo?: number | null | undefined;
3426
3424
  colNo?: number | null | undefined;
3427
3425
  absPath?: string | null | undefined;
3428
3426
  module?: string | null | undefined;
3427
+ context?: [number, string][] | undefined;
3429
3428
  inApp?: boolean | undefined;
3430
3429
  vars?: Record<string, unknown> | undefined;
3431
3430
  }[];
3432
3431
  } | null | undefined;
3433
3432
  id?: number | null | undefined;
3433
+ name?: string | null | undefined;
3434
3434
  current?: boolean | null | undefined;
3435
3435
  crashed?: boolean | null | undefined;
3436
3436
  state?: string | null | undefined;
@@ -3443,22 +3443,22 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3443
3443
  method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3444
3444
  url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3445
3445
  }, "strip", z.ZodTypeAny, {
3446
- url?: string | null | undefined;
3447
3446
  method?: string | null | undefined;
3448
- }, {
3449
3447
  url?: string | null | undefined;
3448
+ }, {
3450
3449
  method?: string | null | undefined;
3450
+ url?: string | null | undefined;
3451
3451
  }>;
3452
3452
  }, "strip", z.ZodTypeAny, {
3453
3453
  data: {
3454
- url?: string | null | undefined;
3455
3454
  method?: string | null | undefined;
3455
+ url?: string | null | undefined;
3456
3456
  };
3457
3457
  type: "request";
3458
3458
  }, {
3459
3459
  data: {
3460
- url?: string | null | undefined;
3461
3460
  method?: string | null | undefined;
3461
+ url?: string | null | undefined;
3462
3462
  };
3463
3463
  type: "request";
3464
3464
  }>, z.ZodObject<{
@@ -3559,11 +3559,11 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3559
3559
  key: z.ZodString;
3560
3560
  value: z.ZodString;
3561
3561
  }, "strip", z.ZodTypeAny, {
3562
- key: string;
3563
3562
  value: string;
3564
- }, {
3565
3563
  key: string;
3564
+ }, {
3566
3565
  value: string;
3566
+ key: string;
3567
3567
  }>, "many">>;
3568
3568
  }, "type"> & {
3569
3569
  type: z.ZodUnknown;
@@ -3581,12 +3581,12 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3581
3581
  stacktrace?: {
3582
3582
  frames: {
3583
3583
  function?: string | null | undefined;
3584
- context?: [number, string][] | undefined;
3585
3584
  filename?: string | null | undefined;
3586
3585
  lineNo?: number | null | undefined;
3587
3586
  colNo?: number | null | undefined;
3588
3587
  absPath?: string | null | undefined;
3589
3588
  module?: string | null | undefined;
3589
+ context?: [number, string][] | undefined;
3590
3590
  inApp?: boolean | undefined;
3591
3591
  vars?: Record<string, unknown> | undefined;
3592
3592
  }[];
@@ -3602,12 +3602,12 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3602
3602
  stacktrace?: {
3603
3603
  frames: {
3604
3604
  function?: string | null | undefined;
3605
- context?: [number, string][] | undefined;
3606
3605
  filename?: string | null | undefined;
3607
3606
  lineNo?: number | null | undefined;
3608
3607
  colNo?: number | null | undefined;
3609
3608
  absPath?: string | null | undefined;
3610
3609
  module?: string | null | undefined;
3610
+ context?: [number, string][] | undefined;
3611
3611
  inApp?: boolean | undefined;
3612
3612
  vars?: Record<string, unknown> | undefined;
3613
3613
  }[];
@@ -3625,21 +3625,21 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3625
3625
  } | {
3626
3626
  data: {
3627
3627
  values?: {
3628
- name?: string | null | undefined;
3629
3628
  stacktrace?: {
3630
3629
  frames: {
3631
3630
  function?: string | null | undefined;
3632
- context?: [number, string][] | undefined;
3633
3631
  filename?: string | null | undefined;
3634
3632
  lineNo?: number | null | undefined;
3635
3633
  colNo?: number | null | undefined;
3636
3634
  absPath?: string | null | undefined;
3637
3635
  module?: string | null | undefined;
3636
+ context?: [number, string][] | undefined;
3638
3637
  inApp?: boolean | undefined;
3639
3638
  vars?: Record<string, unknown> | undefined;
3640
3639
  }[];
3641
3640
  } | null | undefined;
3642
3641
  id?: number | null | undefined;
3642
+ name?: string | null | undefined;
3643
3643
  current?: boolean | null | undefined;
3644
3644
  crashed?: boolean | null | undefined;
3645
3645
  state?: string | null | undefined;
@@ -3648,8 +3648,8 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3648
3648
  type: "threads";
3649
3649
  } | {
3650
3650
  data: {
3651
- url?: string | null | undefined;
3652
3651
  method?: string | null | undefined;
3652
+ url?: string | null | undefined;
3653
3653
  };
3654
3654
  type: "request";
3655
3655
  } | {
@@ -3671,15 +3671,15 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3671
3671
  type: string;
3672
3672
  data?: unknown;
3673
3673
  })[];
3674
- title: string;
3675
3674
  id: string;
3675
+ title: string;
3676
3676
  platform?: string | null | undefined;
3677
3677
  contexts?: Record<string, z.objectOutputType<{
3678
3678
  type: z.ZodUnion<[z.ZodLiteral<"default">, z.ZodLiteral<"runtime">, z.ZodLiteral<"os">, z.ZodLiteral<"trace">, z.ZodUnknown]>;
3679
3679
  }, z.ZodTypeAny, "passthrough">> | undefined;
3680
3680
  tags?: {
3681
- key: string;
3682
3681
  value: string;
3682
+ key: string;
3683
3683
  }[] | undefined;
3684
3684
  type?: unknown;
3685
3685
  }, {
@@ -3696,12 +3696,12 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3696
3696
  stacktrace?: {
3697
3697
  frames: {
3698
3698
  function?: string | null | undefined;
3699
- context?: [number, string][] | undefined;
3700
3699
  filename?: string | null | undefined;
3701
3700
  lineNo?: number | null | undefined;
3702
3701
  colNo?: number | null | undefined;
3703
3702
  absPath?: string | null | undefined;
3704
3703
  module?: string | null | undefined;
3704
+ context?: [number, string][] | undefined;
3705
3705
  inApp?: boolean | undefined;
3706
3706
  vars?: Record<string, unknown> | undefined;
3707
3707
  }[];
@@ -3717,12 +3717,12 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3717
3717
  stacktrace?: {
3718
3718
  frames: {
3719
3719
  function?: string | null | undefined;
3720
- context?: [number, string][] | undefined;
3721
3720
  filename?: string | null | undefined;
3722
3721
  lineNo?: number | null | undefined;
3723
3722
  colNo?: number | null | undefined;
3724
3723
  absPath?: string | null | undefined;
3725
3724
  module?: string | null | undefined;
3725
+ context?: [number, string][] | undefined;
3726
3726
  inApp?: boolean | undefined;
3727
3727
  vars?: Record<string, unknown> | undefined;
3728
3728
  }[];
@@ -3740,21 +3740,21 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3740
3740
  } | {
3741
3741
  data: {
3742
3742
  values?: {
3743
- name?: string | null | undefined;
3744
3743
  stacktrace?: {
3745
3744
  frames: {
3746
3745
  function?: string | null | undefined;
3747
- context?: [number, string][] | undefined;
3748
3746
  filename?: string | null | undefined;
3749
3747
  lineNo?: number | null | undefined;
3750
3748
  colNo?: number | null | undefined;
3751
3749
  absPath?: string | null | undefined;
3752
3750
  module?: string | null | undefined;
3751
+ context?: [number, string][] | undefined;
3753
3752
  inApp?: boolean | undefined;
3754
3753
  vars?: Record<string, unknown> | undefined;
3755
3754
  }[];
3756
3755
  } | null | undefined;
3757
3756
  id?: number | null | undefined;
3757
+ name?: string | null | undefined;
3758
3758
  current?: boolean | null | undefined;
3759
3759
  crashed?: boolean | null | undefined;
3760
3760
  state?: string | null | undefined;
@@ -3763,8 +3763,8 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3763
3763
  type: "threads";
3764
3764
  } | {
3765
3765
  data: {
3766
- url?: string | null | undefined;
3767
3766
  method?: string | null | undefined;
3767
+ url?: string | null | undefined;
3768
3768
  };
3769
3769
  type: "request";
3770
3770
  } | {
@@ -3786,15 +3786,15 @@ export declare const UnknownEventSchema: z.ZodObject<Omit<{
3786
3786
  type: string;
3787
3787
  data?: unknown;
3788
3788
  })[];
3789
- title: string;
3790
3789
  id: string;
3790
+ title: string;
3791
3791
  platform?: string | null | undefined;
3792
3792
  contexts?: Record<string, z.objectInputType<{
3793
3793
  type: z.ZodUnion<[z.ZodLiteral<"default">, z.ZodLiteral<"runtime">, z.ZodLiteral<"os">, z.ZodLiteral<"trace">, z.ZodUnknown]>;
3794
3794
  }, z.ZodTypeAny, "passthrough">> | undefined;
3795
3795
  tags?: {
3796
- key: string;
3797
3796
  value: string;
3797
+ key: string;
3798
3798
  }[] | undefined;
3799
3799
  type?: unknown;
3800
3800
  }>;
@@ -3833,46 +3833,46 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
3833
3833
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
3834
3834
  }, "strip", z.ZodTypeAny, {
3835
3835
  function?: string | null | undefined;
3836
- context?: [number, string][] | undefined;
3837
3836
  filename?: string | null | undefined;
3838
3837
  lineNo?: number | null | undefined;
3839
3838
  colNo?: number | null | undefined;
3840
3839
  absPath?: string | null | undefined;
3841
3840
  module?: string | null | undefined;
3841
+ context?: [number, string][] | undefined;
3842
3842
  inApp?: boolean | undefined;
3843
3843
  vars?: Record<string, unknown> | undefined;
3844
3844
  }, {
3845
3845
  function?: string | null | undefined;
3846
- context?: [number, string][] | undefined;
3847
3846
  filename?: string | null | undefined;
3848
3847
  lineNo?: number | null | undefined;
3849
3848
  colNo?: number | null | undefined;
3850
3849
  absPath?: string | null | undefined;
3851
3850
  module?: string | null | undefined;
3851
+ context?: [number, string][] | undefined;
3852
3852
  inApp?: boolean | undefined;
3853
3853
  vars?: Record<string, unknown> | undefined;
3854
3854
  }>, "many">;
3855
3855
  }, "strip", z.ZodTypeAny, {
3856
3856
  frames: {
3857
3857
  function?: string | null | undefined;
3858
- context?: [number, string][] | undefined;
3859
3858
  filename?: string | null | undefined;
3860
3859
  lineNo?: number | null | undefined;
3861
3860
  colNo?: number | null | undefined;
3862
3861
  absPath?: string | null | undefined;
3863
3862
  module?: string | null | undefined;
3863
+ context?: [number, string][] | undefined;
3864
3864
  inApp?: boolean | undefined;
3865
3865
  vars?: Record<string, unknown> | undefined;
3866
3866
  }[];
3867
3867
  }, {
3868
3868
  frames: {
3869
3869
  function?: string | null | undefined;
3870
- context?: [number, string][] | undefined;
3871
3870
  filename?: string | null | undefined;
3872
3871
  lineNo?: number | null | undefined;
3873
3872
  colNo?: number | null | undefined;
3874
3873
  absPath?: string | null | undefined;
3875
3874
  module?: string | null | undefined;
3875
+ context?: [number, string][] | undefined;
3876
3876
  inApp?: boolean | undefined;
3877
3877
  vars?: Record<string, unknown> | undefined;
3878
3878
  }[];
@@ -3887,12 +3887,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
3887
3887
  stacktrace?: {
3888
3888
  frames: {
3889
3889
  function?: string | null | undefined;
3890
- context?: [number, string][] | undefined;
3891
3890
  filename?: string | null | undefined;
3892
3891
  lineNo?: number | null | undefined;
3893
3892
  colNo?: number | null | undefined;
3894
3893
  absPath?: string | null | undefined;
3895
3894
  module?: string | null | undefined;
3895
+ context?: [number, string][] | undefined;
3896
3896
  inApp?: boolean | undefined;
3897
3897
  vars?: Record<string, unknown> | undefined;
3898
3898
  }[];
@@ -3907,12 +3907,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
3907
3907
  stacktrace?: {
3908
3908
  frames: {
3909
3909
  function?: string | null | undefined;
3910
- context?: [number, string][] | undefined;
3911
3910
  filename?: string | null | undefined;
3912
3911
  lineNo?: number | null | undefined;
3913
3912
  colNo?: number | null | undefined;
3914
3913
  absPath?: string | null | undefined;
3915
3914
  module?: string | null | undefined;
3915
+ context?: [number, string][] | undefined;
3916
3916
  inApp?: boolean | undefined;
3917
3917
  vars?: Record<string, unknown> | undefined;
3918
3918
  }[];
@@ -3944,46 +3944,46 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
3944
3944
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
3945
3945
  }, "strip", z.ZodTypeAny, {
3946
3946
  function?: string | null | undefined;
3947
- context?: [number, string][] | undefined;
3948
3947
  filename?: string | null | undefined;
3949
3948
  lineNo?: number | null | undefined;
3950
3949
  colNo?: number | null | undefined;
3951
3950
  absPath?: string | null | undefined;
3952
3951
  module?: string | null | undefined;
3952
+ context?: [number, string][] | undefined;
3953
3953
  inApp?: boolean | undefined;
3954
3954
  vars?: Record<string, unknown> | undefined;
3955
3955
  }, {
3956
3956
  function?: string | null | undefined;
3957
- context?: [number, string][] | undefined;
3958
3957
  filename?: string | null | undefined;
3959
3958
  lineNo?: number | null | undefined;
3960
3959
  colNo?: number | null | undefined;
3961
3960
  absPath?: string | null | undefined;
3962
3961
  module?: string | null | undefined;
3962
+ context?: [number, string][] | undefined;
3963
3963
  inApp?: boolean | undefined;
3964
3964
  vars?: Record<string, unknown> | undefined;
3965
3965
  }>, "many">;
3966
3966
  }, "strip", z.ZodTypeAny, {
3967
3967
  frames: {
3968
3968
  function?: string | null | undefined;
3969
- context?: [number, string][] | undefined;
3970
3969
  filename?: string | null | undefined;
3971
3970
  lineNo?: number | null | undefined;
3972
3971
  colNo?: number | null | undefined;
3973
3972
  absPath?: string | null | undefined;
3974
3973
  module?: string | null | undefined;
3974
+ context?: [number, string][] | undefined;
3975
3975
  inApp?: boolean | undefined;
3976
3976
  vars?: Record<string, unknown> | undefined;
3977
3977
  }[];
3978
3978
  }, {
3979
3979
  frames: {
3980
3980
  function?: string | null | undefined;
3981
- context?: [number, string][] | undefined;
3982
3981
  filename?: string | null | undefined;
3983
3982
  lineNo?: number | null | undefined;
3984
3983
  colNo?: number | null | undefined;
3985
3984
  absPath?: string | null | undefined;
3986
3985
  module?: string | null | undefined;
3986
+ context?: [number, string][] | undefined;
3987
3987
  inApp?: boolean | undefined;
3988
3988
  vars?: Record<string, unknown> | undefined;
3989
3989
  }[];
@@ -3998,12 +3998,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
3998
3998
  stacktrace?: {
3999
3999
  frames: {
4000
4000
  function?: string | null | undefined;
4001
- context?: [number, string][] | undefined;
4002
4001
  filename?: string | null | undefined;
4003
4002
  lineNo?: number | null | undefined;
4004
4003
  colNo?: number | null | undefined;
4005
4004
  absPath?: string | null | undefined;
4006
4005
  module?: string | null | undefined;
4006
+ context?: [number, string][] | undefined;
4007
4007
  inApp?: boolean | undefined;
4008
4008
  vars?: Record<string, unknown> | undefined;
4009
4009
  }[];
@@ -4018,12 +4018,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4018
4018
  stacktrace?: {
4019
4019
  frames: {
4020
4020
  function?: string | null | undefined;
4021
- context?: [number, string][] | undefined;
4022
4021
  filename?: string | null | undefined;
4023
4022
  lineNo?: number | null | undefined;
4024
4023
  colNo?: number | null | undefined;
4025
4024
  absPath?: string | null | undefined;
4026
4025
  module?: string | null | undefined;
4026
+ context?: [number, string][] | undefined;
4027
4027
  inApp?: boolean | undefined;
4028
4028
  vars?: Record<string, unknown> | undefined;
4029
4029
  }[];
@@ -4040,12 +4040,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4040
4040
  stacktrace?: {
4041
4041
  frames: {
4042
4042
  function?: string | null | undefined;
4043
- context?: [number, string][] | undefined;
4044
4043
  filename?: string | null | undefined;
4045
4044
  lineNo?: number | null | undefined;
4046
4045
  colNo?: number | null | undefined;
4047
4046
  absPath?: string | null | undefined;
4048
4047
  module?: string | null | undefined;
4048
+ context?: [number, string][] | undefined;
4049
4049
  inApp?: boolean | undefined;
4050
4050
  vars?: Record<string, unknown> | undefined;
4051
4051
  }[];
@@ -4061,12 +4061,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4061
4061
  stacktrace?: {
4062
4062
  frames: {
4063
4063
  function?: string | null | undefined;
4064
- context?: [number, string][] | undefined;
4065
4064
  filename?: string | null | undefined;
4066
4065
  lineNo?: number | null | undefined;
4067
4066
  colNo?: number | null | undefined;
4068
4067
  absPath?: string | null | undefined;
4069
4068
  module?: string | null | undefined;
4069
+ context?: [number, string][] | undefined;
4070
4070
  inApp?: boolean | undefined;
4071
4071
  vars?: Record<string, unknown> | undefined;
4072
4072
  }[];
@@ -4083,12 +4083,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4083
4083
  stacktrace?: {
4084
4084
  frames: {
4085
4085
  function?: string | null | undefined;
4086
- context?: [number, string][] | undefined;
4087
4086
  filename?: string | null | undefined;
4088
4087
  lineNo?: number | null | undefined;
4089
4088
  colNo?: number | null | undefined;
4090
4089
  absPath?: string | null | undefined;
4091
4090
  module?: string | null | undefined;
4091
+ context?: [number, string][] | undefined;
4092
4092
  inApp?: boolean | undefined;
4093
4093
  vars?: Record<string, unknown> | undefined;
4094
4094
  }[];
@@ -4104,12 +4104,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4104
4104
  stacktrace?: {
4105
4105
  frames: {
4106
4106
  function?: string | null | undefined;
4107
- context?: [number, string][] | undefined;
4108
4107
  filename?: string | null | undefined;
4109
4108
  lineNo?: number | null | undefined;
4110
4109
  colNo?: number | null | undefined;
4111
4110
  absPath?: string | null | undefined;
4112
4111
  module?: string | null | undefined;
4112
+ context?: [number, string][] | undefined;
4113
4113
  inApp?: boolean | undefined;
4114
4114
  vars?: Record<string, unknown> | undefined;
4115
4115
  }[];
@@ -4128,12 +4128,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4128
4128
  stacktrace?: {
4129
4129
  frames: {
4130
4130
  function?: string | null | undefined;
4131
- context?: [number, string][] | undefined;
4132
4131
  filename?: string | null | undefined;
4133
4132
  lineNo?: number | null | undefined;
4134
4133
  colNo?: number | null | undefined;
4135
4134
  absPath?: string | null | undefined;
4136
4135
  module?: string | null | undefined;
4136
+ context?: [number, string][] | undefined;
4137
4137
  inApp?: boolean | undefined;
4138
4138
  vars?: Record<string, unknown> | undefined;
4139
4139
  }[];
@@ -4149,12 +4149,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4149
4149
  stacktrace?: {
4150
4150
  frames: {
4151
4151
  function?: string | null | undefined;
4152
- context?: [number, string][] | undefined;
4153
4152
  filename?: string | null | undefined;
4154
4153
  lineNo?: number | null | undefined;
4155
4154
  colNo?: number | null | undefined;
4156
4155
  absPath?: string | null | undefined;
4157
4156
  module?: string | null | undefined;
4157
+ context?: [number, string][] | undefined;
4158
4158
  inApp?: boolean | undefined;
4159
4159
  vars?: Record<string, unknown> | undefined;
4160
4160
  }[];
@@ -4174,12 +4174,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4174
4174
  stacktrace?: {
4175
4175
  frames: {
4176
4176
  function?: string | null | undefined;
4177
- context?: [number, string][] | undefined;
4178
4177
  filename?: string | null | undefined;
4179
4178
  lineNo?: number | null | undefined;
4180
4179
  colNo?: number | null | undefined;
4181
4180
  absPath?: string | null | undefined;
4182
4181
  module?: string | null | undefined;
4182
+ context?: [number, string][] | undefined;
4183
4183
  inApp?: boolean | undefined;
4184
4184
  vars?: Record<string, unknown> | undefined;
4185
4185
  }[];
@@ -4195,12 +4195,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4195
4195
  stacktrace?: {
4196
4196
  frames: {
4197
4197
  function?: string | null | undefined;
4198
- context?: [number, string][] | undefined;
4199
4198
  filename?: string | null | undefined;
4200
4199
  lineNo?: number | null | undefined;
4201
4200
  colNo?: number | null | undefined;
4202
4201
  absPath?: string | null | undefined;
4203
4202
  module?: string | null | undefined;
4203
+ context?: [number, string][] | undefined;
4204
4204
  inApp?: boolean | undefined;
4205
4205
  vars?: Record<string, unknown> | undefined;
4206
4206
  }[];
@@ -4259,127 +4259,127 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4259
4259
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
4260
4260
  }, "strip", z.ZodTypeAny, {
4261
4261
  function?: string | null | undefined;
4262
- context?: [number, string][] | undefined;
4263
4262
  filename?: string | null | undefined;
4264
4263
  lineNo?: number | null | undefined;
4265
4264
  colNo?: number | null | undefined;
4266
4265
  absPath?: string | null | undefined;
4267
4266
  module?: string | null | undefined;
4267
+ context?: [number, string][] | undefined;
4268
4268
  inApp?: boolean | undefined;
4269
4269
  vars?: Record<string, unknown> | undefined;
4270
4270
  }, {
4271
4271
  function?: string | null | undefined;
4272
- context?: [number, string][] | undefined;
4273
4272
  filename?: string | null | undefined;
4274
4273
  lineNo?: number | null | undefined;
4275
4274
  colNo?: number | null | undefined;
4276
4275
  absPath?: string | null | undefined;
4277
4276
  module?: string | null | undefined;
4277
+ context?: [number, string][] | undefined;
4278
4278
  inApp?: boolean | undefined;
4279
4279
  vars?: Record<string, unknown> | undefined;
4280
4280
  }>, "many">;
4281
4281
  }, "strip", z.ZodTypeAny, {
4282
4282
  frames: {
4283
4283
  function?: string | null | undefined;
4284
- context?: [number, string][] | undefined;
4285
4284
  filename?: string | null | undefined;
4286
4285
  lineNo?: number | null | undefined;
4287
4286
  colNo?: number | null | undefined;
4288
4287
  absPath?: string | null | undefined;
4289
4288
  module?: string | null | undefined;
4289
+ context?: [number, string][] | undefined;
4290
4290
  inApp?: boolean | undefined;
4291
4291
  vars?: Record<string, unknown> | undefined;
4292
4292
  }[];
4293
4293
  }, {
4294
4294
  frames: {
4295
4295
  function?: string | null | undefined;
4296
- context?: [number, string][] | undefined;
4297
4296
  filename?: string | null | undefined;
4298
4297
  lineNo?: number | null | undefined;
4299
4298
  colNo?: number | null | undefined;
4300
4299
  absPath?: string | null | undefined;
4301
4300
  module?: string | null | undefined;
4301
+ context?: [number, string][] | undefined;
4302
4302
  inApp?: boolean | undefined;
4303
4303
  vars?: Record<string, unknown> | undefined;
4304
4304
  }[];
4305
4305
  }>>>;
4306
4306
  }, "strip", z.ZodTypeAny, {
4307
- name?: string | null | undefined;
4308
4307
  stacktrace?: {
4309
4308
  frames: {
4310
4309
  function?: string | null | undefined;
4311
- context?: [number, string][] | undefined;
4312
4310
  filename?: string | null | undefined;
4313
4311
  lineNo?: number | null | undefined;
4314
4312
  colNo?: number | null | undefined;
4315
4313
  absPath?: string | null | undefined;
4316
4314
  module?: string | null | undefined;
4315
+ context?: [number, string][] | undefined;
4317
4316
  inApp?: boolean | undefined;
4318
4317
  vars?: Record<string, unknown> | undefined;
4319
4318
  }[];
4320
4319
  } | null | undefined;
4321
4320
  id?: number | null | undefined;
4321
+ name?: string | null | undefined;
4322
4322
  current?: boolean | null | undefined;
4323
4323
  crashed?: boolean | null | undefined;
4324
4324
  state?: string | null | undefined;
4325
4325
  }, {
4326
- name?: string | null | undefined;
4327
4326
  stacktrace?: {
4328
4327
  frames: {
4329
4328
  function?: string | null | undefined;
4330
- context?: [number, string][] | undefined;
4331
4329
  filename?: string | null | undefined;
4332
4330
  lineNo?: number | null | undefined;
4333
4331
  colNo?: number | null | undefined;
4334
4332
  absPath?: string | null | undefined;
4335
4333
  module?: string | null | undefined;
4334
+ context?: [number, string][] | undefined;
4336
4335
  inApp?: boolean | undefined;
4337
4336
  vars?: Record<string, unknown> | undefined;
4338
4337
  }[];
4339
4338
  } | null | undefined;
4340
4339
  id?: number | null | undefined;
4340
+ name?: string | null | undefined;
4341
4341
  current?: boolean | null | undefined;
4342
4342
  crashed?: boolean | null | undefined;
4343
4343
  state?: string | null | undefined;
4344
4344
  }>, "many">>;
4345
4345
  }, "strip", z.ZodTypeAny, {
4346
4346
  values?: {
4347
- name?: string | null | undefined;
4348
4347
  stacktrace?: {
4349
4348
  frames: {
4350
4349
  function?: string | null | undefined;
4351
- context?: [number, string][] | undefined;
4352
4350
  filename?: string | null | undefined;
4353
4351
  lineNo?: number | null | undefined;
4354
4352
  colNo?: number | null | undefined;
4355
4353
  absPath?: string | null | undefined;
4356
4354
  module?: string | null | undefined;
4355
+ context?: [number, string][] | undefined;
4357
4356
  inApp?: boolean | undefined;
4358
4357
  vars?: Record<string, unknown> | undefined;
4359
4358
  }[];
4360
4359
  } | null | undefined;
4361
4360
  id?: number | null | undefined;
4361
+ name?: string | null | undefined;
4362
4362
  current?: boolean | null | undefined;
4363
4363
  crashed?: boolean | null | undefined;
4364
4364
  state?: string | null | undefined;
4365
4365
  }[] | undefined;
4366
4366
  }, {
4367
4367
  values?: {
4368
- name?: string | null | undefined;
4369
4368
  stacktrace?: {
4370
4369
  frames: {
4371
4370
  function?: string | null | undefined;
4372
- context?: [number, string][] | undefined;
4373
4371
  filename?: string | null | undefined;
4374
4372
  lineNo?: number | null | undefined;
4375
4373
  colNo?: number | null | undefined;
4376
4374
  absPath?: string | null | undefined;
4377
4375
  module?: string | null | undefined;
4376
+ context?: [number, string][] | undefined;
4378
4377
  inApp?: boolean | undefined;
4379
4378
  vars?: Record<string, unknown> | undefined;
4380
4379
  }[];
4381
4380
  } | null | undefined;
4382
4381
  id?: number | null | undefined;
4382
+ name?: string | null | undefined;
4383
4383
  current?: boolean | null | undefined;
4384
4384
  crashed?: boolean | null | undefined;
4385
4385
  state?: string | null | undefined;
@@ -4388,21 +4388,21 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4388
4388
  }, "strip", z.ZodTypeAny, {
4389
4389
  data: {
4390
4390
  values?: {
4391
- name?: string | null | undefined;
4392
4391
  stacktrace?: {
4393
4392
  frames: {
4394
4393
  function?: string | null | undefined;
4395
- context?: [number, string][] | undefined;
4396
4394
  filename?: string | null | undefined;
4397
4395
  lineNo?: number | null | undefined;
4398
4396
  colNo?: number | null | undefined;
4399
4397
  absPath?: string | null | undefined;
4400
4398
  module?: string | null | undefined;
4399
+ context?: [number, string][] | undefined;
4401
4400
  inApp?: boolean | undefined;
4402
4401
  vars?: Record<string, unknown> | undefined;
4403
4402
  }[];
4404
4403
  } | null | undefined;
4405
4404
  id?: number | null | undefined;
4405
+ name?: string | null | undefined;
4406
4406
  current?: boolean | null | undefined;
4407
4407
  crashed?: boolean | null | undefined;
4408
4408
  state?: string | null | undefined;
@@ -4412,21 +4412,21 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4412
4412
  }, {
4413
4413
  data: {
4414
4414
  values?: {
4415
- name?: string | null | undefined;
4416
4415
  stacktrace?: {
4417
4416
  frames: {
4418
4417
  function?: string | null | undefined;
4419
- context?: [number, string][] | undefined;
4420
4418
  filename?: string | null | undefined;
4421
4419
  lineNo?: number | null | undefined;
4422
4420
  colNo?: number | null | undefined;
4423
4421
  absPath?: string | null | undefined;
4424
4422
  module?: string | null | undefined;
4423
+ context?: [number, string][] | undefined;
4425
4424
  inApp?: boolean | undefined;
4426
4425
  vars?: Record<string, unknown> | undefined;
4427
4426
  }[];
4428
4427
  } | null | undefined;
4429
4428
  id?: number | null | undefined;
4429
+ name?: string | null | undefined;
4430
4430
  current?: boolean | null | undefined;
4431
4431
  crashed?: boolean | null | undefined;
4432
4432
  state?: string | null | undefined;
@@ -4439,22 +4439,22 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4439
4439
  method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4440
4440
  url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4441
4441
  }, "strip", z.ZodTypeAny, {
4442
- url?: string | null | undefined;
4443
4442
  method?: string | null | undefined;
4444
- }, {
4445
4443
  url?: string | null | undefined;
4444
+ }, {
4446
4445
  method?: string | null | undefined;
4446
+ url?: string | null | undefined;
4447
4447
  }>;
4448
4448
  }, "strip", z.ZodTypeAny, {
4449
4449
  data: {
4450
- url?: string | null | undefined;
4451
4450
  method?: string | null | undefined;
4451
+ url?: string | null | undefined;
4452
4452
  };
4453
4453
  type: "request";
4454
4454
  }, {
4455
4455
  data: {
4456
- url?: string | null | undefined;
4457
4456
  method?: string | null | undefined;
4457
+ url?: string | null | undefined;
4458
4458
  };
4459
4459
  type: "request";
4460
4460
  }>, z.ZodObject<{
@@ -4555,11 +4555,11 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4555
4555
  key: z.ZodString;
4556
4556
  value: z.ZodString;
4557
4557
  }, "strip", z.ZodTypeAny, {
4558
- key: string;
4559
4558
  value: string;
4560
- }, {
4561
4559
  key: string;
4560
+ }, {
4562
4561
  value: string;
4562
+ key: string;
4563
4563
  }>, "many">>;
4564
4564
  }, "type"> & {
4565
4565
  type: z.ZodLiteral<"error">;
@@ -4579,12 +4579,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4579
4579
  stacktrace?: {
4580
4580
  frames: {
4581
4581
  function?: string | null | undefined;
4582
- context?: [number, string][] | undefined;
4583
4582
  filename?: string | null | undefined;
4584
4583
  lineNo?: number | null | undefined;
4585
4584
  colNo?: number | null | undefined;
4586
4585
  absPath?: string | null | undefined;
4587
4586
  module?: string | null | undefined;
4587
+ context?: [number, string][] | undefined;
4588
4588
  inApp?: boolean | undefined;
4589
4589
  vars?: Record<string, unknown> | undefined;
4590
4590
  }[];
@@ -4600,12 +4600,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4600
4600
  stacktrace?: {
4601
4601
  frames: {
4602
4602
  function?: string | null | undefined;
4603
- context?: [number, string][] | undefined;
4604
4603
  filename?: string | null | undefined;
4605
4604
  lineNo?: number | null | undefined;
4606
4605
  colNo?: number | null | undefined;
4607
4606
  absPath?: string | null | undefined;
4608
4607
  module?: string | null | undefined;
4608
+ context?: [number, string][] | undefined;
4609
4609
  inApp?: boolean | undefined;
4610
4610
  vars?: Record<string, unknown> | undefined;
4611
4611
  }[];
@@ -4623,21 +4623,21 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4623
4623
  } | {
4624
4624
  data: {
4625
4625
  values?: {
4626
- name?: string | null | undefined;
4627
4626
  stacktrace?: {
4628
4627
  frames: {
4629
4628
  function?: string | null | undefined;
4630
- context?: [number, string][] | undefined;
4631
4629
  filename?: string | null | undefined;
4632
4630
  lineNo?: number | null | undefined;
4633
4631
  colNo?: number | null | undefined;
4634
4632
  absPath?: string | null | undefined;
4635
4633
  module?: string | null | undefined;
4634
+ context?: [number, string][] | undefined;
4636
4635
  inApp?: boolean | undefined;
4637
4636
  vars?: Record<string, unknown> | undefined;
4638
4637
  }[];
4639
4638
  } | null | undefined;
4640
4639
  id?: number | null | undefined;
4640
+ name?: string | null | undefined;
4641
4641
  current?: boolean | null | undefined;
4642
4642
  crashed?: boolean | null | undefined;
4643
4643
  state?: string | null | undefined;
@@ -4646,8 +4646,8 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4646
4646
  type: "threads";
4647
4647
  } | {
4648
4648
  data: {
4649
- url?: string | null | undefined;
4650
4649
  method?: string | null | undefined;
4650
+ url?: string | null | undefined;
4651
4651
  };
4652
4652
  type: "request";
4653
4653
  } | {
@@ -4670,8 +4670,8 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4670
4670
  data?: unknown;
4671
4671
  })[];
4672
4672
  type: "error";
4673
- title: string;
4674
4673
  id: string;
4674
+ title: string;
4675
4675
  culprit: string | null;
4676
4676
  dateCreated: string;
4677
4677
  platform?: string | null | undefined;
@@ -4679,8 +4679,8 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4679
4679
  type: z.ZodUnion<[z.ZodLiteral<"default">, z.ZodLiteral<"runtime">, z.ZodLiteral<"os">, z.ZodLiteral<"trace">, z.ZodUnknown]>;
4680
4680
  }, z.ZodTypeAny, "passthrough">> | undefined;
4681
4681
  tags?: {
4682
- key: string;
4683
4682
  value: string;
4683
+ key: string;
4684
4684
  }[] | undefined;
4685
4685
  }, {
4686
4686
  message: string | null;
@@ -4696,12 +4696,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4696
4696
  stacktrace?: {
4697
4697
  frames: {
4698
4698
  function?: string | null | undefined;
4699
- context?: [number, string][] | undefined;
4700
4699
  filename?: string | null | undefined;
4701
4700
  lineNo?: number | null | undefined;
4702
4701
  colNo?: number | null | undefined;
4703
4702
  absPath?: string | null | undefined;
4704
4703
  module?: string | null | undefined;
4704
+ context?: [number, string][] | undefined;
4705
4705
  inApp?: boolean | undefined;
4706
4706
  vars?: Record<string, unknown> | undefined;
4707
4707
  }[];
@@ -4717,12 +4717,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4717
4717
  stacktrace?: {
4718
4718
  frames: {
4719
4719
  function?: string | null | undefined;
4720
- context?: [number, string][] | undefined;
4721
4720
  filename?: string | null | undefined;
4722
4721
  lineNo?: number | null | undefined;
4723
4722
  colNo?: number | null | undefined;
4724
4723
  absPath?: string | null | undefined;
4725
4724
  module?: string | null | undefined;
4725
+ context?: [number, string][] | undefined;
4726
4726
  inApp?: boolean | undefined;
4727
4727
  vars?: Record<string, unknown> | undefined;
4728
4728
  }[];
@@ -4740,21 +4740,21 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4740
4740
  } | {
4741
4741
  data: {
4742
4742
  values?: {
4743
- name?: string | null | undefined;
4744
4743
  stacktrace?: {
4745
4744
  frames: {
4746
4745
  function?: string | null | undefined;
4747
- context?: [number, string][] | undefined;
4748
4746
  filename?: string | null | undefined;
4749
4747
  lineNo?: number | null | undefined;
4750
4748
  colNo?: number | null | undefined;
4751
4749
  absPath?: string | null | undefined;
4752
4750
  module?: string | null | undefined;
4751
+ context?: [number, string][] | undefined;
4753
4752
  inApp?: boolean | undefined;
4754
4753
  vars?: Record<string, unknown> | undefined;
4755
4754
  }[];
4756
4755
  } | null | undefined;
4757
4756
  id?: number | null | undefined;
4757
+ name?: string | null | undefined;
4758
4758
  current?: boolean | null | undefined;
4759
4759
  crashed?: boolean | null | undefined;
4760
4760
  state?: string | null | undefined;
@@ -4763,8 +4763,8 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4763
4763
  type: "threads";
4764
4764
  } | {
4765
4765
  data: {
4766
- url?: string | null | undefined;
4767
4766
  method?: string | null | undefined;
4767
+ url?: string | null | undefined;
4768
4768
  };
4769
4769
  type: "request";
4770
4770
  } | {
@@ -4787,8 +4787,8 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4787
4787
  data?: unknown;
4788
4788
  })[];
4789
4789
  type: "error";
4790
- title: string;
4791
4790
  id: string;
4791
+ title: string;
4792
4792
  culprit: string | null;
4793
4793
  dateCreated: string;
4794
4794
  platform?: string | null | undefined;
@@ -4796,8 +4796,8 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4796
4796
  type: z.ZodUnion<[z.ZodLiteral<"default">, z.ZodLiteral<"runtime">, z.ZodLiteral<"os">, z.ZodLiteral<"trace">, z.ZodUnknown]>;
4797
4797
  }, z.ZodTypeAny, "passthrough">> | undefined;
4798
4798
  tags?: {
4799
- key: string;
4800
4799
  value: string;
4800
+ key: string;
4801
4801
  }[] | undefined;
4802
4802
  }>, z.ZodObject<Omit<{
4803
4803
  id: z.ZodString;
@@ -4834,46 +4834,46 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4834
4834
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
4835
4835
  }, "strip", z.ZodTypeAny, {
4836
4836
  function?: string | null | undefined;
4837
- context?: [number, string][] | undefined;
4838
4837
  filename?: string | null | undefined;
4839
4838
  lineNo?: number | null | undefined;
4840
4839
  colNo?: number | null | undefined;
4841
4840
  absPath?: string | null | undefined;
4842
4841
  module?: string | null | undefined;
4842
+ context?: [number, string][] | undefined;
4843
4843
  inApp?: boolean | undefined;
4844
4844
  vars?: Record<string, unknown> | undefined;
4845
4845
  }, {
4846
4846
  function?: string | null | undefined;
4847
- context?: [number, string][] | undefined;
4848
4847
  filename?: string | null | undefined;
4849
4848
  lineNo?: number | null | undefined;
4850
4849
  colNo?: number | null | undefined;
4851
4850
  absPath?: string | null | undefined;
4852
4851
  module?: string | null | undefined;
4852
+ context?: [number, string][] | undefined;
4853
4853
  inApp?: boolean | undefined;
4854
4854
  vars?: Record<string, unknown> | undefined;
4855
4855
  }>, "many">;
4856
4856
  }, "strip", z.ZodTypeAny, {
4857
4857
  frames: {
4858
4858
  function?: string | null | undefined;
4859
- context?: [number, string][] | undefined;
4860
4859
  filename?: string | null | undefined;
4861
4860
  lineNo?: number | null | undefined;
4862
4861
  colNo?: number | null | undefined;
4863
4862
  absPath?: string | null | undefined;
4864
4863
  module?: string | null | undefined;
4864
+ context?: [number, string][] | undefined;
4865
4865
  inApp?: boolean | undefined;
4866
4866
  vars?: Record<string, unknown> | undefined;
4867
4867
  }[];
4868
4868
  }, {
4869
4869
  frames: {
4870
4870
  function?: string | null | undefined;
4871
- context?: [number, string][] | undefined;
4872
4871
  filename?: string | null | undefined;
4873
4872
  lineNo?: number | null | undefined;
4874
4873
  colNo?: number | null | undefined;
4875
4874
  absPath?: string | null | undefined;
4876
4875
  module?: string | null | undefined;
4876
+ context?: [number, string][] | undefined;
4877
4877
  inApp?: boolean | undefined;
4878
4878
  vars?: Record<string, unknown> | undefined;
4879
4879
  }[];
@@ -4888,12 +4888,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4888
4888
  stacktrace?: {
4889
4889
  frames: {
4890
4890
  function?: string | null | undefined;
4891
- context?: [number, string][] | undefined;
4892
4891
  filename?: string | null | undefined;
4893
4892
  lineNo?: number | null | undefined;
4894
4893
  colNo?: number | null | undefined;
4895
4894
  absPath?: string | null | undefined;
4896
4895
  module?: string | null | undefined;
4896
+ context?: [number, string][] | undefined;
4897
4897
  inApp?: boolean | undefined;
4898
4898
  vars?: Record<string, unknown> | undefined;
4899
4899
  }[];
@@ -4908,12 +4908,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4908
4908
  stacktrace?: {
4909
4909
  frames: {
4910
4910
  function?: string | null | undefined;
4911
- context?: [number, string][] | undefined;
4912
4911
  filename?: string | null | undefined;
4913
4912
  lineNo?: number | null | undefined;
4914
4913
  colNo?: number | null | undefined;
4915
4914
  absPath?: string | null | undefined;
4916
4915
  module?: string | null | undefined;
4916
+ context?: [number, string][] | undefined;
4917
4917
  inApp?: boolean | undefined;
4918
4918
  vars?: Record<string, unknown> | undefined;
4919
4919
  }[];
@@ -4945,46 +4945,46 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4945
4945
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
4946
4946
  }, "strip", z.ZodTypeAny, {
4947
4947
  function?: string | null | undefined;
4948
- context?: [number, string][] | undefined;
4949
4948
  filename?: string | null | undefined;
4950
4949
  lineNo?: number | null | undefined;
4951
4950
  colNo?: number | null | undefined;
4952
4951
  absPath?: string | null | undefined;
4953
4952
  module?: string | null | undefined;
4953
+ context?: [number, string][] | undefined;
4954
4954
  inApp?: boolean | undefined;
4955
4955
  vars?: Record<string, unknown> | undefined;
4956
4956
  }, {
4957
4957
  function?: string | null | undefined;
4958
- context?: [number, string][] | undefined;
4959
4958
  filename?: string | null | undefined;
4960
4959
  lineNo?: number | null | undefined;
4961
4960
  colNo?: number | null | undefined;
4962
4961
  absPath?: string | null | undefined;
4963
4962
  module?: string | null | undefined;
4963
+ context?: [number, string][] | undefined;
4964
4964
  inApp?: boolean | undefined;
4965
4965
  vars?: Record<string, unknown> | undefined;
4966
4966
  }>, "many">;
4967
4967
  }, "strip", z.ZodTypeAny, {
4968
4968
  frames: {
4969
4969
  function?: string | null | undefined;
4970
- context?: [number, string][] | undefined;
4971
4970
  filename?: string | null | undefined;
4972
4971
  lineNo?: number | null | undefined;
4973
4972
  colNo?: number | null | undefined;
4974
4973
  absPath?: string | null | undefined;
4975
4974
  module?: string | null | undefined;
4975
+ context?: [number, string][] | undefined;
4976
4976
  inApp?: boolean | undefined;
4977
4977
  vars?: Record<string, unknown> | undefined;
4978
4978
  }[];
4979
4979
  }, {
4980
4980
  frames: {
4981
4981
  function?: string | null | undefined;
4982
- context?: [number, string][] | undefined;
4983
4982
  filename?: string | null | undefined;
4984
4983
  lineNo?: number | null | undefined;
4985
4984
  colNo?: number | null | undefined;
4986
4985
  absPath?: string | null | undefined;
4987
4986
  module?: string | null | undefined;
4987
+ context?: [number, string][] | undefined;
4988
4988
  inApp?: boolean | undefined;
4989
4989
  vars?: Record<string, unknown> | undefined;
4990
4990
  }[];
@@ -4999,12 +4999,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
4999
4999
  stacktrace?: {
5000
5000
  frames: {
5001
5001
  function?: string | null | undefined;
5002
- context?: [number, string][] | undefined;
5003
5002
  filename?: string | null | undefined;
5004
5003
  lineNo?: number | null | undefined;
5005
5004
  colNo?: number | null | undefined;
5006
5005
  absPath?: string | null | undefined;
5007
5006
  module?: string | null | undefined;
5007
+ context?: [number, string][] | undefined;
5008
5008
  inApp?: boolean | undefined;
5009
5009
  vars?: Record<string, unknown> | undefined;
5010
5010
  }[];
@@ -5019,12 +5019,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5019
5019
  stacktrace?: {
5020
5020
  frames: {
5021
5021
  function?: string | null | undefined;
5022
- context?: [number, string][] | undefined;
5023
5022
  filename?: string | null | undefined;
5024
5023
  lineNo?: number | null | undefined;
5025
5024
  colNo?: number | null | undefined;
5026
5025
  absPath?: string | null | undefined;
5027
5026
  module?: string | null | undefined;
5027
+ context?: [number, string][] | undefined;
5028
5028
  inApp?: boolean | undefined;
5029
5029
  vars?: Record<string, unknown> | undefined;
5030
5030
  }[];
@@ -5041,12 +5041,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5041
5041
  stacktrace?: {
5042
5042
  frames: {
5043
5043
  function?: string | null | undefined;
5044
- context?: [number, string][] | undefined;
5045
5044
  filename?: string | null | undefined;
5046
5045
  lineNo?: number | null | undefined;
5047
5046
  colNo?: number | null | undefined;
5048
5047
  absPath?: string | null | undefined;
5049
5048
  module?: string | null | undefined;
5049
+ context?: [number, string][] | undefined;
5050
5050
  inApp?: boolean | undefined;
5051
5051
  vars?: Record<string, unknown> | undefined;
5052
5052
  }[];
@@ -5062,12 +5062,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5062
5062
  stacktrace?: {
5063
5063
  frames: {
5064
5064
  function?: string | null | undefined;
5065
- context?: [number, string][] | undefined;
5066
5065
  filename?: string | null | undefined;
5067
5066
  lineNo?: number | null | undefined;
5068
5067
  colNo?: number | null | undefined;
5069
5068
  absPath?: string | null | undefined;
5070
5069
  module?: string | null | undefined;
5070
+ context?: [number, string][] | undefined;
5071
5071
  inApp?: boolean | undefined;
5072
5072
  vars?: Record<string, unknown> | undefined;
5073
5073
  }[];
@@ -5084,12 +5084,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5084
5084
  stacktrace?: {
5085
5085
  frames: {
5086
5086
  function?: string | null | undefined;
5087
- context?: [number, string][] | undefined;
5088
5087
  filename?: string | null | undefined;
5089
5088
  lineNo?: number | null | undefined;
5090
5089
  colNo?: number | null | undefined;
5091
5090
  absPath?: string | null | undefined;
5092
5091
  module?: string | null | undefined;
5092
+ context?: [number, string][] | undefined;
5093
5093
  inApp?: boolean | undefined;
5094
5094
  vars?: Record<string, unknown> | undefined;
5095
5095
  }[];
@@ -5105,12 +5105,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5105
5105
  stacktrace?: {
5106
5106
  frames: {
5107
5107
  function?: string | null | undefined;
5108
- context?: [number, string][] | undefined;
5109
5108
  filename?: string | null | undefined;
5110
5109
  lineNo?: number | null | undefined;
5111
5110
  colNo?: number | null | undefined;
5112
5111
  absPath?: string | null | undefined;
5113
5112
  module?: string | null | undefined;
5113
+ context?: [number, string][] | undefined;
5114
5114
  inApp?: boolean | undefined;
5115
5115
  vars?: Record<string, unknown> | undefined;
5116
5116
  }[];
@@ -5129,12 +5129,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5129
5129
  stacktrace?: {
5130
5130
  frames: {
5131
5131
  function?: string | null | undefined;
5132
- context?: [number, string][] | undefined;
5133
5132
  filename?: string | null | undefined;
5134
5133
  lineNo?: number | null | undefined;
5135
5134
  colNo?: number | null | undefined;
5136
5135
  absPath?: string | null | undefined;
5137
5136
  module?: string | null | undefined;
5137
+ context?: [number, string][] | undefined;
5138
5138
  inApp?: boolean | undefined;
5139
5139
  vars?: Record<string, unknown> | undefined;
5140
5140
  }[];
@@ -5150,12 +5150,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5150
5150
  stacktrace?: {
5151
5151
  frames: {
5152
5152
  function?: string | null | undefined;
5153
- context?: [number, string][] | undefined;
5154
5153
  filename?: string | null | undefined;
5155
5154
  lineNo?: number | null | undefined;
5156
5155
  colNo?: number | null | undefined;
5157
5156
  absPath?: string | null | undefined;
5158
5157
  module?: string | null | undefined;
5158
+ context?: [number, string][] | undefined;
5159
5159
  inApp?: boolean | undefined;
5160
5160
  vars?: Record<string, unknown> | undefined;
5161
5161
  }[];
@@ -5175,12 +5175,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5175
5175
  stacktrace?: {
5176
5176
  frames: {
5177
5177
  function?: string | null | undefined;
5178
- context?: [number, string][] | undefined;
5179
5178
  filename?: string | null | undefined;
5180
5179
  lineNo?: number | null | undefined;
5181
5180
  colNo?: number | null | undefined;
5182
5181
  absPath?: string | null | undefined;
5183
5182
  module?: string | null | undefined;
5183
+ context?: [number, string][] | undefined;
5184
5184
  inApp?: boolean | undefined;
5185
5185
  vars?: Record<string, unknown> | undefined;
5186
5186
  }[];
@@ -5196,12 +5196,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5196
5196
  stacktrace?: {
5197
5197
  frames: {
5198
5198
  function?: string | null | undefined;
5199
- context?: [number, string][] | undefined;
5200
5199
  filename?: string | null | undefined;
5201
5200
  lineNo?: number | null | undefined;
5202
5201
  colNo?: number | null | undefined;
5203
5202
  absPath?: string | null | undefined;
5204
5203
  module?: string | null | undefined;
5204
+ context?: [number, string][] | undefined;
5205
5205
  inApp?: boolean | undefined;
5206
5206
  vars?: Record<string, unknown> | undefined;
5207
5207
  }[];
@@ -5260,127 +5260,127 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5260
5260
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
5261
5261
  }, "strip", z.ZodTypeAny, {
5262
5262
  function?: string | null | undefined;
5263
- context?: [number, string][] | undefined;
5264
5263
  filename?: string | null | undefined;
5265
5264
  lineNo?: number | null | undefined;
5266
5265
  colNo?: number | null | undefined;
5267
5266
  absPath?: string | null | undefined;
5268
5267
  module?: string | null | undefined;
5268
+ context?: [number, string][] | undefined;
5269
5269
  inApp?: boolean | undefined;
5270
5270
  vars?: Record<string, unknown> | undefined;
5271
5271
  }, {
5272
5272
  function?: string | null | undefined;
5273
- context?: [number, string][] | undefined;
5274
5273
  filename?: string | null | undefined;
5275
5274
  lineNo?: number | null | undefined;
5276
5275
  colNo?: number | null | undefined;
5277
5276
  absPath?: string | null | undefined;
5278
5277
  module?: string | null | undefined;
5278
+ context?: [number, string][] | undefined;
5279
5279
  inApp?: boolean | undefined;
5280
5280
  vars?: Record<string, unknown> | undefined;
5281
5281
  }>, "many">;
5282
5282
  }, "strip", z.ZodTypeAny, {
5283
5283
  frames: {
5284
5284
  function?: string | null | undefined;
5285
- context?: [number, string][] | undefined;
5286
5285
  filename?: string | null | undefined;
5287
5286
  lineNo?: number | null | undefined;
5288
5287
  colNo?: number | null | undefined;
5289
5288
  absPath?: string | null | undefined;
5290
5289
  module?: string | null | undefined;
5290
+ context?: [number, string][] | undefined;
5291
5291
  inApp?: boolean | undefined;
5292
5292
  vars?: Record<string, unknown> | undefined;
5293
5293
  }[];
5294
5294
  }, {
5295
5295
  frames: {
5296
5296
  function?: string | null | undefined;
5297
- context?: [number, string][] | undefined;
5298
5297
  filename?: string | null | undefined;
5299
5298
  lineNo?: number | null | undefined;
5300
5299
  colNo?: number | null | undefined;
5301
5300
  absPath?: string | null | undefined;
5302
5301
  module?: string | null | undefined;
5302
+ context?: [number, string][] | undefined;
5303
5303
  inApp?: boolean | undefined;
5304
5304
  vars?: Record<string, unknown> | undefined;
5305
5305
  }[];
5306
5306
  }>>>;
5307
5307
  }, "strip", z.ZodTypeAny, {
5308
- name?: string | null | undefined;
5309
5308
  stacktrace?: {
5310
5309
  frames: {
5311
5310
  function?: string | null | undefined;
5312
- context?: [number, string][] | undefined;
5313
5311
  filename?: string | null | undefined;
5314
5312
  lineNo?: number | null | undefined;
5315
5313
  colNo?: number | null | undefined;
5316
5314
  absPath?: string | null | undefined;
5317
5315
  module?: string | null | undefined;
5316
+ context?: [number, string][] | undefined;
5318
5317
  inApp?: boolean | undefined;
5319
5318
  vars?: Record<string, unknown> | undefined;
5320
5319
  }[];
5321
5320
  } | null | undefined;
5322
5321
  id?: number | null | undefined;
5322
+ name?: string | null | undefined;
5323
5323
  current?: boolean | null | undefined;
5324
5324
  crashed?: boolean | null | undefined;
5325
5325
  state?: string | null | undefined;
5326
5326
  }, {
5327
- name?: string | null | undefined;
5328
5327
  stacktrace?: {
5329
5328
  frames: {
5330
5329
  function?: string | null | undefined;
5331
- context?: [number, string][] | undefined;
5332
5330
  filename?: string | null | undefined;
5333
5331
  lineNo?: number | null | undefined;
5334
5332
  colNo?: number | null | undefined;
5335
5333
  absPath?: string | null | undefined;
5336
5334
  module?: string | null | undefined;
5335
+ context?: [number, string][] | undefined;
5337
5336
  inApp?: boolean | undefined;
5338
5337
  vars?: Record<string, unknown> | undefined;
5339
5338
  }[];
5340
5339
  } | null | undefined;
5341
5340
  id?: number | null | undefined;
5341
+ name?: string | null | undefined;
5342
5342
  current?: boolean | null | undefined;
5343
5343
  crashed?: boolean | null | undefined;
5344
5344
  state?: string | null | undefined;
5345
5345
  }>, "many">>;
5346
5346
  }, "strip", z.ZodTypeAny, {
5347
5347
  values?: {
5348
- name?: string | null | undefined;
5349
5348
  stacktrace?: {
5350
5349
  frames: {
5351
5350
  function?: string | null | undefined;
5352
- context?: [number, string][] | undefined;
5353
5351
  filename?: string | null | undefined;
5354
5352
  lineNo?: number | null | undefined;
5355
5353
  colNo?: number | null | undefined;
5356
5354
  absPath?: string | null | undefined;
5357
5355
  module?: string | null | undefined;
5356
+ context?: [number, string][] | undefined;
5358
5357
  inApp?: boolean | undefined;
5359
5358
  vars?: Record<string, unknown> | undefined;
5360
5359
  }[];
5361
5360
  } | null | undefined;
5362
5361
  id?: number | null | undefined;
5362
+ name?: string | null | undefined;
5363
5363
  current?: boolean | null | undefined;
5364
5364
  crashed?: boolean | null | undefined;
5365
5365
  state?: string | null | undefined;
5366
5366
  }[] | undefined;
5367
5367
  }, {
5368
5368
  values?: {
5369
- name?: string | null | undefined;
5370
5369
  stacktrace?: {
5371
5370
  frames: {
5372
5371
  function?: string | null | undefined;
5373
- context?: [number, string][] | undefined;
5374
5372
  filename?: string | null | undefined;
5375
5373
  lineNo?: number | null | undefined;
5376
5374
  colNo?: number | null | undefined;
5377
5375
  absPath?: string | null | undefined;
5378
5376
  module?: string | null | undefined;
5377
+ context?: [number, string][] | undefined;
5379
5378
  inApp?: boolean | undefined;
5380
5379
  vars?: Record<string, unknown> | undefined;
5381
5380
  }[];
5382
5381
  } | null | undefined;
5383
5382
  id?: number | null | undefined;
5383
+ name?: string | null | undefined;
5384
5384
  current?: boolean | null | undefined;
5385
5385
  crashed?: boolean | null | undefined;
5386
5386
  state?: string | null | undefined;
@@ -5389,21 +5389,21 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5389
5389
  }, "strip", z.ZodTypeAny, {
5390
5390
  data: {
5391
5391
  values?: {
5392
- name?: string | null | undefined;
5393
5392
  stacktrace?: {
5394
5393
  frames: {
5395
5394
  function?: string | null | undefined;
5396
- context?: [number, string][] | undefined;
5397
5395
  filename?: string | null | undefined;
5398
5396
  lineNo?: number | null | undefined;
5399
5397
  colNo?: number | null | undefined;
5400
5398
  absPath?: string | null | undefined;
5401
5399
  module?: string | null | undefined;
5400
+ context?: [number, string][] | undefined;
5402
5401
  inApp?: boolean | undefined;
5403
5402
  vars?: Record<string, unknown> | undefined;
5404
5403
  }[];
5405
5404
  } | null | undefined;
5406
5405
  id?: number | null | undefined;
5406
+ name?: string | null | undefined;
5407
5407
  current?: boolean | null | undefined;
5408
5408
  crashed?: boolean | null | undefined;
5409
5409
  state?: string | null | undefined;
@@ -5413,21 +5413,21 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5413
5413
  }, {
5414
5414
  data: {
5415
5415
  values?: {
5416
- name?: string | null | undefined;
5417
5416
  stacktrace?: {
5418
5417
  frames: {
5419
5418
  function?: string | null | undefined;
5420
- context?: [number, string][] | undefined;
5421
5419
  filename?: string | null | undefined;
5422
5420
  lineNo?: number | null | undefined;
5423
5421
  colNo?: number | null | undefined;
5424
5422
  absPath?: string | null | undefined;
5425
5423
  module?: string | null | undefined;
5424
+ context?: [number, string][] | undefined;
5426
5425
  inApp?: boolean | undefined;
5427
5426
  vars?: Record<string, unknown> | undefined;
5428
5427
  }[];
5429
5428
  } | null | undefined;
5430
5429
  id?: number | null | undefined;
5430
+ name?: string | null | undefined;
5431
5431
  current?: boolean | null | undefined;
5432
5432
  crashed?: boolean | null | undefined;
5433
5433
  state?: string | null | undefined;
@@ -5440,22 +5440,22 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5440
5440
  method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5441
5441
  url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5442
5442
  }, "strip", z.ZodTypeAny, {
5443
- url?: string | null | undefined;
5444
5443
  method?: string | null | undefined;
5445
- }, {
5446
5444
  url?: string | null | undefined;
5445
+ }, {
5447
5446
  method?: string | null | undefined;
5447
+ url?: string | null | undefined;
5448
5448
  }>;
5449
5449
  }, "strip", z.ZodTypeAny, {
5450
5450
  data: {
5451
- url?: string | null | undefined;
5452
5451
  method?: string | null | undefined;
5452
+ url?: string | null | undefined;
5453
5453
  };
5454
5454
  type: "request";
5455
5455
  }, {
5456
5456
  data: {
5457
- url?: string | null | undefined;
5458
5457
  method?: string | null | undefined;
5458
+ url?: string | null | undefined;
5459
5459
  };
5460
5460
  type: "request";
5461
5461
  }>, z.ZodObject<{
@@ -5556,11 +5556,11 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5556
5556
  key: z.ZodString;
5557
5557
  value: z.ZodString;
5558
5558
  }, "strip", z.ZodTypeAny, {
5559
- key: string;
5560
5559
  value: string;
5561
- }, {
5562
5560
  key: string;
5561
+ }, {
5563
5562
  value: string;
5563
+ key: string;
5564
5564
  }>, "many">>;
5565
5565
  }, "type"> & {
5566
5566
  type: z.ZodLiteral<"transaction">;
@@ -5588,12 +5588,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5588
5588
  stacktrace?: {
5589
5589
  frames: {
5590
5590
  function?: string | null | undefined;
5591
- context?: [number, string][] | undefined;
5592
5591
  filename?: string | null | undefined;
5593
5592
  lineNo?: number | null | undefined;
5594
5593
  colNo?: number | null | undefined;
5595
5594
  absPath?: string | null | undefined;
5596
5595
  module?: string | null | undefined;
5596
+ context?: [number, string][] | undefined;
5597
5597
  inApp?: boolean | undefined;
5598
5598
  vars?: Record<string, unknown> | undefined;
5599
5599
  }[];
@@ -5609,12 +5609,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5609
5609
  stacktrace?: {
5610
5610
  frames: {
5611
5611
  function?: string | null | undefined;
5612
- context?: [number, string][] | undefined;
5613
5612
  filename?: string | null | undefined;
5614
5613
  lineNo?: number | null | undefined;
5615
5614
  colNo?: number | null | undefined;
5616
5615
  absPath?: string | null | undefined;
5617
5616
  module?: string | null | undefined;
5617
+ context?: [number, string][] | undefined;
5618
5618
  inApp?: boolean | undefined;
5619
5619
  vars?: Record<string, unknown> | undefined;
5620
5620
  }[];
@@ -5632,21 +5632,21 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5632
5632
  } | {
5633
5633
  data: {
5634
5634
  values?: {
5635
- name?: string | null | undefined;
5636
5635
  stacktrace?: {
5637
5636
  frames: {
5638
5637
  function?: string | null | undefined;
5639
- context?: [number, string][] | undefined;
5640
5638
  filename?: string | null | undefined;
5641
5639
  lineNo?: number | null | undefined;
5642
5640
  colNo?: number | null | undefined;
5643
5641
  absPath?: string | null | undefined;
5644
5642
  module?: string | null | undefined;
5643
+ context?: [number, string][] | undefined;
5645
5644
  inApp?: boolean | undefined;
5646
5645
  vars?: Record<string, unknown> | undefined;
5647
5646
  }[];
5648
5647
  } | null | undefined;
5649
5648
  id?: number | null | undefined;
5649
+ name?: string | null | undefined;
5650
5650
  current?: boolean | null | undefined;
5651
5651
  crashed?: boolean | null | undefined;
5652
5652
  state?: string | null | undefined;
@@ -5655,8 +5655,8 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5655
5655
  type: "threads";
5656
5656
  } | {
5657
5657
  data: {
5658
- url?: string | null | undefined;
5659
5658
  method?: string | null | undefined;
5659
+ url?: string | null | undefined;
5660
5660
  };
5661
5661
  type: "request";
5662
5662
  } | {
@@ -5679,8 +5679,8 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5679
5679
  data?: unknown;
5680
5680
  })[];
5681
5681
  type: "transaction";
5682
- title: string;
5683
5682
  id: string;
5683
+ title: string;
5684
5684
  occurrence: {
5685
5685
  culprit: string | null;
5686
5686
  issueTitle: string;
@@ -5690,8 +5690,8 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5690
5690
  type: z.ZodUnion<[z.ZodLiteral<"default">, z.ZodLiteral<"runtime">, z.ZodLiteral<"os">, z.ZodLiteral<"trace">, z.ZodUnknown]>;
5691
5691
  }, z.ZodTypeAny, "passthrough">> | undefined;
5692
5692
  tags?: {
5693
- key: string;
5694
5693
  value: string;
5694
+ key: string;
5695
5695
  }[] | undefined;
5696
5696
  }, {
5697
5697
  message: string | null;
@@ -5707,12 +5707,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5707
5707
  stacktrace?: {
5708
5708
  frames: {
5709
5709
  function?: string | null | undefined;
5710
- context?: [number, string][] | undefined;
5711
5710
  filename?: string | null | undefined;
5712
5711
  lineNo?: number | null | undefined;
5713
5712
  colNo?: number | null | undefined;
5714
5713
  absPath?: string | null | undefined;
5715
5714
  module?: string | null | undefined;
5715
+ context?: [number, string][] | undefined;
5716
5716
  inApp?: boolean | undefined;
5717
5717
  vars?: Record<string, unknown> | undefined;
5718
5718
  }[];
@@ -5728,12 +5728,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5728
5728
  stacktrace?: {
5729
5729
  frames: {
5730
5730
  function?: string | null | undefined;
5731
- context?: [number, string][] | undefined;
5732
5731
  filename?: string | null | undefined;
5733
5732
  lineNo?: number | null | undefined;
5734
5733
  colNo?: number | null | undefined;
5735
5734
  absPath?: string | null | undefined;
5736
5735
  module?: string | null | undefined;
5736
+ context?: [number, string][] | undefined;
5737
5737
  inApp?: boolean | undefined;
5738
5738
  vars?: Record<string, unknown> | undefined;
5739
5739
  }[];
@@ -5751,21 +5751,21 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5751
5751
  } | {
5752
5752
  data: {
5753
5753
  values?: {
5754
- name?: string | null | undefined;
5755
5754
  stacktrace?: {
5756
5755
  frames: {
5757
5756
  function?: string | null | undefined;
5758
- context?: [number, string][] | undefined;
5759
5757
  filename?: string | null | undefined;
5760
5758
  lineNo?: number | null | undefined;
5761
5759
  colNo?: number | null | undefined;
5762
5760
  absPath?: string | null | undefined;
5763
5761
  module?: string | null | undefined;
5762
+ context?: [number, string][] | undefined;
5764
5763
  inApp?: boolean | undefined;
5765
5764
  vars?: Record<string, unknown> | undefined;
5766
5765
  }[];
5767
5766
  } | null | undefined;
5768
5767
  id?: number | null | undefined;
5768
+ name?: string | null | undefined;
5769
5769
  current?: boolean | null | undefined;
5770
5770
  crashed?: boolean | null | undefined;
5771
5771
  state?: string | null | undefined;
@@ -5774,8 +5774,8 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5774
5774
  type: "threads";
5775
5775
  } | {
5776
5776
  data: {
5777
- url?: string | null | undefined;
5778
5777
  method?: string | null | undefined;
5778
+ url?: string | null | undefined;
5779
5779
  };
5780
5780
  type: "request";
5781
5781
  } | {
@@ -5798,8 +5798,8 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5798
5798
  data?: unknown;
5799
5799
  })[];
5800
5800
  type: "transaction";
5801
- title: string;
5802
5801
  id: string;
5802
+ title: string;
5803
5803
  occurrence: {
5804
5804
  culprit: string | null;
5805
5805
  issueTitle: string;
@@ -5809,8 +5809,8 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5809
5809
  type: z.ZodUnion<[z.ZodLiteral<"default">, z.ZodLiteral<"runtime">, z.ZodLiteral<"os">, z.ZodLiteral<"trace">, z.ZodUnknown]>;
5810
5810
  }, z.ZodTypeAny, "passthrough">> | undefined;
5811
5811
  tags?: {
5812
- key: string;
5813
5812
  value: string;
5813
+ key: string;
5814
5814
  }[] | undefined;
5815
5815
  }>, z.ZodObject<Omit<{
5816
5816
  id: z.ZodString;
@@ -5847,46 +5847,46 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5847
5847
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
5848
5848
  }, "strip", z.ZodTypeAny, {
5849
5849
  function?: string | null | undefined;
5850
- context?: [number, string][] | undefined;
5851
5850
  filename?: string | null | undefined;
5852
5851
  lineNo?: number | null | undefined;
5853
5852
  colNo?: number | null | undefined;
5854
5853
  absPath?: string | null | undefined;
5855
5854
  module?: string | null | undefined;
5855
+ context?: [number, string][] | undefined;
5856
5856
  inApp?: boolean | undefined;
5857
5857
  vars?: Record<string, unknown> | undefined;
5858
5858
  }, {
5859
5859
  function?: string | null | undefined;
5860
- context?: [number, string][] | undefined;
5861
5860
  filename?: string | null | undefined;
5862
5861
  lineNo?: number | null | undefined;
5863
5862
  colNo?: number | null | undefined;
5864
5863
  absPath?: string | null | undefined;
5865
5864
  module?: string | null | undefined;
5865
+ context?: [number, string][] | undefined;
5866
5866
  inApp?: boolean | undefined;
5867
5867
  vars?: Record<string, unknown> | undefined;
5868
5868
  }>, "many">;
5869
5869
  }, "strip", z.ZodTypeAny, {
5870
5870
  frames: {
5871
5871
  function?: string | null | undefined;
5872
- context?: [number, string][] | undefined;
5873
5872
  filename?: string | null | undefined;
5874
5873
  lineNo?: number | null | undefined;
5875
5874
  colNo?: number | null | undefined;
5876
5875
  absPath?: string | null | undefined;
5877
5876
  module?: string | null | undefined;
5877
+ context?: [number, string][] | undefined;
5878
5878
  inApp?: boolean | undefined;
5879
5879
  vars?: Record<string, unknown> | undefined;
5880
5880
  }[];
5881
5881
  }, {
5882
5882
  frames: {
5883
5883
  function?: string | null | undefined;
5884
- context?: [number, string][] | undefined;
5885
5884
  filename?: string | null | undefined;
5886
5885
  lineNo?: number | null | undefined;
5887
5886
  colNo?: number | null | undefined;
5888
5887
  absPath?: string | null | undefined;
5889
5888
  module?: string | null | undefined;
5889
+ context?: [number, string][] | undefined;
5890
5890
  inApp?: boolean | undefined;
5891
5891
  vars?: Record<string, unknown> | undefined;
5892
5892
  }[];
@@ -5901,12 +5901,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5901
5901
  stacktrace?: {
5902
5902
  frames: {
5903
5903
  function?: string | null | undefined;
5904
- context?: [number, string][] | undefined;
5905
5904
  filename?: string | null | undefined;
5906
5905
  lineNo?: number | null | undefined;
5907
5906
  colNo?: number | null | undefined;
5908
5907
  absPath?: string | null | undefined;
5909
5908
  module?: string | null | undefined;
5909
+ context?: [number, string][] | undefined;
5910
5910
  inApp?: boolean | undefined;
5911
5911
  vars?: Record<string, unknown> | undefined;
5912
5912
  }[];
@@ -5921,12 +5921,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5921
5921
  stacktrace?: {
5922
5922
  frames: {
5923
5923
  function?: string | null | undefined;
5924
- context?: [number, string][] | undefined;
5925
5924
  filename?: string | null | undefined;
5926
5925
  lineNo?: number | null | undefined;
5927
5926
  colNo?: number | null | undefined;
5928
5927
  absPath?: string | null | undefined;
5929
5928
  module?: string | null | undefined;
5929
+ context?: [number, string][] | undefined;
5930
5930
  inApp?: boolean | undefined;
5931
5931
  vars?: Record<string, unknown> | undefined;
5932
5932
  }[];
@@ -5958,46 +5958,46 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
5958
5958
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
5959
5959
  }, "strip", z.ZodTypeAny, {
5960
5960
  function?: string | null | undefined;
5961
- context?: [number, string][] | undefined;
5962
5961
  filename?: string | null | undefined;
5963
5962
  lineNo?: number | null | undefined;
5964
5963
  colNo?: number | null | undefined;
5965
5964
  absPath?: string | null | undefined;
5966
5965
  module?: string | null | undefined;
5966
+ context?: [number, string][] | undefined;
5967
5967
  inApp?: boolean | undefined;
5968
5968
  vars?: Record<string, unknown> | undefined;
5969
5969
  }, {
5970
5970
  function?: string | null | undefined;
5971
- context?: [number, string][] | undefined;
5972
5971
  filename?: string | null | undefined;
5973
5972
  lineNo?: number | null | undefined;
5974
5973
  colNo?: number | null | undefined;
5975
5974
  absPath?: string | null | undefined;
5976
5975
  module?: string | null | undefined;
5976
+ context?: [number, string][] | undefined;
5977
5977
  inApp?: boolean | undefined;
5978
5978
  vars?: Record<string, unknown> | undefined;
5979
5979
  }>, "many">;
5980
5980
  }, "strip", z.ZodTypeAny, {
5981
5981
  frames: {
5982
5982
  function?: string | null | undefined;
5983
- context?: [number, string][] | undefined;
5984
5983
  filename?: string | null | undefined;
5985
5984
  lineNo?: number | null | undefined;
5986
5985
  colNo?: number | null | undefined;
5987
5986
  absPath?: string | null | undefined;
5988
5987
  module?: string | null | undefined;
5988
+ context?: [number, string][] | undefined;
5989
5989
  inApp?: boolean | undefined;
5990
5990
  vars?: Record<string, unknown> | undefined;
5991
5991
  }[];
5992
5992
  }, {
5993
5993
  frames: {
5994
5994
  function?: string | null | undefined;
5995
- context?: [number, string][] | undefined;
5996
5995
  filename?: string | null | undefined;
5997
5996
  lineNo?: number | null | undefined;
5998
5997
  colNo?: number | null | undefined;
5999
5998
  absPath?: string | null | undefined;
6000
5999
  module?: string | null | undefined;
6000
+ context?: [number, string][] | undefined;
6001
6001
  inApp?: boolean | undefined;
6002
6002
  vars?: Record<string, unknown> | undefined;
6003
6003
  }[];
@@ -6012,12 +6012,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6012
6012
  stacktrace?: {
6013
6013
  frames: {
6014
6014
  function?: string | null | undefined;
6015
- context?: [number, string][] | undefined;
6016
6015
  filename?: string | null | undefined;
6017
6016
  lineNo?: number | null | undefined;
6018
6017
  colNo?: number | null | undefined;
6019
6018
  absPath?: string | null | undefined;
6020
6019
  module?: string | null | undefined;
6020
+ context?: [number, string][] | undefined;
6021
6021
  inApp?: boolean | undefined;
6022
6022
  vars?: Record<string, unknown> | undefined;
6023
6023
  }[];
@@ -6032,12 +6032,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6032
6032
  stacktrace?: {
6033
6033
  frames: {
6034
6034
  function?: string | null | undefined;
6035
- context?: [number, string][] | undefined;
6036
6035
  filename?: string | null | undefined;
6037
6036
  lineNo?: number | null | undefined;
6038
6037
  colNo?: number | null | undefined;
6039
6038
  absPath?: string | null | undefined;
6040
6039
  module?: string | null | undefined;
6040
+ context?: [number, string][] | undefined;
6041
6041
  inApp?: boolean | undefined;
6042
6042
  vars?: Record<string, unknown> | undefined;
6043
6043
  }[];
@@ -6054,12 +6054,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6054
6054
  stacktrace?: {
6055
6055
  frames: {
6056
6056
  function?: string | null | undefined;
6057
- context?: [number, string][] | undefined;
6058
6057
  filename?: string | null | undefined;
6059
6058
  lineNo?: number | null | undefined;
6060
6059
  colNo?: number | null | undefined;
6061
6060
  absPath?: string | null | undefined;
6062
6061
  module?: string | null | undefined;
6062
+ context?: [number, string][] | undefined;
6063
6063
  inApp?: boolean | undefined;
6064
6064
  vars?: Record<string, unknown> | undefined;
6065
6065
  }[];
@@ -6075,12 +6075,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6075
6075
  stacktrace?: {
6076
6076
  frames: {
6077
6077
  function?: string | null | undefined;
6078
- context?: [number, string][] | undefined;
6079
6078
  filename?: string | null | undefined;
6080
6079
  lineNo?: number | null | undefined;
6081
6080
  colNo?: number | null | undefined;
6082
6081
  absPath?: string | null | undefined;
6083
6082
  module?: string | null | undefined;
6083
+ context?: [number, string][] | undefined;
6084
6084
  inApp?: boolean | undefined;
6085
6085
  vars?: Record<string, unknown> | undefined;
6086
6086
  }[];
@@ -6097,12 +6097,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6097
6097
  stacktrace?: {
6098
6098
  frames: {
6099
6099
  function?: string | null | undefined;
6100
- context?: [number, string][] | undefined;
6101
6100
  filename?: string | null | undefined;
6102
6101
  lineNo?: number | null | undefined;
6103
6102
  colNo?: number | null | undefined;
6104
6103
  absPath?: string | null | undefined;
6105
6104
  module?: string | null | undefined;
6105
+ context?: [number, string][] | undefined;
6106
6106
  inApp?: boolean | undefined;
6107
6107
  vars?: Record<string, unknown> | undefined;
6108
6108
  }[];
@@ -6118,12 +6118,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6118
6118
  stacktrace?: {
6119
6119
  frames: {
6120
6120
  function?: string | null | undefined;
6121
- context?: [number, string][] | undefined;
6122
6121
  filename?: string | null | undefined;
6123
6122
  lineNo?: number | null | undefined;
6124
6123
  colNo?: number | null | undefined;
6125
6124
  absPath?: string | null | undefined;
6126
6125
  module?: string | null | undefined;
6126
+ context?: [number, string][] | undefined;
6127
6127
  inApp?: boolean | undefined;
6128
6128
  vars?: Record<string, unknown> | undefined;
6129
6129
  }[];
@@ -6142,12 +6142,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6142
6142
  stacktrace?: {
6143
6143
  frames: {
6144
6144
  function?: string | null | undefined;
6145
- context?: [number, string][] | undefined;
6146
6145
  filename?: string | null | undefined;
6147
6146
  lineNo?: number | null | undefined;
6148
6147
  colNo?: number | null | undefined;
6149
6148
  absPath?: string | null | undefined;
6150
6149
  module?: string | null | undefined;
6150
+ context?: [number, string][] | undefined;
6151
6151
  inApp?: boolean | undefined;
6152
6152
  vars?: Record<string, unknown> | undefined;
6153
6153
  }[];
@@ -6163,12 +6163,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6163
6163
  stacktrace?: {
6164
6164
  frames: {
6165
6165
  function?: string | null | undefined;
6166
- context?: [number, string][] | undefined;
6167
6166
  filename?: string | null | undefined;
6168
6167
  lineNo?: number | null | undefined;
6169
6168
  colNo?: number | null | undefined;
6170
6169
  absPath?: string | null | undefined;
6171
6170
  module?: string | null | undefined;
6171
+ context?: [number, string][] | undefined;
6172
6172
  inApp?: boolean | undefined;
6173
6173
  vars?: Record<string, unknown> | undefined;
6174
6174
  }[];
@@ -6188,12 +6188,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6188
6188
  stacktrace?: {
6189
6189
  frames: {
6190
6190
  function?: string | null | undefined;
6191
- context?: [number, string][] | undefined;
6192
6191
  filename?: string | null | undefined;
6193
6192
  lineNo?: number | null | undefined;
6194
6193
  colNo?: number | null | undefined;
6195
6194
  absPath?: string | null | undefined;
6196
6195
  module?: string | null | undefined;
6196
+ context?: [number, string][] | undefined;
6197
6197
  inApp?: boolean | undefined;
6198
6198
  vars?: Record<string, unknown> | undefined;
6199
6199
  }[];
@@ -6209,12 +6209,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6209
6209
  stacktrace?: {
6210
6210
  frames: {
6211
6211
  function?: string | null | undefined;
6212
- context?: [number, string][] | undefined;
6213
6212
  filename?: string | null | undefined;
6214
6213
  lineNo?: number | null | undefined;
6215
6214
  colNo?: number | null | undefined;
6216
6215
  absPath?: string | null | undefined;
6217
6216
  module?: string | null | undefined;
6217
+ context?: [number, string][] | undefined;
6218
6218
  inApp?: boolean | undefined;
6219
6219
  vars?: Record<string, unknown> | undefined;
6220
6220
  }[];
@@ -6273,127 +6273,127 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6273
6273
  vars: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
6274
6274
  }, "strip", z.ZodTypeAny, {
6275
6275
  function?: string | null | undefined;
6276
- context?: [number, string][] | undefined;
6277
6276
  filename?: string | null | undefined;
6278
6277
  lineNo?: number | null | undefined;
6279
6278
  colNo?: number | null | undefined;
6280
6279
  absPath?: string | null | undefined;
6281
6280
  module?: string | null | undefined;
6281
+ context?: [number, string][] | undefined;
6282
6282
  inApp?: boolean | undefined;
6283
6283
  vars?: Record<string, unknown> | undefined;
6284
6284
  }, {
6285
6285
  function?: string | null | undefined;
6286
- context?: [number, string][] | undefined;
6287
6286
  filename?: string | null | undefined;
6288
6287
  lineNo?: number | null | undefined;
6289
6288
  colNo?: number | null | undefined;
6290
6289
  absPath?: string | null | undefined;
6291
6290
  module?: string | null | undefined;
6291
+ context?: [number, string][] | undefined;
6292
6292
  inApp?: boolean | undefined;
6293
6293
  vars?: Record<string, unknown> | undefined;
6294
6294
  }>, "many">;
6295
6295
  }, "strip", z.ZodTypeAny, {
6296
6296
  frames: {
6297
6297
  function?: string | null | undefined;
6298
- context?: [number, string][] | undefined;
6299
6298
  filename?: string | null | undefined;
6300
6299
  lineNo?: number | null | undefined;
6301
6300
  colNo?: number | null | undefined;
6302
6301
  absPath?: string | null | undefined;
6303
6302
  module?: string | null | undefined;
6303
+ context?: [number, string][] | undefined;
6304
6304
  inApp?: boolean | undefined;
6305
6305
  vars?: Record<string, unknown> | undefined;
6306
6306
  }[];
6307
6307
  }, {
6308
6308
  frames: {
6309
6309
  function?: string | null | undefined;
6310
- context?: [number, string][] | undefined;
6311
6310
  filename?: string | null | undefined;
6312
6311
  lineNo?: number | null | undefined;
6313
6312
  colNo?: number | null | undefined;
6314
6313
  absPath?: string | null | undefined;
6315
6314
  module?: string | null | undefined;
6315
+ context?: [number, string][] | undefined;
6316
6316
  inApp?: boolean | undefined;
6317
6317
  vars?: Record<string, unknown> | undefined;
6318
6318
  }[];
6319
6319
  }>>>;
6320
6320
  }, "strip", z.ZodTypeAny, {
6321
- name?: string | null | undefined;
6322
6321
  stacktrace?: {
6323
6322
  frames: {
6324
6323
  function?: string | null | undefined;
6325
- context?: [number, string][] | undefined;
6326
6324
  filename?: string | null | undefined;
6327
6325
  lineNo?: number | null | undefined;
6328
6326
  colNo?: number | null | undefined;
6329
6327
  absPath?: string | null | undefined;
6330
6328
  module?: string | null | undefined;
6329
+ context?: [number, string][] | undefined;
6331
6330
  inApp?: boolean | undefined;
6332
6331
  vars?: Record<string, unknown> | undefined;
6333
6332
  }[];
6334
6333
  } | null | undefined;
6335
6334
  id?: number | null | undefined;
6335
+ name?: string | null | undefined;
6336
6336
  current?: boolean | null | undefined;
6337
6337
  crashed?: boolean | null | undefined;
6338
6338
  state?: string | null | undefined;
6339
6339
  }, {
6340
- name?: string | null | undefined;
6341
6340
  stacktrace?: {
6342
6341
  frames: {
6343
6342
  function?: string | null | undefined;
6344
- context?: [number, string][] | undefined;
6345
6343
  filename?: string | null | undefined;
6346
6344
  lineNo?: number | null | undefined;
6347
6345
  colNo?: number | null | undefined;
6348
6346
  absPath?: string | null | undefined;
6349
6347
  module?: string | null | undefined;
6348
+ context?: [number, string][] | undefined;
6350
6349
  inApp?: boolean | undefined;
6351
6350
  vars?: Record<string, unknown> | undefined;
6352
6351
  }[];
6353
6352
  } | null | undefined;
6354
6353
  id?: number | null | undefined;
6354
+ name?: string | null | undefined;
6355
6355
  current?: boolean | null | undefined;
6356
6356
  crashed?: boolean | null | undefined;
6357
6357
  state?: string | null | undefined;
6358
6358
  }>, "many">>;
6359
6359
  }, "strip", z.ZodTypeAny, {
6360
6360
  values?: {
6361
- name?: string | null | undefined;
6362
6361
  stacktrace?: {
6363
6362
  frames: {
6364
6363
  function?: string | null | undefined;
6365
- context?: [number, string][] | undefined;
6366
6364
  filename?: string | null | undefined;
6367
6365
  lineNo?: number | null | undefined;
6368
6366
  colNo?: number | null | undefined;
6369
6367
  absPath?: string | null | undefined;
6370
6368
  module?: string | null | undefined;
6369
+ context?: [number, string][] | undefined;
6371
6370
  inApp?: boolean | undefined;
6372
6371
  vars?: Record<string, unknown> | undefined;
6373
6372
  }[];
6374
6373
  } | null | undefined;
6375
6374
  id?: number | null | undefined;
6375
+ name?: string | null | undefined;
6376
6376
  current?: boolean | null | undefined;
6377
6377
  crashed?: boolean | null | undefined;
6378
6378
  state?: string | null | undefined;
6379
6379
  }[] | undefined;
6380
6380
  }, {
6381
6381
  values?: {
6382
- name?: string | null | undefined;
6383
6382
  stacktrace?: {
6384
6383
  frames: {
6385
6384
  function?: string | null | undefined;
6386
- context?: [number, string][] | undefined;
6387
6385
  filename?: string | null | undefined;
6388
6386
  lineNo?: number | null | undefined;
6389
6387
  colNo?: number | null | undefined;
6390
6388
  absPath?: string | null | undefined;
6391
6389
  module?: string | null | undefined;
6390
+ context?: [number, string][] | undefined;
6392
6391
  inApp?: boolean | undefined;
6393
6392
  vars?: Record<string, unknown> | undefined;
6394
6393
  }[];
6395
6394
  } | null | undefined;
6396
6395
  id?: number | null | undefined;
6396
+ name?: string | null | undefined;
6397
6397
  current?: boolean | null | undefined;
6398
6398
  crashed?: boolean | null | undefined;
6399
6399
  state?: string | null | undefined;
@@ -6402,21 +6402,21 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6402
6402
  }, "strip", z.ZodTypeAny, {
6403
6403
  data: {
6404
6404
  values?: {
6405
- name?: string | null | undefined;
6406
6405
  stacktrace?: {
6407
6406
  frames: {
6408
6407
  function?: string | null | undefined;
6409
- context?: [number, string][] | undefined;
6410
6408
  filename?: string | null | undefined;
6411
6409
  lineNo?: number | null | undefined;
6412
6410
  colNo?: number | null | undefined;
6413
6411
  absPath?: string | null | undefined;
6414
6412
  module?: string | null | undefined;
6413
+ context?: [number, string][] | undefined;
6415
6414
  inApp?: boolean | undefined;
6416
6415
  vars?: Record<string, unknown> | undefined;
6417
6416
  }[];
6418
6417
  } | null | undefined;
6419
6418
  id?: number | null | undefined;
6419
+ name?: string | null | undefined;
6420
6420
  current?: boolean | null | undefined;
6421
6421
  crashed?: boolean | null | undefined;
6422
6422
  state?: string | null | undefined;
@@ -6426,21 +6426,21 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6426
6426
  }, {
6427
6427
  data: {
6428
6428
  values?: {
6429
- name?: string | null | undefined;
6430
6429
  stacktrace?: {
6431
6430
  frames: {
6432
6431
  function?: string | null | undefined;
6433
- context?: [number, string][] | undefined;
6434
6432
  filename?: string | null | undefined;
6435
6433
  lineNo?: number | null | undefined;
6436
6434
  colNo?: number | null | undefined;
6437
6435
  absPath?: string | null | undefined;
6438
6436
  module?: string | null | undefined;
6437
+ context?: [number, string][] | undefined;
6439
6438
  inApp?: boolean | undefined;
6440
6439
  vars?: Record<string, unknown> | undefined;
6441
6440
  }[];
6442
6441
  } | null | undefined;
6443
6442
  id?: number | null | undefined;
6443
+ name?: string | null | undefined;
6444
6444
  current?: boolean | null | undefined;
6445
6445
  crashed?: boolean | null | undefined;
6446
6446
  state?: string | null | undefined;
@@ -6453,22 +6453,22 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6453
6453
  method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6454
6454
  url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6455
6455
  }, "strip", z.ZodTypeAny, {
6456
- url?: string | null | undefined;
6457
6456
  method?: string | null | undefined;
6458
- }, {
6459
6457
  url?: string | null | undefined;
6458
+ }, {
6460
6459
  method?: string | null | undefined;
6460
+ url?: string | null | undefined;
6461
6461
  }>;
6462
6462
  }, "strip", z.ZodTypeAny, {
6463
6463
  data: {
6464
- url?: string | null | undefined;
6465
6464
  method?: string | null | undefined;
6465
+ url?: string | null | undefined;
6466
6466
  };
6467
6467
  type: "request";
6468
6468
  }, {
6469
6469
  data: {
6470
- url?: string | null | undefined;
6471
6470
  method?: string | null | undefined;
6471
+ url?: string | null | undefined;
6472
6472
  };
6473
6473
  type: "request";
6474
6474
  }>, z.ZodObject<{
@@ -6569,11 +6569,11 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6569
6569
  key: z.ZodString;
6570
6570
  value: z.ZodString;
6571
6571
  }, "strip", z.ZodTypeAny, {
6572
- key: string;
6573
6572
  value: string;
6574
- }, {
6575
6573
  key: string;
6574
+ }, {
6576
6575
  value: string;
6576
+ key: string;
6577
6577
  }>, "many">>;
6578
6578
  }, "type"> & {
6579
6579
  type: z.ZodUnknown;
@@ -6591,12 +6591,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6591
6591
  stacktrace?: {
6592
6592
  frames: {
6593
6593
  function?: string | null | undefined;
6594
- context?: [number, string][] | undefined;
6595
6594
  filename?: string | null | undefined;
6596
6595
  lineNo?: number | null | undefined;
6597
6596
  colNo?: number | null | undefined;
6598
6597
  absPath?: string | null | undefined;
6599
6598
  module?: string | null | undefined;
6599
+ context?: [number, string][] | undefined;
6600
6600
  inApp?: boolean | undefined;
6601
6601
  vars?: Record<string, unknown> | undefined;
6602
6602
  }[];
@@ -6612,12 +6612,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6612
6612
  stacktrace?: {
6613
6613
  frames: {
6614
6614
  function?: string | null | undefined;
6615
- context?: [number, string][] | undefined;
6616
6615
  filename?: string | null | undefined;
6617
6616
  lineNo?: number | null | undefined;
6618
6617
  colNo?: number | null | undefined;
6619
6618
  absPath?: string | null | undefined;
6620
6619
  module?: string | null | undefined;
6620
+ context?: [number, string][] | undefined;
6621
6621
  inApp?: boolean | undefined;
6622
6622
  vars?: Record<string, unknown> | undefined;
6623
6623
  }[];
@@ -6635,21 +6635,21 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6635
6635
  } | {
6636
6636
  data: {
6637
6637
  values?: {
6638
- name?: string | null | undefined;
6639
6638
  stacktrace?: {
6640
6639
  frames: {
6641
6640
  function?: string | null | undefined;
6642
- context?: [number, string][] | undefined;
6643
6641
  filename?: string | null | undefined;
6644
6642
  lineNo?: number | null | undefined;
6645
6643
  colNo?: number | null | undefined;
6646
6644
  absPath?: string | null | undefined;
6647
6645
  module?: string | null | undefined;
6646
+ context?: [number, string][] | undefined;
6648
6647
  inApp?: boolean | undefined;
6649
6648
  vars?: Record<string, unknown> | undefined;
6650
6649
  }[];
6651
6650
  } | null | undefined;
6652
6651
  id?: number | null | undefined;
6652
+ name?: string | null | undefined;
6653
6653
  current?: boolean | null | undefined;
6654
6654
  crashed?: boolean | null | undefined;
6655
6655
  state?: string | null | undefined;
@@ -6658,8 +6658,8 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6658
6658
  type: "threads";
6659
6659
  } | {
6660
6660
  data: {
6661
- url?: string | null | undefined;
6662
6661
  method?: string | null | undefined;
6662
+ url?: string | null | undefined;
6663
6663
  };
6664
6664
  type: "request";
6665
6665
  } | {
@@ -6681,15 +6681,15 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6681
6681
  type: string;
6682
6682
  data?: unknown;
6683
6683
  })[];
6684
- title: string;
6685
6684
  id: string;
6685
+ title: string;
6686
6686
  platform?: string | null | undefined;
6687
6687
  contexts?: Record<string, z.objectOutputType<{
6688
6688
  type: z.ZodUnion<[z.ZodLiteral<"default">, z.ZodLiteral<"runtime">, z.ZodLiteral<"os">, z.ZodLiteral<"trace">, z.ZodUnknown]>;
6689
6689
  }, z.ZodTypeAny, "passthrough">> | undefined;
6690
6690
  tags?: {
6691
- key: string;
6692
6691
  value: string;
6692
+ key: string;
6693
6693
  }[] | undefined;
6694
6694
  type?: unknown;
6695
6695
  }, {
@@ -6706,12 +6706,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6706
6706
  stacktrace?: {
6707
6707
  frames: {
6708
6708
  function?: string | null | undefined;
6709
- context?: [number, string][] | undefined;
6710
6709
  filename?: string | null | undefined;
6711
6710
  lineNo?: number | null | undefined;
6712
6711
  colNo?: number | null | undefined;
6713
6712
  absPath?: string | null | undefined;
6714
6713
  module?: string | null | undefined;
6714
+ context?: [number, string][] | undefined;
6715
6715
  inApp?: boolean | undefined;
6716
6716
  vars?: Record<string, unknown> | undefined;
6717
6717
  }[];
@@ -6727,12 +6727,12 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6727
6727
  stacktrace?: {
6728
6728
  frames: {
6729
6729
  function?: string | null | undefined;
6730
- context?: [number, string][] | undefined;
6731
6730
  filename?: string | null | undefined;
6732
6731
  lineNo?: number | null | undefined;
6733
6732
  colNo?: number | null | undefined;
6734
6733
  absPath?: string | null | undefined;
6735
6734
  module?: string | null | undefined;
6735
+ context?: [number, string][] | undefined;
6736
6736
  inApp?: boolean | undefined;
6737
6737
  vars?: Record<string, unknown> | undefined;
6738
6738
  }[];
@@ -6750,21 +6750,21 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6750
6750
  } | {
6751
6751
  data: {
6752
6752
  values?: {
6753
- name?: string | null | undefined;
6754
6753
  stacktrace?: {
6755
6754
  frames: {
6756
6755
  function?: string | null | undefined;
6757
- context?: [number, string][] | undefined;
6758
6756
  filename?: string | null | undefined;
6759
6757
  lineNo?: number | null | undefined;
6760
6758
  colNo?: number | null | undefined;
6761
6759
  absPath?: string | null | undefined;
6762
6760
  module?: string | null | undefined;
6761
+ context?: [number, string][] | undefined;
6763
6762
  inApp?: boolean | undefined;
6764
6763
  vars?: Record<string, unknown> | undefined;
6765
6764
  }[];
6766
6765
  } | null | undefined;
6767
6766
  id?: number | null | undefined;
6767
+ name?: string | null | undefined;
6768
6768
  current?: boolean | null | undefined;
6769
6769
  crashed?: boolean | null | undefined;
6770
6770
  state?: string | null | undefined;
@@ -6773,8 +6773,8 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6773
6773
  type: "threads";
6774
6774
  } | {
6775
6775
  data: {
6776
- url?: string | null | undefined;
6777
6776
  method?: string | null | undefined;
6777
+ url?: string | null | undefined;
6778
6778
  };
6779
6779
  type: "request";
6780
6780
  } | {
@@ -6796,15 +6796,15 @@ export declare const EventSchema: z.ZodUnion<[z.ZodObject<Omit<{
6796
6796
  type: string;
6797
6797
  data?: unknown;
6798
6798
  })[];
6799
- title: string;
6800
6799
  id: string;
6800
+ title: string;
6801
6801
  platform?: string | null | undefined;
6802
6802
  contexts?: Record<string, z.objectInputType<{
6803
6803
  type: z.ZodUnion<[z.ZodLiteral<"default">, z.ZodLiteral<"runtime">, z.ZodLiteral<"os">, z.ZodLiteral<"trace">, z.ZodUnknown]>;
6804
6804
  }, z.ZodTypeAny, "passthrough">> | undefined;
6805
6805
  tags?: {
6806
- key: string;
6807
6806
  value: string;
6807
+ key: string;
6808
6808
  }[] | undefined;
6809
6809
  type?: unknown;
6810
6810
  }>]>;