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:
authorJaime van Kessel <nallath@gmail.com>2020-02-24 18:57:37 +0300
committerGitHub <noreply@github.com>2020-02-24 18:57:37 +0300
commit9c0e6f9338b05beb6556b6b2ad41bab449775fbf (patch)
treea828c3f8a2b03f1a359e4f00e00e714d13db65d7 /cura_app.py
parent94e9753b6cc8d44826ae8a1cf9d023fa9d84602b (diff)
Apply suggestions from code review
Codestyle!
Diffstat (limited to 'cura_app.py')
-rwxr-xr-xcura_app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura_app.py b/cura_app.py
index fba136516c..422313131b 100755
--- a/cura_app.py
+++ b/cura_app.py
@@ -45,7 +45,7 @@ if with_sentry_sdk:
pass
sentry_sdk.init("https://5034bf0054fb4b889f82896326e79b13@sentry.io/1821564",
- before_send = CrashHandler.sentry_before_send,
+ before_send = CrashHandler.sentryBeforeSend,
environment = sentry_env,
release = "cura%s" % ApplicationMetadata.CuraVersion,
default_integrations = False,