@spfn/monitor 0.1.0-beta.15 → 0.1.0-beta.17
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.
- package/dist/index.d.ts +12 -12
- package/dist/server.d.ts +2 -2
- package/dist/server.js +39 -29
- package/dist/server.js.map +1 -1
- package/package.json +4 -4
- package/dist/{index-C9IUDNIv.d.ts → index-BiN0PoSx.d.ts} +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spfn/monitor",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.17",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Error tracking, log management, and monitoring dashboard for SPFN",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@spfn/auth": "0.2.0-beta.
|
|
63
|
-
"@spfn/
|
|
64
|
-
"@spfn/
|
|
62
|
+
"@spfn/auth": "0.2.0-beta.57",
|
|
63
|
+
"@spfn/core": "0.2.0-beta.40",
|
|
64
|
+
"@spfn/notification": "0.1.0-beta.17"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@sinclair/typebox": "^0.34.30",
|
|
@@ -497,14 +497,14 @@ declare const monitorRouter: _spfn_core_route.Router<{
|
|
|
497
497
|
offset: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
498
498
|
}>;
|
|
499
499
|
}, {}, {
|
|
500
|
-
status: "active" | "resolved" | "ignored";
|
|
501
|
-
path: string;
|
|
502
500
|
id: number;
|
|
503
501
|
fingerprint: string;
|
|
504
502
|
name: string;
|
|
505
503
|
message: string;
|
|
504
|
+
path: string;
|
|
506
505
|
method: string;
|
|
507
506
|
statusCode: number;
|
|
507
|
+
status: "active" | "resolved" | "ignored";
|
|
508
508
|
count: number;
|
|
509
509
|
firstSeenAt: Date;
|
|
510
510
|
lastSeenAt: Date;
|
|
@@ -518,14 +518,14 @@ declare const monitorRouter: _spfn_core_route.Router<{
|
|
|
518
518
|
}>;
|
|
519
519
|
}, {}, {
|
|
520
520
|
group: {
|
|
521
|
-
status: "active" | "resolved" | "ignored";
|
|
522
|
-
path: string;
|
|
523
521
|
id: number;
|
|
524
522
|
fingerprint: string;
|
|
525
523
|
name: string;
|
|
526
524
|
message: string;
|
|
525
|
+
path: string;
|
|
527
526
|
method: string;
|
|
528
527
|
statusCode: number;
|
|
528
|
+
status: "active" | "resolved" | "ignored";
|
|
529
529
|
count: number;
|
|
530
530
|
firstSeenAt: Date;
|
|
531
531
|
lastSeenAt: Date;
|
|
@@ -534,15 +534,15 @@ declare const monitorRouter: _spfn_core_route.Router<{
|
|
|
534
534
|
updatedAt: Date;
|
|
535
535
|
};
|
|
536
536
|
events: {
|
|
537
|
-
query: Record<string, string> | null;
|
|
538
537
|
id: number;
|
|
539
538
|
statusCode: number;
|
|
540
539
|
createdAt: Date;
|
|
541
540
|
updatedAt: Date;
|
|
542
|
-
|
|
541
|
+
query: Record<string, string> | null;
|
|
543
542
|
groupId: number;
|
|
544
543
|
requestId: string | null;
|
|
545
544
|
userId: string | null;
|
|
545
|
+
headers: Record<string, string> | null;
|
|
546
546
|
stackTrace: string | null;
|
|
547
547
|
metadata: Record<string, unknown> | null;
|
|
548
548
|
}[];
|
|
@@ -555,14 +555,14 @@ declare const monitorRouter: _spfn_core_route.Router<{
|
|
|
555
555
|
status: _sinclair_typebox.TString;
|
|
556
556
|
}>;
|
|
557
557
|
}, {}, {
|
|
558
|
-
status: "active" | "resolved" | "ignored";
|
|
559
|
-
path: string;
|
|
560
558
|
id: number;
|
|
561
559
|
fingerprint: string;
|
|
562
560
|
name: string;
|
|
563
561
|
message: string;
|
|
562
|
+
path: string;
|
|
564
563
|
method: string;
|
|
565
564
|
statusCode: number;
|
|
565
|
+
status: "active" | "resolved" | "ignored";
|
|
566
566
|
count: number;
|
|
567
567
|
firstSeenAt: Date;
|
|
568
568
|
lastSeenAt: Date;
|
|
@@ -579,15 +579,15 @@ declare const monitorRouter: _spfn_core_route.Router<{
|
|
|
579
579
|
offset: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
580
580
|
}>;
|
|
581
581
|
}, {}, {
|
|
582
|
-
query: Record<string, string> | null;
|
|
583
582
|
id: number;
|
|
584
583
|
statusCode: number;
|
|
585
584
|
createdAt: Date;
|
|
586
585
|
updatedAt: Date;
|
|
587
|
-
|
|
586
|
+
query: Record<string, string> | null;
|
|
588
587
|
groupId: number;
|
|
589
588
|
requestId: string | null;
|
|
590
589
|
userId: string | null;
|
|
590
|
+
headers: Record<string, string> | null;
|
|
591
591
|
stackTrace: string | null;
|
|
592
592
|
metadata: Record<string, unknown> | null;
|
|
593
593
|
}[]>;
|