diff --git a/globals.py b/globals.py index 4625aee..e12ad53 100644 --- a/globals.py +++ b/globals.py @@ -77,11 +77,6 @@ def init(): sample_rate=1.0, environment=environment ) - with sentry_sdk.configure_scope() as scope: - scope.add_attachment(path="data") - - import machineid - sentry_sdk.set_user({"hwid": machineid.id()[:16]}) return version, sentry_sdk class HygException(Exception):