-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 4.1.3
-
Fix Version/s: 4.1.4
-
Component/s: Packaging / Build
-
Environment:macOS
-
Tags:
-
Sprint:nxDrive 11.1.11
-
Story Points:1
The ugprade to sentry-sdk==0.9.0 generates a fatal error on startup because of import errors.
The solution is to manually add these entries to ndrive.spec:
hiddenimports = [ "sentry_sdk.integrations.argv", "sentry_sdk.integrations.atexit", "sentry_sdk.integrations.dedupe", "sentry_sdk.integrations.excepthook", "sentry_sdk.integrations.logging", "sentry_sdk.integrations.modules", "sentry_sdk.integrations.stdlib", "sentry_sdk.integrations.threading", ]