Class SentryExample
- Namespace
- CodeBase.SentrySystem
- Assembly
- 4Experience.CodeBase.SentrySystem.Samples.dll
public class SentryExample : ExtendedMonoBehaviour
- Inheritance
-
Object
Component
Behaviour
MonoBehaviour
SentryExample
- Extension Methods
-
Properties
CurrentEnvironmentType
public string CurrentEnvironmentType { get; private set; }
Property Value
- string
CurrentSentryOptions
private ScriptableSentryUnityOptions CurrentSentryOptions { get; set; }
Property Value
- ScriptableSentryUnityOptions
DiagnosticLevel
private SentryLevel DiagnosticLevel { get; set; }
Property Value
- SentryLevel
IsDebugAllowed
private bool IsDebugAllowed { get; set; }
Property Value
- bool
IsEditorOnlyDebugAllowed
private bool IsEditorOnlyDebugAllowed { get; set; }
Property Value
- bool
IsStackTraceAttached
private bool IsStackTraceAttached { get; set; }
Property Value
- bool
Methods
AddManualBreadcrumb()
[Button]
public void AddManualBreadcrumb()
AddStructuredContext()
[Button]
public void AddStructuredContext()
AddTag(string, string)
[Button]
public void AddTag(string tagName, string tagValue)
Parameters
tagName string
tagValue string
AddUserData()
[Button]
public void AddUserData()
ApplySettings()
[Button]
public void ApplySettings()
ClearUserData()
[Button]
public void ClearUserData()
SendCustomMessageAsIssue(string)
[Button]
public void SendCustomMessageAsIssue(string message)
Parameters
message string
SendErrorAsIssue()
[Button]
public void SendErrorAsIssue()
SendLogAsBreadcrumb()
[Button]
public void SendLogAsBreadcrumb()
SendWarningAsBreadcrumb()
[Button]
public void SendWarningAsBreadcrumb()