@strapi/plugin-sentry 4.9.0-alpha.0 → 4.9.0-beta.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/admin/src/translations/dk.json +2 -1
- package/admin/src/translations/en.json +2 -1
- package/admin/src/translations/es.json +2 -1
- package/admin/src/translations/fr.json +2 -1
- package/admin/src/translations/ko.json +2 -1
- package/admin/src/translations/pl.json +2 -1
- package/admin/src/translations/ru.json +5 -1
- package/admin/src/translations/sv.json +2 -1
- package/admin/src/translations/tr.json +2 -1
- package/admin/src/translations/vi.json +2 -1
- package/admin/src/translations/zh.json +5 -4
- package/package.json +17 -4
- package/admin/src/translations/ar.json +0 -1
- package/admin/src/translations/cs.json +0 -1
- package/admin/src/translations/de.json +0 -1
- package/admin/src/translations/id.json +0 -1
- package/admin/src/translations/it.json +0 -1
- package/admin/src/translations/ms.json +0 -1
- package/admin/src/translations/nl.json +0 -1
- package/admin/src/translations/pt-BR.json +0 -1
- package/admin/src/translations/pt.json +0 -1
- package/admin/src/translations/sk.json +0 -1
- package/admin/src/translations/th.json +0 -1
- package/admin/src/translations/uk.json +0 -1
- package/admin/src/translations/zh-Hans.json +0 -1
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"plugin.description.long": "Wyślij zdarzenia z błędami ze Strapi do Sentry",
|
|
3
|
-
"plugin.description.short": "Wyślij zdarzenia z błędami ze Strapi do Sentry."
|
|
3
|
+
"plugin.description.short": "Wyślij zdarzenia z błędami ze Strapi do Sentry.",
|
|
4
|
+
"plugin.name": "Sentry"
|
|
4
5
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
"plugin.description.long": "將 Strapi 錯誤事件傳送至 Sentry。",
|
|
3
|
+
"plugin.description.short": "將 Strapi 錯誤事件傳送至 Sentry。",
|
|
4
|
+
"plugin.name": "Sentry"
|
|
5
|
+
}
|
|
6
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-sentry",
|
|
3
|
-
"version": "4.9.0-
|
|
3
|
+
"version": "4.9.0-beta.1",
|
|
4
4
|
"description": "Send Strapi error events to Sentry",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,10 +24,23 @@
|
|
|
24
24
|
"test:unit": "jest --verbose"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@sentry/node": "6.19.7"
|
|
27
|
+
"@sentry/node": "6.19.7",
|
|
28
|
+
"@strapi/design-system": "1.6.6",
|
|
29
|
+
"@strapi/helper-plugin": "4.9.0-beta.1",
|
|
30
|
+
"@strapi/icons": "1.6.5"
|
|
31
|
+
},
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"react": "^17.0.2",
|
|
34
|
+
"react-dom": "^17.0.2",
|
|
35
|
+
"react-router-dom": "5.3.4",
|
|
36
|
+
"styled-components": "5.3.3"
|
|
28
37
|
},
|
|
29
38
|
"peerDependencies": {
|
|
30
|
-
"@strapi/strapi": "^4.0.0"
|
|
39
|
+
"@strapi/strapi": "^4.0.0",
|
|
40
|
+
"react": "^17.0.2",
|
|
41
|
+
"react-dom": "^17.0.2",
|
|
42
|
+
"react-router-dom": "5.3.4",
|
|
43
|
+
"styled-components": "5.3.3"
|
|
31
44
|
},
|
|
32
45
|
"engines": {
|
|
33
46
|
"node": ">=14.19.1 <=18.x.x",
|
|
@@ -39,5 +52,5 @@
|
|
|
39
52
|
"description": "Send Strapi error events to Sentry.",
|
|
40
53
|
"kind": "plugin"
|
|
41
54
|
},
|
|
42
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "ff37d666d0634fc84827e3d6419d916618275572"
|
|
43
56
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|