Skip to content

Commit

Permalink
Added sentry plugin for error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Jul 1, 2024
1 parent aa79f61 commit c098eb1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,19 @@ Buy here: [Aliexpress.com](https://haus-auto.com/p/ali/UlanziTC001) or here: [ul

[🇩🇪 Dokumentation](./docs/de/README.md)

## Sentry

**This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.

## Changelog
<!--
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**

* (@klein0r) Added sentry plugin for error reporting

### 1.2.1 (2024-06-07)

* (klein0r) Fixed Blockly definitions (removed warnings)
Expand Down
5 changes: 5 additions & 0 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@
"dataSource": "poll",
"blockly": true,
"messagebox": true,
"plugins": {
"sentry": {
"dsn": "https://1fbc6c8a4c8b4849b62cea038c1b631b@sentry.iobroker.net/247"
}
},
"adminUI": {
"config": "json"
},
Expand Down

0 comments on commit c098eb1

Please sign in to comment.