mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(core): Do not report instances of FilterError
to Sentry (no-changelog) (#11388)
This commit is contained in:
parent
ed30d43236
commit
5341ed228d
|
@ -25,7 +25,7 @@ export class FilterError extends ApplicationError {
|
||||||
message: string,
|
message: string,
|
||||||
readonly description: string,
|
readonly description: string,
|
||||||
) {
|
) {
|
||||||
super(message);
|
super(message, { level: 'warning' });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue