📚 Documentation • 🖥️ Application • 🏠 Home
- Sign up for an Autoblocks account at https://app.autoblocks.ai
- Grab your Autoblocks ingestion key from https://app.autoblocks.ai/settings/api-keys
- Create a file named
.envin this folder and include the following environment variables:
AUTOBLOCKS_INGESTION_KEY=<your-autoblocks-ingestion-key>
This example shows how you can establish parent / child relationships between your events by sending the spanId and parentSpanId properties.
npm install
npm run start
Go to the explore page and find the trace, then switch to the Trace Tree view. You should see something like this:
Within the RAG span, we made two embeddings calls: these are both children of the RAG span.
Then there is the LLM span at the end, which is not a child of the RAG span because we ended the RAG span before starting the LLM span:



