Hi, I am using the Javascript SDK. I keep receiving many strange exceptions, all of them having empty stacktrace.
Here are some examples:
- ReferenceError: $skyuc_src is not defined
at ? (/) - ReferenceError: MacPlayer is not defined
at ? (/)
But I don’t have any variable named $skyuc_src or MacPlayer in my code. And what does it mean if the stacktrace is empty? Is it caused by any browser plugin? Or is it caused by customized browsers by the phone vendor? Or does it mean the visitor is just a badly-written crawler?
Does anyone have the same issue as me?
Is it possible to get more info about the exceptions or even try/catch them?
Thanks!