strapi/packages/plugins/sentry/package.json

31 lines
624 B
JSON

{
"name": "@strapi/plugin-sentry",
"version": "3.6.0",
"description": "Send Strapi error events to Sentry",
"strapi": {
"name": "Sentry",
"icon": "plug",
"description": "sentry.plugin.description"
},
"dependencies": {
"@sentry/node": "6.3.0"
},
"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 <=14.x.x",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE"
}