We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93076a7 commit 0d9c461Copy full SHA for 0d9c461
docs/releases/v13/upgrade-v13.0.md
@@ -84,11 +84,11 @@ Update the `<my-site>/Pipfile` by changing the `version` of `invenio-app-rdm` to
84
+++invenio-app-rdm = {extras = [...], version = "~=13.0.0"}
85
```
86
87
-If you're using [Sentry](https://sentry.io) (tool for monitoring or error tracking), update invenio-logging in `<my-site>/Pipfile` to
+If you're using [Sentry](https://sentry.io) (tool for monitoring or error tracking), update the dependency in `<my-site>/Pipfile` to:
88
89
```diff
90
---invenio-logging = {extras = ["sentry_sdk"], version = "~=2.0"}
91
-+++invenio-logging = {extras = ["sentry"]}
++++sentry-sdk = {extras = ["flask"], version = ">=1.0.0,<2.0.0"}
92
93
94
##### Step 3
0 commit comments