from atla_insights import configure, instrument_my_framework
configure(token="MY_ATLA_INSIGHTS_TOKEN")
instrument_my_framework()
import { configure, instrumentMyFramework } from "@atla-ai/insights-sdk-js";
configure({ token: "MY_ATLA_INSIGHTS_TOKEN" });
instrumentMyFramework();