From d252152589a38ad84fa1ecafb625bdb8f9cb32d8 Mon Sep 17 00:00:00 2001 From: Tom Morrell Date: Mon, 24 Feb 2025 15:57:19 -0800 Subject: [PATCH] Update docs/customize/Logging.md Co-authored-by: Guillaume Viger --- docs/customize/Logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customize/Logging.md b/docs/customize/Logging.md index f8f0b91c..5f2e31a0 100644 --- a/docs/customize/Logging.md +++ b/docs/customize/Logging.md @@ -69,7 +69,7 @@ You can configure Celery, SQLAlchemy, and Redis to send logs to Sentry. This beh To enable Sentry integration, follow these steps: -- Install the Sentry SDK: In your `Pipefile`, under the packages section, add the invenio-logging package with the sentry extra: +- Install the Sentry SDK: In your `Pipfile`, under the `[packages]` section, add the `invenio-logging` package with the `sentry` extra: ```python invenio-logging = {extras = ["sentry"]}