Class SentrySettings.SentryEnvironmentSettings
- Namespace
- CodeBase.SentrySystem
- Assembly
- 4Experience.CodeBase.SentrySystem.Runtime.dll
[Serializable]
private class SentrySettings.SentryEnvironmentSettings
- Inheritance
-
SentrySettings.SentryEnvironmentSettings
- Extension Methods
-
Properties
DiagnosticLevel
private SentryLevel DiagnosticLevel { get; set; }
Property Value
- SentryLevel
Environment
public string Environment { get; private set; }
Property Value
- string
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
SetupSettings(ScriptableSentryUnityOptions)
public void SetupSettings(ScriptableSentryUnityOptions sentryOptions)
Parameters
sentryOptions ScriptableSentryUnityOptions