Skip to content

Commit

Permalink
sentry: upgrade instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell authored Dec 11, 2024
1 parent 90da48a commit 0c3a374
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/releases/v13/upgrade-v13.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@ Update the file `<my-site>/Pipfile`.
+++invenio-app-rdm = {extras = [...], version = "~=13.0.0"}
```

If you're using Sentry, update invenio-logging in `<my-site>/Pipfile` to

```diff
---invenio-logging = {extras = ["sentry_sdk"], version = "~=2.0"}
+++invenio-logging = {extras = ["sentry"]}
```

##### Step 3
Update the `Pipfile.lock` file:

Expand Down

0 comments on commit 0c3a374

Please sign in to comment.