python import raven client = raven.Client('<your-sentry-dsn>') try: # ... except Exception as e: client.captureException()


上一篇:
下一篇:
切换中文