Skip to content

Commit

Permalink
Include release in error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
dhtdht020 committed Oct 9, 2020
1 parent 995d1e5 commit a7ea9d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xosc_dl.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ def resource_path(relative_path):
traces_sample_rate=1.0
)

with sentry_sdk.configure_scope() as scope:
scope.set_tag("osc.release", VERSION)


# G U I
class MainWindow(gui.ui_united.Ui_MainWindow, QMainWindow):
Expand Down

0 comments on commit a7ea9d4

Please sign in to comment.