Add error boundary to nake frontend more resiliant
Allows users to recover from errors in userStorage Is related to #23
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { rendererEvents, trackError, trackUserInteraction } from '../../events'
|
||||
let userId = window.localStorage.getItem('userId')
|
||||
const sha1 = require('sha1')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user