UNPKG
bugsnag-notification-plugins
Version:
latest (1.29.1)
1.29.1
1.29.0
1.27.10
1.27.9
1.27.8
1.27.7
1.27.6
1.27.5
1.27.4
1.27.3
1.27.2
1.27.1
1.27.0
1.26.0
1.25.0
1.24.2
1.24.1
1.24.0
1.23.4
1.23.3
1.23.2
1.23.1
1.23.0
1.22.11
1.22.10
1.22.9
1.22.8
1.22.7
1.22.6
1.22.5
1.22.4
1.22.3
1.22.2
1.22.1
1.22.0
1.21.1
1.21.0
1.20.2
1.20.1
1.20.0
1.19.4
1.19.3
1.19.2
1.19.0
1.18.1
1.18.0
1.17.1
1.17.0
1.16.2
1.16.1
1.16.0
1.15.9
1.15.8
1.15.7
1.15.6
1.15.5
1.15.4
1.15.3
1.15.2
1.15.1
1.15.0
1.14.0
1.13.0
1.12.1
1.12.0
1.11.0
1.10.3
1.10.2
1.10.1
1.10.0
1.9.0
1.8.1
1.8.0
1.7.1
1.7.0
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.4
1.4.3
1.4.2
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
Notification plugins (chat and issue tracking integrations) for Bugsnag.
bugsnag-notification-plugins
/
plugins
/
webhook
/
config.json
12 lines
•
245 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"name"
:
"Webhook"
,
"description"
:
"Post to a Webhook URL"
,
"supportedTriggers"
:
"all"
,
"fields"
:
[
{
"name"
:
"url"
,
"label"
:
"Webhook URL"
,
"description"
:
"The URL you would like error data posted to."
}
]
}