@strapi/plugin-sentry 5.0.0 → 5.0.1
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/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/package.json +3 -3
package/dist/admin/index.js
CHANGED
|
@@ -9,7 +9,7 @@ const __variableDynamicImportRuntimeHelper = (glob, path) => {
|
|
|
9
9
|
});
|
|
10
10
|
};
|
|
11
11
|
const name$1 = "@strapi/plugin-sentry";
|
|
12
|
-
const version = "5.0.0
|
|
12
|
+
const version = "5.0.0";
|
|
13
13
|
const description = "Send Strapi error events to Sentry";
|
|
14
14
|
const repository = {
|
|
15
15
|
type: "git",
|
package/dist/admin/index.mjs
CHANGED
|
@@ -8,7 +8,7 @@ const __variableDynamicImportRuntimeHelper = (glob, path) => {
|
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
10
|
const name$1 = "@strapi/plugin-sentry";
|
|
11
|
-
const version = "5.0.0
|
|
11
|
+
const version = "5.0.0";
|
|
12
12
|
const description = "Send Strapi error events to Sentry";
|
|
13
13
|
const repository = {
|
|
14
14
|
type: "git",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-sentry",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"description": "Send Strapi error events to Sentry",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@strapi/pack-up": "5.0.0",
|
|
59
59
|
"@strapi/sdk-plugin": "^5.0.0",
|
|
60
|
-
"@strapi/strapi": "5.0.
|
|
60
|
+
"@strapi/strapi": "5.0.1",
|
|
61
61
|
"react": "18.3.1",
|
|
62
62
|
"react-dom": "18.3.1",
|
|
63
63
|
"react-router-dom": "6.22.3",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"description": "Send Strapi error events to Sentry.",
|
|
81
81
|
"kind": "plugin"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "99323ff7d720a309ae03d2fa50b232a25cf57116"
|
|
84
84
|
}
|