Skip to content

Commit

Permalink
[chore]: Revert sentry upgrade (#2838)
Browse files Browse the repository at this point in the history
* revert sentry upgrade

* changelog
  • Loading branch information
foxriver76 authored Jul 13, 2024
1 parent 274f9e8 commit 15b63ba
Show file tree
Hide file tree
Showing 8 changed files with 312 additions and 302 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
## __WORK IN PROGRESS__
-->

## 6.0.7 (2024-07-12)
## __WORK IN PROGRESS__ - Kiera
* (foxriver76) fixed problem with Sentry plugin

## 6.0.7 (2024-07-12) - Kiera
* (foxriver76) added auto upgrade information to cli `list adapters` and `repo show`
* (foxriver76) do not show the stack trace if user does not exist on `iob user check`
* (foxriver76) prevent `iob logs --watch` logging the entries two times
Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"@iobroker/db-states-redis": "file:../db-states-redis",
"@iobroker/js-controller-common": "file:../common",
"@iobroker/js-controller-common-db": "file:../common-db",
"@iobroker/plugin-base": "~2.0.1",
"@iobroker/plugin-base": "~1.2.1",
"@iobroker/plugin-sentry": "~1.2.1",
"deep-clone": "^3.0.3",
"fs-extra": "^11.1.0",
"jsonwebtoken": "^9.0.0",
Expand Down
Loading

0 comments on commit 15b63ba

Please sign in to comment.