Table of Contents

Class SentrySetupChecker

Namespace
CodeBase.SentrySystem
Assembly
4Experience.CodeBase.SentrySystem.Editor.dll
public class SentrySetupChecker
Inheritance
SentrySetupChecker
Extension Methods

Fields

NO_DSN_ADDRESS_MESSAGE

private const string NO_DSN_ADDRESS_MESSAGE = "[SentrySystem] No DSN address set in Sentry options"

Field Value

string

SENTRY_DISABLED_MESSAGE

private const string SENTRY_DISABLED_MESSAGE = "[SentrySystem] Sentry is disabled"

Field Value

string

Properties

callbackOrder

public int callbackOrder { get; set; }

Property Value

int

Methods

IsDsnAddressSetCorrectly()

private bool IsDsnAddressSetCorrectly()

Returns

bool

IsSentryEnabled()

private bool IsSentryEnabled()

Returns

bool

OnPreprocessBuild(BuildReport)

public void OnPreprocessBuild(BuildReport report)

Parameters

report BuildReport