UNPKG

bugsnag-notification-plugins

Version:

Notification plugins (chat and issue tracking integrations) for Bugsnag.

25 lines (24 loc) 567 B
{ "name": "GitHub Issues", "description": "Create a GitHub issue", "supportedTriggers": ["firstException", "unresolved"], "issueTracker": true, "fields": [ { "name": "username", "label": "Username", "description": "Your GitHub username" }, { "name": "password", "label": "Password", "description": "Your GitHub password", "type": "password" }, { "name": "repo", "label": "Repository", "description": "Which GitHub repository to create the issue on, eg rails/rails" } ] }