Send command line in Sentry.

This commit is contained in:
2025-08-26 19:56:03 +01:00
parent 66e7b3887e
commit 4e60aa4aba

View File

@@ -106,6 +106,8 @@ class MainClass
options.IsGlobalModeEnabled = true;
});
SentrySdk.ConfigureScope(scope => scope.SetExtra("Args", Environment.GetCommandLineArgs()));
try
{
AaruLogging.WriteLineEvent += (format, objects) =>