BLAM void StartSentry()
Definition: sentry.cpp:41
BLAM void ShutdownSentry()
Definition: sentry.cpp:57
BLAM void Assert(const char *expression, const char *file, int line)
Forces an engine assertion failure, and shows the crash screen.
Definition: crash.cpp:10
BLAM std::string GetCrashUploadStateMessage()
Retrieves the state of the Sentry data upload.
Definition: sentry.cpp:20
BLAM void UploadCrashData()
Definition: sentry.cpp:87
BLAM void ShowDetailedCrashScreen(const char *expression, const char *file, int line, std::string details)
Shows a detailed crash screen to the user, usually caused by an engine assertion.
Definition: crash.cpp:36
BLAM std::string GetEventID()
Retrieves the Event ID generated by Sentry, used to cross-reference bug reports and Sentry data.
Definition: sentry.cpp:36