mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 12:45:45 +00:00
31 lines
625 B
JSON
31 lines
625 B
JSON
{
|
|
"name": "@strapi/plugin-sentry",
|
|
"version": "3.6.5",
|
|
"description": "Send Strapi error events to Sentry",
|
|
"strapi": {
|
|
"name": "Sentry",
|
|
"icon": "plug",
|
|
"description": "sentry.plugin.description"
|
|
},
|
|
"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": ">=10.16.0 <=14.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE"
|
|
}
|