@strapi/plugin-sentry 4.0.2 → 4.0.6

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.
@@ -0,0 +1,4 @@
1
+ {
2
+ "plugin.description.long": "Send Strapi fejlevents til Sentry.",
3
+ "plugin.description.short": "Send Strapi fejlevents til Sentry."
4
+ }
@@ -1 +1,5 @@
1
- {}
1
+ {
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."
4
+ }
5
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/plugin-sentry",
3
- "version": "4.0.2",
3
+ "version": "4.0.6",
4
4
  "description": "Send Strapi error events to Sentry",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,8 +26,11 @@
26
26
  "dependencies": {
27
27
  "@sentry/node": "6.7.1"
28
28
  },
29
+ "peerDependencies": {
30
+ "@strapi/strapi": "^4.0.0"
31
+ },
29
32
  "engines": {
30
- "node": ">=12.x.x <=16.x.x",
33
+ "node": ">=12.22.0 <=16.x.x",
31
34
  "npm": ">=6.0.0"
32
35
  },
33
36
  "strapi": {
@@ -36,5 +39,5 @@
36
39
  "description": "Send Strapi error events to Sentry.",
37
40
  "kind": "plugin"
38
41
  },
39
- "gitHead": "fd656a47698e0a33aae42abd4330410c8cba1d08"
42
+ "gitHead": "5b48053946aacfb564ff423342fe70d79cd6d66d"
40
43
  }