Skip to content

Commit

Permalink
chore: release v0.4.8-alpha.15
Browse files Browse the repository at this point in the history
Bugfix : Issue in array load at first calculation handiling
Bugfix : Do not cumulative value to object
  • Loading branch information
DutchmanNL committed Jan 16, 2021
1 parent 6ced7c1 commit bff75e4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,15 +233,17 @@ If you like my work, please consider a personal donation
## What is Sentry.io and what is reported to the servers of that company?
Sentry.io is a service for developers to get an overview about errors from their applications. And exactly this is implemented in this adapter.

When the adapter crashes or an other Code error happens, this error message that also appears in the ioBroker log is submitted to Sentry. When you allowed iobroker GmbH to collect diagnostic data then also your installation ID (this is just a unique ID **without** any additional infos about you, email, name or such) is included. This allows Sentry to group errors and show how many unique users are affected by such an error. All of this helps me to provide error free adapters that basically never crashs.


When the adapter crashes or an other Code error happens, this error message that also appears in the ioBroker log is submitted to Sentry. When you allowed iobroker GmbH to collect diagnostic data then also your installation ID (this is just a unique ID **without** any additional infos about you, email, name or such) is included. This allows Sentry to group errors and show how many unique users are affected by such an error. All of this helps me to provide error free adapters that basically never crashs.

<!--
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->

### 0.4.8-alpha.15 (2021-01-16)
* (Dutchman) Bugfix : Issue in array load at first calculation handiling
* (Dutchman) Bugfix : Do not cumulative value to object

### 0.4.8-alpha.14 (2021-01-16)
* (Dutchman) change default log-level to info
* (Dutchman) Bugfix : quarters.1 has no existing object
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "sourceanalytix",
"version": "0.4.8-alpha.14",
"version": "0.4.8-alpha.15",
"news": {
"0.4.8-alpha.15": {
"en": "Bugfix : Issue in array load at first calculation handiling\nBugfix : Do not cumulative value to object",
"de": "Bugfix: Problem beim Laden des Arrays beim ersten Handling der Berechnung\nBugfix: Nicht kumulativen Wert zum Objekt",
"ru": "Исправление: проблема с загрузкой массива при первом вычислении.\nИсправление: не кумулятивная стоимость объекта",
"pt": "Correção de bug: Problema na carga da matriz na manipulação do primeiro cálculo\nCorreção de bug: não atribuir valor cumulativo ao objeto",
"nl": "Bugfix: probleem bij het laden van de array bij de eerste verwerking van de berekening\nBugfix: geen cumulatieve waarde om bezwaar te maken",
"fr": "Correctif: problème de chargement du tableau lors du premier calcul\nCorrectif: ne pas cumuler la valeur d'objet",
"it": "Bugfix: problema nel caricamento dell'array alla prima gestione del calcolo\nBugfix: non cumulativo valore per obiettare",
"es": "Corrección de error: problema en la carga de la matriz en el primer manejo del cálculo\nCorrección de error: no valor acumulativo para objetar",
"pl": "Poprawka: Problem z ładowaniem tablicy przy pierwszej obsłudze obliczeń\nBugfix: Nie kumuluj wartości obiektu",
"zh-cn": "错误修正:第一次计算处理时数组加载出现问题\n错误修正:不累积值到对象"
},
"0.4.8-alpha.14": {
"en": "change default log-level to info\nBugfix : quarters.1 has no existing object\nBugfix : 05_currentYear has no existing object\nBugfix : Caught sentry error : Alias xxxxx has no target\nBugfix : Incorrect warn message if configuration for objects is changed",
"de": "Ändern Sie die Standardprotokollstufe in \"Info\"\nBugfix: Vierteln.1 hat kein vorhandenes Objekt\nBugfix: 05_currentYear hat kein vorhandenes Objekt\nBugfix: Wachpostenfehler: Alias xxxxx hat kein Ziel\nBugfix: Falsche Warnmeldung, wenn die Konfiguration für Objekte geändert wird",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.sourceanalytix",
"version": "0.4.8-alpha.14",
"version": "0.4.8-alpha.15",
"description": "SourceAnalytix",
"author": {
"name": "DutchmanNL",
Expand Down

0 comments on commit bff75e4

Please sign in to comment.