mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 11:21:14 -07:00
Apply suggestions from code review
Codestyle!
This commit is contained in:
parent
94e9753b6c
commit
9c0e6f9338
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue