mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-16 04:37:41 +00:00
Merge pull request #6069 from keymanapp/fix/linux/cherry/issue-5817_version
fix(linux): fix release version number for Sentry reporting 🍒
This commit is contained in:
commit
c417efabca
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ else:
|
|||
|
||||
# Note, legacy raven API requires secret (https://github.com/keymanapp/keyman/pull/5787#discussion_r721457909)
|
||||
SentryUrl = "https://1d0edbf2d0dc411b87119b6e92e2c357:e6d5a81ee6944fc79bd9f0cbb1f2c2a4@o1005580.ingest.sentry.io/5983525"
|
||||
client = Client(SentryUrl, environment=__environment__, release=__version__)
|
||||
client = Client(SentryUrl, environment=__environment__, release='release-' + __versionwithtag__)
|
||||
client.user_context({'id': hash(getpass.getuser())})
|
||||
client.tags_context({
|
||||
'app': os.path.basename(sys.argv[0]),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue