You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
options.Dsn=dsn;// Tells which project in Sentry to send events to: "https://22803c6274b266bbfb78e060f774883d@o4508311925686272.ingest.us.sentry.io/4508311950852096"
27
+
SentrySdk.Init(options =>
28
+
{
29
+
options.Dsn=dsn;// Tells which project in Sentry to send events to: "https://22803c6274b266bbfb78e060f774883d@o4508311925686272.ingest.us.sentry.io/4508311950852096"
28
30
#if DEBUG
29
-
options.Debug=true;// When configuring for the first time, to see what the SDK is doing:
31
+
options.Debug=true;// When configuring for the first time, to see what the SDK is doing:
30
32
#else
31
-
options.Debug=false;// When configuring for the first time, to see what the SDK is doing:
33
+
options.Debug=false;// When configuring for the first time, to see what the SDK is doing:
32
34
#endif
33
-
options.TracesSampleRate=1.0;// Set TracesSampleRate to 1.0 to capture 100% of transactions for tracing.
34
-
options.IsGlobalModeEnabled=true;// Enabling this option is recommended for client applications only. It ensures all threads use the same global scope.
35
-
options.AutoSessionTracking=true;// This option is recommended. It enables Sentry's "Release Health" feature.
options.TracesSampleRate=1.0;// Set TracesSampleRate to 1.0 to capture 100% of transactions for tracing.
36
+
options.IsGlobalModeEnabled=true;// Enabling this option is recommended for client applications only. It ensures all threads use the same global scope.
37
+
options.AutoSessionTracking=true;// This option is recommended. It enables Sentry's "Release Health" feature.
privateint_rdpStage=0;// 0 - not connected, 1 - RDP got focus, 2 - RDP lost focus desk got focus(focus can rollback to RDP), 3 - RDP lost focus desk lost focus (focus can not rollback to RDP)
0 commit comments