Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined property not being propagated to UI #150

Open
jklimcak opened this issue Oct 19, 2021 · 0 comments
Open

undefined property not being propagated to UI #150

jklimcak opened this issue Oct 19, 2021 · 0 comments

Comments

@jklimcak
Copy link

Let's say I send objects as part of my extra arguments, something like:

 {
    "prop1": "val1", 
    "prop2": "val2", 
    "prop3": "val3", 
}

If one of those values turns out to be undefined, e.g.:

 {
    "prop1": "val1", 
    "prop2": undefined, 
    "prop3": "val3", 
}

That value won't show up in Rollbar, the raw JSON in the occurrence would show:

 {
    "prop1": "val1", 
    "prop3": "val3", 
}

Is this known and expected? We'd certainly prefer for it to be propagated and shown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant