{{link-to "Home" "index"}}
Suppression Patterns
New messages that match these Regular Expression patterns will be suppressed.
{{#if showCodedPatterns}}
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=model.coded_patterns
mutable=false}}
{{/if}}
Custom patterns:
{{patterns-list
patterns=model.custom_patterns
key="suppression"
mutable=true}}