Install
The GitHub README couldn't be loaded. Showing the cached install snippets from the SDK catalog.
uv
uv add allstakpip
pip install allstakpoetry
poetry add allstakQuick start
import os
import allstak
allstak.init(
api_key=os.getenv("ALLSTAK_API_KEY"),
environment="production",
release="[email protected]",
)
allstak.capture_exception(Exception("hello from allstak-python"))