Skip to content

[feat] allow to filter runtime errors/errors/warning in overlay #4777

Description

@alexander-akait

The idea:

client: {
 errors?: boolean | (error: Error) => boolean
 warnings?: boolean | (warn: unknown) => boolean
 runtimeErrors?: boolean | (error: Error) => boolean
}

But let's implement boolean firstly, so you can disable it if you need, and then we can look at serilization

Originally posted by @alexander-akait in #4771 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions