Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: safer checks on auto metrics (#471)
Report in slack: ``` :wave: Hi team! We are seeing a sentry pop up with Cannot read properties of null (reading 'scrollHeight') In the source maps it is being traced to StatsigLogger: ../../node_modules/statsig-js/dist/StatsigLogger.js in <anonymous> at line 270:1 This sentry started popping up 4 days ago. We are wondering if potentially anything was updated on Statsig’s side that would cause this Sentry! ``` There was a null safe check here above, but clearly that wasnt sufficient
- Loading branch information