1

I'm seeing a lot of empty console entries in LogRocket:

enter image description here

LogRocket is definitely capable of logging JS errors as this script demonstrates:

<script src="https://cdn.lr-ingest.io/LogRocket.min.js" crossorigin="anonymous"></script>
<script>
if (window.LogRocket) {
    window.LogRocket.init('vqaibs/test-pkcaa');
}
</script>
<script>
zzz();
console.log('hello, world!');
</script>
Lorem ipsum dolor sit amet

That produces out that looks like this:

enter image description here

So what I'm wondering is if LogRocket is only capable of logging certain types of errors. Like maybe the blank entries are errors that LogRocket doesn't log? If so then how might I capture these errors?

neubert
  • 15,947
  • 24
  • 120
  • 212

0 Answers0