-
-
Notifications
You must be signed in to change notification settings - Fork 226
Open
Labels
Description
Description
Not sure what we want to do with this. Is the long term plan to remove this functionality entirely or are we planning to address the issues with this and "unobsolete" it eventually?
sentry-dotnet/src/Sentry/Platforms/Cocoa/SentryOptions.cs
Lines 147 to 157 in 4a608d4
| /// <summary> | |
| /// Whether to enable watchdog termination tracking or not. NOT advised. | |
| /// The default value is <c>false</c> (disabled). | |
| /// </summary> | |
| /// <remarks> | |
| /// This feature is prone to false positives on .NET since it relies on heuristics that don't work in this environment. | |
| /// </remarks> | |
| /// <seealso href="https://github.com/getsentry/sentry-dotnet/issues/3860" /> | |
| /// <seealso href="https://docs.sentry.io/platforms/apple/configuration/watchdog-terminations/" /> | |
| [Obsolete("See: https://github.com/getsentry/sentry-dotnet/issues/3860")] | |
| public bool EnableWatchdogTerminationTracking { get; set; } = false; |
In the meantime, do we want to remove it from the .NET API?
Metadata
Metadata
Assignees
Labels
Projects
Status
No status