Skip to content

Commit bf9b7d9

Browse files
committed
2.3.0_开始打包
1 parent 7ca8ba9 commit bf9b7d9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ def initialize_application():
202202
logger.remove()
203203
configure_logging()
204204

205-
# if DEV_VERSION not in VERSION:
206-
initialize_sentry()
207-
initialize_posthog()
205+
if DEV_VERSION not in VERSION:
206+
initialize_sentry()
207+
initialize_posthog()
208208

209209
wm.app_start_time = time.perf_counter()
210210

0 commit comments

Comments
 (0)