Skip to content

Commit

Permalink
Update IStringOrRegexMatcher.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescrosswell committed Aug 26, 2024
1 parent 411c088 commit 2b5cd57
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Sentry/Internal/IStringOrRegexMatcher.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
namespace Sentry.Internal;

/// <summary>
/// Interface for class of comparers that can match against either a string or a regex.
/// </summary>
internal interface IStringOrRegexMatcher
{
/// <summary>
Expand Down

0 comments on commit 2b5cd57

Please sign in to comment.