mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-15 20:38:44 +08:00
8 lines
224 B
Python
8 lines
224 B
Python
__version__ = "2.4.6"
|
|
__description__ = "One-stop solution for HTTP(S) testing."
|
|
|
|
__all__ = ["__version__", "__description__"]
|
|
|
|
import sentry_sdk
|
|
sentry_sdk.init("https://cc6dd86fbe9f4e7fbd95248cfcff114d@sentry.io/1862849")
|