mirror of
https://github.com/strapi/strapi.git
synced 2026-01-02 02:08:26 +00:00
43 lines
934 B
JSON
43 lines
934 B
JSON
{
|
|
"name": "@strapi/plugin-sentry",
|
|
"version": "4.1.8",
|
|
"description": "Send Strapi error events to Sentry",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/strapi/strapi.git",
|
|
"directory": "packages/plugins/sentry"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"author": {
|
|
"name": "Strapi Solutions SAS",
|
|
"email": "hi@strapi.io",
|
|
"url": "https://strapi.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi Solutions SAS",
|
|
"email": "hi@strapi.io",
|
|
"url": "https://strapi.io"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"test:unit": "jest --verbose"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/node": "6.7.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@strapi/strapi": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.22.0 <=16.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"strapi": {
|
|
"name": "sentry",
|
|
"displayName": "Sentry",
|
|
"description": "Send Strapi error events to Sentry.",
|
|
"kind": "plugin"
|
|
}
|
|
}
|