mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-24 17:59:58 +08:00
feat: integrate sentry sdk
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
import sys
|
||||
|
||||
import sentry_sdk
|
||||
|
||||
from httprunner.cli import main
|
||||
|
||||
sentry_sdk.init("https://cc6dd86fbe9f4e7fbd95248cfcff114d@sentry.io/1862849")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.exit(main())
|
||||
|
||||
Reference in New Issue
Block a user