mirror of
https://github.com/strapi/strapi.git
synced 2025-12-31 17:24:14 +00:00
33 lines
675 B
JSON
33 lines
675 B
JSON
{
|
|
"name": "@strapi/plugin-sentry",
|
|
"version": "3.6.8",
|
|
"description": "Send Strapi error events to Sentry",
|
|
"strapi": {
|
|
"name": "sentry",
|
|
"displayName": "Sentry",
|
|
"icon": "plug",
|
|
"description": "sentry.plugin.description",
|
|
"kind": "plugin"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/node": "6.7.1"
|
|
},
|
|
"author": {
|
|
"name": "Strapi team",
|
|
"email": "hi@strapi.io",
|
|
"url": "https://strapi.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi team",
|
|
"email": "hi@strapi.io",
|
|
"url": "https://strapi.io"
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">=12.x.x <=16.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE"
|
|
}
|