We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca8ba9 commit bf9b7d9Copy full SHA for bf9b7d9
1 file changed
main.py
@@ -202,9 +202,9 @@ def initialize_application():
202
logger.remove()
203
configure_logging()
204
205
- # if DEV_VERSION not in VERSION:
206
- initialize_sentry()
207
- initialize_posthog()
+ if DEV_VERSION not in VERSION:
+ initialize_sentry()
+ initialize_posthog()
208
209
wm.app_start_time = time.perf_counter()
210
0 commit comments