Skip to content

[Bug] Dictionary.keys failed to be displayed as metadata #1722

Open
@bogdan

Description

@bogdan

Describe the bug

When sending the result of Dictionary.keys as metadata, it is not properly dispayed without converting to array.

Steps to reproduce

                Bugsnag.notifyError(NSError(domain: "test", code: 1)) { event in
                    event.addMetadata(["hello": 1, "world": 2].keys, key: "keys", section: "nserror")
                    return true
                }

Results in:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    backlogWe hope to fix this feature/bug in the future

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions