Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cura_app.py')
-rwxr-xr-xcura_app.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cura_app.py b/cura_app.py
index 4909f1296d..51f9041e86 100755
--- a/cura_app.py
+++ b/cura_app.py
@@ -37,7 +37,8 @@ sentry_sdk.init("https://5034bf0054fb4b889f82896326e79b13@sentry.io/1821564",
environment = sentry_env,
release = "cura%s" % ApplicationMetadata.CuraVersion,
default_integrations = False,
- max_breadcrumbs = 200)
+ max_breadcrumbs = 300,
+ server_name = "cura")
if not known_args["debug"]:
def get_cura_dir_path():