Skip to content

💡 Discard identical logs #2625

Open
Open
@valkum

Description

@valkum

Is your feature request related to a problem? Please describe.
Currently, the eventRateLimiterThreshold is hardcoded to 3000 in


We would like to lower this value to avoid logging too many identical errors (e.g. extensions adding icons into input fields which can cause many ResizeObserver loop errors).

Describe the solution you'd like
Add eventRateLimiterThreshold to InitConfiguration

Describe alternatives you've considered
Adding a wrapper around logging functions and our own forwardErrorsToLogs eventHandlers to add similar behavior would work I think, but that would require a bunch of code that isn't really needed. The functionality is already there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions