Elaztek Developer Hub
Blamite Game Engine - blam!  00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
Blam::Sentry Namespace Reference

Namespace for things relating to Sentry. More...

Functions

BLAM void UploadCrashData ()
 
BLAM std::string GetCrashUploadStateMessage ()
 Retrieves the state of the Sentry data upload. More...
 
BLAM std::string GetEventID ()
 Retrieves the Event ID generated by Sentry, used to cross-reference bug reports and Sentry data. More...
 
BLAM void StartSentry ()
 
BLAM void ShutdownSentry ()
 

Detailed Description

Namespace for things relating to Sentry.

Function Documentation

◆ 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.
+ Here is the caller graph for this function:

◆ ShutdownSentry()

void Blam::Sentry::ShutdownSentry ( )
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ StartSentry()

void Blam::Sentry::StartSentry ( )
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ UploadCrashData()

void Blam::Sentry::UploadCrashData ( )
+ Here is the call graph for this function:
+ Here is the caller graph for this function: