All SDKs

Python

v0.2.1

allstak

Install

The GitHub README couldn't be loaded. Showing the cached install snippets from the SDK catalog.

uv
uv add allstak
pip
pip install allstak
poetry
poetry add allstak

Quick 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"))