We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e4b5e commit afaad1cCopy full SHA for afaad1c
src/Sentry/SentryThread.cs
@@ -31,7 +31,7 @@ public sealed class SentryThread : ISentryJsonSerializable
31
32
/// <summary>
33
/// An optional flag to indicate whether the thread was responsible for rendering
34
- /// the user interface. On mobile platforms this is oftentimes referred to as the
+ /// the user interface. On mobile and desktop platforms this is oftentimes referred to as the
35
/// "main thread" or "ui thread".
36
/// </summary>
37
public bool? Main { get; set; }
0 commit comments