mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
removed filename from exception reports.
This commit is contained in:
parent
53c32fbe10
commit
c93548c9f6
2 changed files with 2 additions and 7 deletions
|
@ -68,7 +68,7 @@ namespace Exceptron.Client
|
|||
|
||||
if (string.IsNullOrEmpty(exceptronConfiguration.ApiKey))
|
||||
throw new ArgumentException("An API Key was not provided");
|
||||
|
||||
|
||||
Configuration = exceptronConfiguration;
|
||||
|
||||
RestClient = new RestClient();
|
||||
|
@ -255,7 +255,7 @@ namespace Exceptron.Client
|
|||
var currentFrame = new Frame
|
||||
{
|
||||
i = index,
|
||||
fn = frame.GetFileName(),
|
||||
//fn = frame.GetFileName(),
|
||||
ln = frame.GetFileLineNumber(),
|
||||
m = method.ToString(),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue