Apply suggestions from code review

Codestyle!
This commit is contained in:
Jaime van Kessel 2020-02-24 16:57:37 +01:00 committed by GitHub
parent 94e9753b6c
commit 9c0e6f9338
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ class CrashHandler:
return obj
@staticmethod
def sentry_before_send(event, hint):
def sentryBeforeSend(event, hint):
return CrashHandler.pruneSensitiveData(event)
def _createEarlyCrashDialog(self):