You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDK no longer crashes user applications when thread creation fails (e.g., during interpreter shutdown). Replaced
thread-per-event model with a single background worker thread + bounded queue.
Fixed memory leak: completed thread objects were accumulated indefinitely in long-running processes.
ASGI middleware no longer crashes on malformed request headers.
Improved
Event payloads exceeding 100KB are silently dropped instead of failing on the server.
Local variable capture limited to 50 per frame to prevent oversized payloads.