Skip to content

In the console recording plugin, console.log(undefined) isn't handled as expected #877

@rcmarron

Description

@rcmarron

If you have the console recording plugin setup, and you do console.log(undefined), the emitted event has a payload with the value undefined instead of the string 'undefined'.

It seems like this is the only case where the payload isn't a string. For example, console.log(null) emits an event with the payload 'null'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions