J0J0HA/CoatiPython

Unable to change Sentry setting

Closed this issue · 3 comments

Currently it is not possible to change if Sentry is allowed without clearing cache or using javascript.

A temporary fix for you is:
Either:

  1. Export your map and code
  2. Clear your cache
  3. Import your code and map

Or:

  1. Press F12 on the page
  2. Type:
    either localStorage.setItem("sentry", "ok") to enable,
    or localStorage.setItem("sentry", "fb") to disable.
  3. Press Ctrl. + R
J0J0HA commented

As Sentry will be removed, this is no longer required.

J0J0HA commented

Closed with #25.