Skip to content

Commit 15b63ba

Browse files
authored
[chore]: Revert sentry upgrade (#2838)
* revert sentry upgrade * changelog
1 parent 274f9e8 commit 15b63ba

File tree

8 files changed

+312
-302
lines changed

8 files changed

+312
-302
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
## __WORK IN PROGRESS__
55
-->
66

7-
## 6.0.7 (2024-07-12)
7+
## __WORK IN PROGRESS__ - Kiera
8+
* (foxriver76) fixed problem with Sentry plugin
9+
10+
## 6.0.7 (2024-07-12) - Kiera
811
* (foxriver76) added auto upgrade information to cli `list adapters` and `repo show`
912
* (foxriver76) do not show the stack trace if user does not exist on `iob user check`
1013
* (foxriver76) prevent `iob logs --watch` logging the entries two times

package-lock.json

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/adapter/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"@iobroker/db-states-redis": "file:../db-states-redis",
1616
"@iobroker/js-controller-common": "file:../common",
1717
"@iobroker/js-controller-common-db": "file:../common-db",
18-
"@iobroker/plugin-base": "~2.0.1",
18+
"@iobroker/plugin-base": "~1.2.1",
19+
"@iobroker/plugin-sentry": "~1.2.1",
1920
"deep-clone": "^3.0.3",
2021
"fs-extra": "^11.1.0",
2122
"jsonwebtoken": "^9.0.0",

0 commit comments

Comments
 (0)