mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Send command line in Sentry.
This commit is contained in:
@@ -106,6 +106,8 @@ class MainClass
|
||||
options.IsGlobalModeEnabled = true;
|
||||
});
|
||||
|
||||
SentrySdk.ConfigureScope(scope => scope.SetExtra("Args", Environment.GetCommandLineArgs()));
|
||||
|
||||
try
|
||||
{
|
||||
AaruLogging.WriteLineEvent += (format, objects) =>
|
||||
|
||||
Reference in New Issue
Block a user