Installation
Quick Start
What Gets Traced
- generateContent — input text (user messages only), output, model, token usage (promptTokenCount/candidatesTokenCount)
- Errors — captured with error status, re-thrown to caller
Configuration
Flushing and Shutdown
Known Limitations
- Python SDK: No
events.*,users.identify, orsignals.trackAPIs — useraindrop.analyticsdirectly for these features. - Streaming:
generateContentStream()is not instrumented. OnlygenerateContent()is traced.