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

Error attempting to convert camel to snake of a null value. #724

Open
rrehbein opened this issue Sep 12, 2024 · 1 comment · May be fixed by #727
Open

Error attempting to convert camel to snake of a null value. #724

rrehbein opened this issue Sep 12, 2024 · 1 comment · May be fixed by #727

Comments

@rrehbein
Copy link

rrehbein commented Sep 12, 2024

General information

  • SDK version: 3.107.1
  • Environment: Sandbox
  • Browser and OS: Firefox 130

Issue description

With Kount enabled, data collector is failing with an error "can't convert null to object".

It appears to be an issue due to typeof null is "object" which then follows down the wrong path of lib/camel-case-to-snake-case.js

@jseaber
Copy link

jseaber commented Sep 13, 2024

Confirmed; we've rolled back to 3.106.0 for now.

@rrehbein rrehbein linked a pull request Sep 26, 2024 that will close this issue
1 task
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

Successfully merging a pull request may close this issue.

2 participants