Skip to content

Error doesn't show map type properly on console #85

@Niraj-Kamdar

Description

@Niraj-Kamdar

Describe the bug
We are just JSON stringifying the args and if it include map, it will be replaced with {} empty object, we need to first convert the map into a regular object and then stringify it.

Please provide the steps to reproduce and if possible a minimal demo of the problem.

Use HTTP Plugin with map args through a wrapper where the call fails and observe the logs.

The problem seems to originate from here:

args: JSON.stringify(jsArgs, null, 2),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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