@strapi/plugin-sentry 5.49.0 → 5.50.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.
- package/dist/server/src/bootstrap.d.ts.map +1 -1
- package/dist/server/src/index.d.ts +2 -2
- package/dist/server/src/middlewares/sentry.d.ts.map +1 -1
- package/dist/server/src/services/index.d.ts +2 -2
- package/dist/server/src/services/sentry.d.ts +2 -2
- package/dist/server/src/services/sentry.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bootstrap.d.ts","sourceRoot":"","sources":["../../../server/src/bootstrap.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"bootstrap.d.ts","sourceRoot":"","sources":["../../../server/src/bootstrap.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;yBAGrB,YAAY;IAAE,MAAM,EAAE,IAAI,CAAC,MAAM,CAAA;CAAE;AAAzD,wBAGE"}
|
|
@@ -14,9 +14,9 @@ declare const _default: () => {
|
|
|
14
14
|
sentry: ({ strapi }: {
|
|
15
15
|
strapi: import("@strapi/types/dist/core").Strapi;
|
|
16
16
|
}) => {
|
|
17
|
-
init(): any;
|
|
17
|
+
init(): /*elided*/ any;
|
|
18
18
|
getInstance(): typeof import("@sentry/node") | null;
|
|
19
|
-
sendError(error: Error, configureScope?: (
|
|
19
|
+
sendError(error: Error, configureScope?: (scope: import("@sentry/core").Scope) => void): void;
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
22
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sentry.d.ts","sourceRoot":"","sources":["../../../../server/src/middlewares/sentry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAI3C;;GAEG;
|
|
1
|
+
{"version":3,"file":"sentry.d.ts","sourceRoot":"","sources":["../../../../server/src/middlewares/sentry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAI3C;;GAEG;yBACa,YAAY;IAAE,MAAM,EAAE,IAAI,CAAC,MAAM,CAAA;CAAE;AAAnD,wBAqCE"}
|
|
@@ -2,9 +2,9 @@ declare const _default: {
|
|
|
2
2
|
sentry: ({ strapi }: {
|
|
3
3
|
strapi: import("@strapi/types/dist/core").Strapi;
|
|
4
4
|
}) => {
|
|
5
|
-
init(): any;
|
|
5
|
+
init(): /*elided*/ any;
|
|
6
6
|
getInstance(): typeof import("@sentry/node") | null;
|
|
7
|
-
sendError(error: Error, configureScope?: (
|
|
7
|
+
sendError(error: Error, configureScope?: (scope: import("@sentry/core").Scope) => void): void;
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
10
|
export default _default;
|
|
@@ -6,7 +6,7 @@ declare const _default: ({ strapi }: {
|
|
|
6
6
|
/**
|
|
7
7
|
* Initialize Sentry service
|
|
8
8
|
*/
|
|
9
|
-
init(): any;
|
|
9
|
+
init(): /*elided*/ any;
|
|
10
10
|
/**
|
|
11
11
|
* Expose Sentry instance through a getter
|
|
12
12
|
*/
|
|
@@ -14,7 +14,7 @@ declare const _default: ({ strapi }: {
|
|
|
14
14
|
/**
|
|
15
15
|
* Higher level method to send exception events to Sentry
|
|
16
16
|
*/
|
|
17
|
-
sendError(error: Error, configureScope?: (
|
|
17
|
+
sendError(error: Error, configureScope?: (scope: Sentry.Scope) => void): void;
|
|
18
18
|
};
|
|
19
19
|
export default _default;
|
|
20
20
|
//# sourceMappingURL=sentry.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sentry.d.ts","sourceRoot":"","sources":["../../../../server/src/services/sentry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAE3C,OAAO,KAAK,MAAM,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"sentry.d.ts","sourceRoot":"","sources":["../../../../server/src/services/sentry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAE3C,OAAO,KAAK,MAAM,MAAM,cAAc,CAAC;yBAwEvB,YAAY;IAAE,MAAM,EAAE,IAAI,CAAC,MAAM,CAAA;CAAE;IA9D/C;;OAEG;;IA8BH;;OAEG;;IAKH;;OAEG;qBACc,KAAK,mBAAmB,CAAC,KAAK,EAAE,MAAM,CAAC,KAAK,KAAK,IAAI;;AAoB1E,wBAAoF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-sentry",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.50.0",
|
|
4
4
|
"description": "Send Strapi error events to Sentry",
|
|
5
5
|
"homepage": "https://strapi.io",
|
|
6
6
|
"bugs": {
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@sentry/node": "7.112.2",
|
|
61
|
-
"@strapi/design-system": "2.2.
|
|
62
|
-
"@strapi/icons": "2.2.
|
|
61
|
+
"@strapi/design-system": "2.2.1",
|
|
62
|
+
"@strapi/icons": "2.2.1"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@strapi/strapi": "5.
|
|
65
|
+
"@strapi/strapi": "5.50.0",
|
|
66
66
|
"react": "18.3.1",
|
|
67
67
|
"react-dom": "18.3.1",
|
|
68
68
|
"react-router-dom": "6.30.3",
|