Under the hood
SDK session crash telemetry now logs the actual error that caused the crash
What
The tengu_sdk_session_crash telemetry event now serializes and logs the exception that was actually caught, instead of an apparently unrelated variable that was being logged before.
Why
This fixes the crash telemetry so it captures the real error, making it more useful for diagnosing why an SDK session crashed.