Thomas Karl Pietrowski ba5a0b0085 SentrySDK: Turn on deep integration on demand
Only whenever the sentry_sdk module is there functions of this module will be used.
The only changes, which were needed to be made, are done on cura_app.py and cura.CrashHandler.
Whenever the module is not available, it's functions will be omitted.

The if-clauses could happen earlier, but this at least the bare minimum, and, to be honest, on Ultimaker's distribution it won't speed up anything.
I expect the if-clause to take the same amount of runtime sooner or later. The check is the same and it should be on Ultimaker's distribution always be "True".

Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
2020-01-02 22:22:44 +01:00
..
2019-12-10 13:14:54 +01:00
2018-07-13 09:21:35 +02:00
2019-10-23 15:29:54 +02:00
2019-08-09 11:27:39 +02:00
2019-01-28 13:50:32 +01:00
2018-07-03 13:09:05 +02:00
2019-09-12 14:04:30 +02:00