mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:28:59 +08:00
Enable Sentry for Arcus
Contributes to CURA-11482
This commit is contained in:
parent
ec1c825352
commit
0661fe5dcb
@ -320,6 +320,7 @@ class CuraConan(ConanFile):
|
||||
self.options["openssl"].shared = True
|
||||
if self.conf.get("user.curaengine:sentry_url", "", check_type=str) != "":
|
||||
self.options["curaengine"].enable_sentry = True
|
||||
self.options["arcus"].enable_sentry = True
|
||||
|
||||
def validate(self):
|
||||
version = self.conf.get("user.cura:version", default = self.version, check_type = str)
|
||||
|
Loading…
x
Reference in New Issue
Block a user