This is an error from the Onsen UI framework that we use. I'm pretty sure it comes from the <v-ons-carousel> component.
Details about where we see it (based on 240 events):
not any specific release
not any specific user
always on iOS
many different versions of iOS
always on the ObsDetail page
happen for both local and remote records
Here's a breakdown of how many times we've seen the error broken down by browser version:
Browser
Times seen
Mobile Safari 13.1.2
11
Mobile Safari 13.1
6
Mobile Safari 13.0.4
4
Mobile Safari 13.1.1
69
Mobile Safari 12.1.2
69
Sentry thinks this is the stack trace:
...but that doesn't really look like it matches the error message. Still, it is calling a function so perhaps it's correct.
We're on version 2.10.10. In this tag, these are the only (literal) mentions of this.target.children:
It seems to be harmless but I also haven't figured out how to reproduce it.
This is an error from the Onsen UI framework that we use. I'm pretty sure it comes from the
<v-ons-carousel>
component.Details about where we see it (based on 240 events):
Here's a breakdown of how many times we've seen the error broken down by browser version:
Sentry thinks this is the stack trace: ...but that doesn't really look like it matches the error message. Still, it is calling a function so perhaps it's correct.
We're on version 2.10.10. In this tag, these are the only (literal) mentions of
this.target.children
:It seems to be harmless but I also haven't figured out how to reproduce it.