@strapi/plugin-sentry 5.42.0 → 5.43.0
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -84,7 +84,7 @@ try {
|
|
|
84
84
|
|
|
85
85
|
### `getInstance()`
|
|
86
86
|
|
|
87
|
-
Use it if you need direct access to the Sentry instance, which should already
|
|
87
|
+
Use it if you need direct access to the Sentry instance, which should already be initialized. It's useful if `sendError` doesn't suit your needs.
|
|
88
88
|
|
|
89
89
|
**Example**
|
|
90
90
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-sentry",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.43.0",
|
|
4
4
|
"description": "Send Strapi error events to Sentry",
|
|
5
5
|
"homepage": "https://strapi.io",
|
|
6
6
|
"bugs": {
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@strapi/icons": "2.2.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@strapi/strapi": "5.
|
|
65
|
+
"@strapi/strapi": "5.43.0",
|
|
66
66
|
"react": "18.3.1",
|
|
67
67
|
"react-dom": "18.3.1",
|
|
68
68
|
"react-router-dom": "6.30.3",
|