{{link-to "Home" "index"}}
Suppression Patterns
New messages that match these Regular Expression patterns will be suppressed. Checking Apply retroactively will remove all existing messages that match the patterns.
{{#if showCodedSuppression}}
Hard-coded patterns:
These patterns can't be removed via the UI because they are commited to the source code of your app.
{{patterns-list
patterns=codedSuppression
mutable=false}}
{{/if}}
Custom patterns:
{{patterns-list
patterns=customSuppression
key="suppression"
applyRetroactivelyCheckbox=true
mutable=true}}
Grouping Patterns
Add a Regular Expression pattern to group all new and existing messages into a single row when viewing the logs.
{{patterns-list
patterns=grouping
key="grouping"
mutable=true}}