mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Enable Sentry for Arcus
Contributes to CURA-11482
This commit is contained in:
parent
ec1c825352
commit
0661fe5dcb
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue