mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
ALso enable Sentry for Clipper
Contributes to CURA-11482
This commit is contained in:
parent
3abb5526ba
commit
e91322d070
1 changed files with 1 additions and 0 deletions
|
@ -321,6 +321,7 @@ class CuraConan(ConanFile):
|
|||
if self.conf.get("user.curaengine:sentry_url", "", check_type=str) != "":
|
||||
self.options["curaengine"].enable_sentry = True
|
||||
self.options["arcus"].enable_sentry = True
|
||||
self.options["clipper"].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