You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2020. It is now read-only.
-`slack`[The popular messaging app](https://slack.com/)
237
237
238
-
####bugsnag
238
+
####bugsnag
239
239
240
240
To configure bugsnag you need to at least provide an `apiKey` and specify
241
241
a hook on which bugsnag should be notified of a deployment. You'll most likely
@@ -280,7 +280,7 @@ __Default configuration__
280
280
}
281
281
```
282
282
283
-
####slack
283
+
####slack
284
284
285
285
*Example:*
286
286
@@ -361,7 +361,7 @@ ENV.webhooks = {
361
361
};
362
362
```
363
363
364
-
###httpClient
364
+
###httpClient
365
365
366
366
The underlying http-library used to send requests to the specified services. This allows users to customize the library that's used for http requests which is useful in tests but might be useful to some users as well. By default the plugin uses [request](https://github.com/request/request).
0 commit comments