Update GetSentryParams.cs

This commit is contained in:
Mikhail
2024-07-30 13:07:55 -04:00
parent 239c4f293f
commit 1c29003eaa

View File

@@ -9,7 +9,7 @@ namespace EpinelPS.LobbyServer.Msgs.Misc
protected override async Task HandleAsync()
{
var r = new SentryDataResponse();
// TODO: figure out a way to disable sentry so that Shift Up devs wouldn't be annoyed by this server
// TODO: Figure out a way so that the game developers would not be annoyed by bogus errors in Sentry dashboard
await WriteDataAsync(r);
}