Trixx34 / ioBroker.soliscloud

Adapter for ioBroker to read data from the soliscloud webAPI
https://github.com/Trixx34/ioBroker.soliscloud
Other
0 stars 2 forks source link

Please add sentry indicator to README.md #32

Closed mcm1957 closed 10 months ago

mcm1957 commented 10 months ago

Your adapter seems to use sentry for error reporting.

Please add a dedicated infomation about this feature at the head of README.md.

The standatrd text would be:

**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)!

As you currently do not use the ioBroker sentry plugin (which works with sentry.io too and does not require sentry.iobroker.net) you either should switch to use the ioBroker sentry plugin OR adapt the text above to your situation, describing what data is recorded (i.e. IP addresses, uids, ...) AND implement a possibility for the user to block unwanted reporting (which is most likely required by data protection rules in moste countries).

Trixx34 commented 10 months ago

@mcm1957 I've added the info to the README.md. I'll look into using the ioBroker sentry plugin instead of the current implementation.