We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3caf247 + 0a2c411 commit 73e08edCopy full SHA for 73e08ed
1 file changed
main.py
@@ -39,7 +39,7 @@ def main():
39
logger.remove()
40
configure_logging()
41
42
- # 仅在非开发环境(版本号不包含 0.0.0)下初始化 Sentry
+ # 仅在 非开发 环境(版本号不包含 0.0.0)下初始化 Sentry
43
if "0.0.0" not in VERSION:
44
45
def before_send(event, hint):
0 commit comments