SDK Initialization Config
from hackle import hackle
from hackle.config import HackleConfig
config = HackleConfig.builder() \
.sdk_url(YOUR_SERVER_SDK_URL) \
.event_url(YOUR_SERVER_EVENT_URL) \
.monitoring_url(YOUR_SERVER_MONITORING_URL) \
.build()
client = hackle.Client(sdk_key=YOUR_SERVER_SDK_KEY, config=config)All Configuration Options
Setting
Description
Default
Supported Version
Last updated