Skip to content

Commit 0d9c461

Browse files
ntaroccofenekku
authored andcommitted
v13: fix sentry dep. in upgrade doc
1 parent 93076a7 commit 0d9c461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/releases/v13/upgrade-v13.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ Update the `<my-site>/Pipfile` by changing the `version` of `invenio-app-rdm` to
8484
+++invenio-app-rdm = {extras = [...], version = "~=13.0.0"}
8585
```
8686

87-
If you're using [Sentry](https://sentry.io) (tool for monitoring or error tracking), update invenio-logging in `<my-site>/Pipfile` to
87+
If you're using [Sentry](https://sentry.io) (tool for monitoring or error tracking), update the dependency in `<my-site>/Pipfile` to:
8888

8989
```diff
9090
---invenio-logging = {extras = ["sentry_sdk"], version = "~=2.0"}
91-
+++invenio-logging = {extras = ["sentry"]}
91+
+++sentry-sdk = {extras = ["flask"], version = ">=1.0.0,<2.0.0"}
9292
```
9393

9494
##### Step 3

0 commit comments

Comments
 (0)