Skip to content

inboundFiltersIntegration logs error for native events #11462

@timfish

Description

@timfish

Problem Statement

This error log message is triggered for any event that has no message or exception name which includes all native events from the Electron SDK

if (DEBUG_BUILD && possibleMessages.length === 0) {
logger.error(`Could not extract message for event ${getEventDescription(event)}`);
}

Solution Brainstorm

I guess if we need to log this at all it should be a regular log rather than warn or error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    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