Skip to content

Commit

Permalink
Remove unused UnhandledExceptionTags
Browse files Browse the repository at this point in the history
  • Loading branch information
ProRedCat committed Nov 5, 2024
1 parent 8015a07 commit 4570901
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Mindscape.Raygun4Net.NetCore.Common/RaygunClientBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ namespace Mindscape.Raygun4Net
{
public abstract class RaygunClientBase
{
private static readonly string[] UnhandledExceptionTags = { "UnhandledException" };

/// <summary>
/// If no HttpClient is provided to the constructor, this will be used.
/// </summary>
Expand Down

0 comments on commit 4570901

Please sign in to comment.