Replies: 1 comment
-
Hey @gregfr We monkey patch console which is why the error seems like it's coming from Sentry instrumentation. What is actually happening is that the error is coming a react component in the Frontly frontend. I would recommend reaching out to the frontly folks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings
I guess this is a bug report, but I'm not the developer, so I report it here.
When trying to use Frontly (https://frontly.ai), I get blank pages with this in the console:
I know nothing about TS, but it seems the following unprotected code is breaking:
(instruments.ts lines 117 and following)
As far as I can tell,
originalConsoleMethod
is undefined in my browsers.I've tested it on Firefox 116 and Chrome 114.
Regards
Beta Was this translation helpful? Give feedback.
All reactions