Skip to content

added session id to crash reports#197

Merged
bryce-b merged 1 commit intomainfrom
session-for-crash
Dec 12, 2023
Merged

added session id to crash reports#197
bryce-b merged 1 commit intomainfrom
session-for-crash

Conversation

@bryce-b
Copy link
Contributor

@bryce-b bryce-b commented Dec 11, 2023

to ensure the session id gathered for the crash report is accurate, a mechanism to fetch the last used session id without refreshing to token if it is out of date was necessary. This will ensure that crashes that occurred before the 30minute session timeout will be attributed with the correct session id. This was accomplished by adding an optional boolean to the session getter.

@bryce-b
Copy link
Contributor Author

bryce-b commented Dec 11, 2023

fixes #197

@bryce-b bryce-b merged commit b64f087 into main Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants