Namespace for things relating to Sentry.
More...
Namespace for things relating to Sentry.
◆ GetCrashUploadStateMessage()
std::string Blam::Sentry::GetCrashUploadStateMessage |
( |
| ) |
|
Retrieves the state of the Sentry data upload.
Used to show progress and other info on crash screen.
- Returns
- A string representing the crash upload status.
◆ GetEventID()
std::string Blam::Sentry::GetEventID |
( |
| ) |
|
Retrieves the Event ID generated by Sentry, used to cross-reference bug reports and Sentry data.
- Returns
- The Sentry event ID as a string.
◆ ShutdownSentry()
void Blam::Sentry::ShutdownSentry |
( |
| ) |
|
◆ StartSentry()
void Blam::Sentry::StartSentry |
( |
| ) |
|
◆ UploadCrashData()
void Blam::Sentry::UploadCrashData |
( |
| ) |
|