bugsnag-notification-plugins
Version:
Notification plugins (chat and issue tracking integrations) for Bugsnag.
19 lines • 515 B
JSON
{
"name": "Email",
"description": "Email project members",
"supportedTriggers": "all",
"fields": [
{
"name": "includeMetadata",
"label": "Include Detailed Meta-data",
"description": "Include detailed meta-data with every email (not recommended)",
"type": "boolean"
},
{
"name": "includeFullStacktrace",
"label": "Include Full Stacktrace",
"description": "Includes full stack trace with every email (not recommended)",
"type": "boolean"
}
]
}