We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e96d58 + 232d196 commit 3caf247Copy full SHA for 3caf247
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