From 5de919bf290978dcb1f7ecc6385dfd6fe7a44f43 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Sun, 8 Jul 2018 02:21:10 -0700 Subject: [PATCH] Update link to Rollbar config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06d9727..dbf69ba 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ winston.add(winston.transports.Rollbar, options); The Rollbar transport uses the universal [rollbar.js](https://github.com/rollbar/rollbar.js) library behind the scenes. Options are the following: -* **rollbarConfig**: Rollbar configuration ([more info](https://rollbar.com/docs/notifier/node_rollbar/#configuration-reference)) (mandatory, must contain rollbarAccessToken) +* **rollbarConfig**: [Rollbar configuration](https://docs.rollbar.com/docs/nodejs) (mandatory, must contain `accessToken`) * **metadataAsRequest**: Uses metadata object as Rollbar's request parameter. (default: **false** will send for **meta.req** if provided) * **level**: Level of messages this transport should log. (default: **warn**). * **silent**: Boolean flag indicating whether to suppress output (default: **false**).