relay icon indicating copy to clipboard operation
relay copied to clipboard

Allow negative matches in patterns

Open Dav1dde opened this issue 1 year ago • 0 comments

Globs usually have a way to be fully inverted with ^ or !. Investigate whether we want to also support this syntax and implement it.

For example !foo matches everything except the string foo.

Initially brought up in https://github.com/getsentry/sentry/issues/80731

Dav1dde avatar Nov 25 '24 07:11 Dav1dde