@strapi/plugin-sentry 4.9.0-alpha.0 → 4.9.0-beta.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.
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "plugin.description.long": "Send Strapi fejlevents til Sentry.",
3
- "plugin.description.short": "Send Strapi fejlevents til Sentry."
3
+ "plugin.description.short": "Send Strapi fejlevents til Sentry.",
4
+ "plugin.name": "Sentry"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "plugin.description.long": "Send Strapi error events to Sentry.",
3
- "plugin.description.short": "Send Strapi error events to Sentry."
3
+ "plugin.description.short": "Send Strapi error events to Sentry.",
4
+ "plugin.name": "Sentry"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "plugin.description.long": "Envíe los eventos de error de Strapi a Sentry.",
3
- "plugin.description.short": "Envíe los eventos de error de Strapi a Sentry."
3
+ "plugin.description.short": "Envíe los eventos de error de Strapi a Sentry.",
4
+ "plugin.name": "Sentry"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "plugin.description.long": "Envoie vos erreurs Strapi à Sentry.",
3
- "plugin.description.short": "Envoie vos erreurs Strapi à Sentry."
3
+ "plugin.description.short": "Envoie vos erreurs Strapi à Sentry.",
4
+ "plugin.name": "Sentry"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "plugin.description.long": "Strapi 에러 이벤트를 Sentry에 보냅니다.",
3
- "plugin.description.short": "Strapi 에러 이벤트를 Sentry에 보냅니다."
3
+ "plugin.description.short": "Strapi 에러 이벤트를 Sentry에 보냅니다.",
4
+ "plugin.name": "Sentry에"
4
5
  }
@@ -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 +1,5 @@
1
- {}
1
+ {
2
+ "plugin.description.long": "Отсылает записи об ошибках Strapi в Sentry. Иными словами, ведёт журнал событий с ошибками и отправляет их в Sentry.",
3
+ "plugin.description.short": "Отсылает записи об ошибках Strapi в Sentry.",
4
+ "plugin.name": "Sentry"
5
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "plugin.description.long": "Skicka felkoder från strapi som Sentry-events.",
3
- "plugin.description.short": "Skicka felkoder från strapi som Sentry-events."
3
+ "plugin.description.short": "Skicka felkoder från strapi som Sentry-events.",
4
+ "plugin.name": "Sentry"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "plugin.description.long": "Strapi hata olaylarını Sentry'e ilet.",
3
- "plugin.description.short": "Strapi hata olaylarını Sentry'e ilet."
3
+ "plugin.description.short": "Strapi hata olaylarını Sentry'e ilet.",
4
+ "plugin.name": "Sentry"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "plugin.description.long": "Gửi lỗi Strapi lên Sentry.",
3
- "plugin.description.short": "Gửi lỗi Strapi lên Sentry."
3
+ "plugin.description.short": "Gửi lỗi Strapi lên Sentry.",
4
+ "plugin.name": "Sentry"
4
5
  }
@@ -1,5 +1,6 @@
1
1
  {
2
- "plugin.description.long": "將 Strapi 錯誤事件傳送至 Sentry。",
3
- "plugin.description.short": "將 Strapi 錯誤事件傳送至 Sentry。"
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-alpha.0",
3
+ "version": "4.9.0-beta.2",
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.2",
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": "35f783d0dc07db101e7e62cb4d682f751551f452"
55
+ "gitHead": "d893ead642592a15a95fefb71c544aaabe4db20b"
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
- {}