@strapi/plugin-sentry 4.5.0 → 4.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.
@@ -0,0 +1,4 @@
1
+ {
2
+ "plugin.description.long": "Skicka felkoder från strapi som Sentry-events.",
3
+ "plugin.description.short": "Skicka felkoder från strapi som Sentry-events."
4
+ }
@@ -1 +1,5 @@
1
- {}
1
+ {
2
+ "plugin.description.long": "將 Strapi 錯誤事件傳送至 Sentry。",
3
+ "plugin.description.short": "將 Strapi 錯誤事件傳送至 Sentry。"
4
+ }
5
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/plugin-sentry",
3
- "version": "4.5.0",
3
+ "version": "4.5.2",
4
4
  "description": "Send Strapi error events to Sentry",
5
5
  "repository": {
6
6
  "type": "git",
@@ -39,5 +39,5 @@
39
39
  "description": "Send Strapi error events to Sentry.",
40
40
  "kind": "plugin"
41
41
  },
42
- "gitHead": "33debd57010667a3fc5dfa343a673206cfb956e1"
42
+ "gitHead": "bcb1b7f472aae2556a9b59d59ee66d241c497a3e"
43
43
  }