Skip to content

Commit

Permalink
Update docs/customize/Logging.md
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Viger <fenekku@fenekku.com>
  • Loading branch information
tmorrell and fenekku committed Feb 24, 2025
1 parent 0af8653 commit d252152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/customize/Logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
Expand Down

0 comments on commit d252152

Please sign in to comment.