@strapi/plugin-sentry 5.5.0 → 5.5.2
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 +3 -5
- package/dist/admin/index.mjs +3 -5
- package/package.json +3 -4
package/dist/admin/index.js
CHANGED
|
@@ -16,7 +16,7 @@ const __variableDynamicImportRuntimeHelper = (glob, path, segs) => {
|
|
|
16
16
|
});
|
|
17
17
|
};
|
|
18
18
|
const name$1 = "@strapi/plugin-sentry";
|
|
19
|
-
const version = "5.
|
|
19
|
+
const version = "5.5.1";
|
|
20
20
|
const description = "Send Strapi error events to Sentry";
|
|
21
21
|
const repository = {
|
|
22
22
|
type: "git",
|
|
@@ -73,7 +73,7 @@ const dependencies = {
|
|
|
73
73
|
const devDependencies = {
|
|
74
74
|
"@strapi/pack-up": "5.0.2",
|
|
75
75
|
"@strapi/sdk-plugin": "^5.2.0",
|
|
76
|
-
"@strapi/strapi": "5.
|
|
76
|
+
"@strapi/strapi": "5.5.1",
|
|
77
77
|
react: "18.3.1",
|
|
78
78
|
"react-dom": "18.3.1",
|
|
79
79
|
"react-router-dom": "6.22.3",
|
|
@@ -96,7 +96,6 @@ const strapi = {
|
|
|
96
96
|
description: "Send Strapi error events to Sentry.",
|
|
97
97
|
kind: "plugin"
|
|
98
98
|
};
|
|
99
|
-
const gitHead = "7d785703f52464577d077c4618cbe68b44f8a9cd";
|
|
100
99
|
const pluginPkg = {
|
|
101
100
|
name: name$1,
|
|
102
101
|
version,
|
|
@@ -112,8 +111,7 @@ const pluginPkg = {
|
|
|
112
111
|
devDependencies,
|
|
113
112
|
peerDependencies,
|
|
114
113
|
engines,
|
|
115
|
-
strapi
|
|
116
|
-
gitHead
|
|
114
|
+
strapi
|
|
117
115
|
};
|
|
118
116
|
const pluginId = "sentry";
|
|
119
117
|
const prefixPluginTranslations = (trad, pluginId2) => {
|
package/dist/admin/index.mjs
CHANGED
|
@@ -15,7 +15,7 @@ const __variableDynamicImportRuntimeHelper = (glob, path, segs) => {
|
|
|
15
15
|
});
|
|
16
16
|
};
|
|
17
17
|
const name$1 = "@strapi/plugin-sentry";
|
|
18
|
-
const version = "5.
|
|
18
|
+
const version = "5.5.1";
|
|
19
19
|
const description = "Send Strapi error events to Sentry";
|
|
20
20
|
const repository = {
|
|
21
21
|
type: "git",
|
|
@@ -72,7 +72,7 @@ const dependencies = {
|
|
|
72
72
|
const devDependencies = {
|
|
73
73
|
"@strapi/pack-up": "5.0.2",
|
|
74
74
|
"@strapi/sdk-plugin": "^5.2.0",
|
|
75
|
-
"@strapi/strapi": "5.
|
|
75
|
+
"@strapi/strapi": "5.5.1",
|
|
76
76
|
react: "18.3.1",
|
|
77
77
|
"react-dom": "18.3.1",
|
|
78
78
|
"react-router-dom": "6.22.3",
|
|
@@ -95,7 +95,6 @@ const strapi = {
|
|
|
95
95
|
description: "Send Strapi error events to Sentry.",
|
|
96
96
|
kind: "plugin"
|
|
97
97
|
};
|
|
98
|
-
const gitHead = "7d785703f52464577d077c4618cbe68b44f8a9cd";
|
|
99
98
|
const pluginPkg = {
|
|
100
99
|
name: name$1,
|
|
101
100
|
version,
|
|
@@ -111,8 +110,7 @@ const pluginPkg = {
|
|
|
111
110
|
devDependencies,
|
|
112
111
|
peerDependencies,
|
|
113
112
|
engines,
|
|
114
|
-
strapi
|
|
115
|
-
gitHead
|
|
113
|
+
strapi
|
|
116
114
|
};
|
|
117
115
|
const pluginId = "sentry";
|
|
118
116
|
const prefixPluginTranslations = (trad, pluginId2) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-sentry",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.2",
|
|
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.2",
|
|
59
59
|
"@strapi/sdk-plugin": "^5.2.0",
|
|
60
|
-
"@strapi/strapi": "5.5.
|
|
60
|
+
"@strapi/strapi": "5.5.2",
|
|
61
61
|
"react": "18.3.1",
|
|
62
62
|
"react-dom": "18.3.1",
|
|
63
63
|
"react-router-dom": "6.22.3",
|
|
@@ -79,6 +79,5 @@
|
|
|
79
79
|
"displayName": "Sentry",
|
|
80
80
|
"description": "Send Strapi error events to Sentry.",
|
|
81
81
|
"kind": "plugin"
|
|
82
|
-
}
|
|
83
|
-
"gitHead": "7d785703f52464577d077c4618cbe68b44f8a9cd"
|
|
82
|
+
}
|
|
84
83
|
}
|