sciencefair-land/sciencefair

[v1.0.4] SyntaxError: Failed to execute 'measure' on 'Performance': The mark 'end-51705099-choo.emit('log:debug')' does...

blahah opened this issue · 3 comments

https://sentry.io/codeforscience/sciencefair/issues/302922970/

SyntaxError: Failed to execute 'measure' on 'Performance': The mark 'end-51705099-choo.emit('log:debug')' does not exist.
  at None (/Applications/ScienceFair.app/Contents/Resources/app.asar/client/index.html)

This is an error related to choo v6, and we can avoid it by restoring choo-log and settting localStorage.logLevel = 'error'.

This error is still being thrown, but after discussion with @yoshuawuyts it's clear that it is not causing any harm. So, we'll release with the error still being thrown, and try to get it tidied up in the next release. I'll also ignore it on sentry.

actually the error is flooding sentry, so reopening