This release delivers more reliable activity tracking in async environments, consistent traces under concurrency, safer SDK initialization, and clearer configuration warnings to help teams debug and monitor with confidence. Below are the most important changes in this release (not every internal tweak, just the ones we think deliver the most value).Documentation Index
Fetch the complete documentation index at: https://docs.brixo.com/llms.txt
Use this file to discover all available pages before exploring further.
๐ ๏ธ More Reliable Activity Tracking
- Improved tracing in async and multi-threaded apps: Activity tracking now works more consistently in asynchronous and multi-threaded environments โ You get dependable traces even under high concurrency, making debugging and monitoring more accurate.
โ๏ธ Safer SDK Initialization
- Protected against multiple SDK starts: Starting the SDK more than once is now handled safely, with clearer warnings when configurations donโt match โ This prevents conflicting setups and helps teams quickly identify configuration issues.
