From b649f4c2c5afac8176017d26ecf507f9cd213e54 Mon Sep 17 00:00:00 2001 From: Kevin Bruccoleri Date: Sun, 23 Nov 2025 11:52:13 -0500 Subject: [PATCH] feat: Add support for WTF_ROLLBAR_ACCESS_TOKEN to rollbar module --- docs/modules/rollbar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/rollbar.md b/docs/modules/rollbar.md index e65a234d..706a1749 100644 --- a/docs/modules/rollbar.md +++ b/docs/modules/rollbar.md @@ -31,7 +31,7 @@ rollbar: {% include "attributes/table_header.md" %} - {% with name="accessToken", desc="Your Rollbar project access token (only needs read capabilities).", value="" %} + {% with name="accessToken", desc="Your Rollbar project access token (only needs read capabilities).", value="Leave it empty to use the WTF_ROLLBAR_ACCESS_TOKEN environment variable." %} {% include "attributes/custom.md" %} {% endwith %}