I'm seeing many "Method not found" errors all on Chrome Mobile on my web app. Sentry is just logging this stack trace:
Error: Method not found
at ? (<anonymous>:233:36)
at sentryWrapped(../../node_modules/@sentry/browser/build/npm/esm/helpers.js:90:1)
It points to this internal Sentry code.
How can I debug this issue? Can I do anything to tell Sentry to log more information?