Skip to main content

I noticed that a lot of information is transmitted to sentry.io.

I would like to have primary access to all the information registered about our users and the performance of our application. ( I should see the bugs first and then decide whether to escalate them to you ).

Can you tell me how I can get access to this data?

 

Hi Daan,

No, this is not possible. Sentry is used by us to gather crashes in the Universal GUI code and helps us find and resolve issues rapidly. Rest assured, there is no sensitive data being transmitted to us. At most the User ID or email address is included in that data. The data in Sentry is safe and is only visible by authorized employees of Thinkwise (I don't even have access).

If you want to turn off this reporting, you can achieve this by adding the following line to the config.json:

...
"disableErrorReporting": true,
...

 


Reply