Blamite Game Engine - blam!  00296.01.12.21.0102.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.

◆ ShutdownSentry()

void Blam::Sentry::ShutdownSentry ( )

◆ StartSentry()

void Blam::Sentry::StartSentry ( )

◆ UploadCrashData()

void Blam::Sentry::UploadCrashData ( )