By enabling Python logging and setting the level to DEBUG, I am seeing the following log message:
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (2): sentry.luxonis.com:443
DEBUG:urllib3.connectionpool:https://sentry.luxonis.com:443 "POST /api/3/envelope/ HTTP/1.1" 200 41
So, it seems that Luxonis is using Sentry to send logs to https://sentry.luxonis.com:443
If this is true, how can I disable it?