Code Monkey home page Code Monkey logo

Comments (2)

dkrystki avatar dkrystki commented on May 22, 2024

Hi, reloadium uses sentry.io and django backend (depot.reloadware.com) for logging and error reporting.
The reason why sentry is used is to make sure errors on startup are also reported. Nothing else is sent using sentry (as far as I know. I'll confirm that later)

Information that is being sent is standard error reporting and diagnostic data like python version, os version, time etc.
Paths, function names etc are fully anonymized if present.

Part of the python code is not opensourced (java and javascript part are fully opensourced). I explained why here #35

Error reporting is the industry standard and without it it would be pretty much impossible to improve or make this project stable.
Having a way to opt out would be nice though and I'll add an env variable to control that in the next release.

I'll also add a section in the documentation what is exactly being logged (it's not technically needed since no personal data is processed but I want to be transparent here).

P.S. I've change the title since the network calls are not obfuscated (unless you're talking about https?)

from reloadium.

dkrystki avatar dkrystki commented on May 22, 2024

Added opting out in reloadium 0.9.2 (PyCharm plugin 0.8.5)
More about what is collected:
https://reloadium.io/legal/privacy-policy

from reloadium.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.