mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-06 06:43:49 +00:00
Add Sentry error tracking
This commit is contained in:
parent
2b89b22d41
commit
10a8598b82
9 changed files with 106 additions and 36 deletions
|
|
@ -7,14 +7,16 @@ using LibreHardwareMonitor.Hardware;
|
|||
using CommonHelpers;
|
||||
|
||||
namespace FanControl
|
||||
{
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
ApplicationConfiguration.Initialize();
|
||||
|
||||
Application.Run(new FanControlForm());
|
||||
Instance.WithSentry(() =>
|
||||
{
|
||||
ApplicationConfiguration.Initialize();
|
||||
Application.Run(new FanControlForm());
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue