getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.22k stars 4.21k forks source link

`sentry devserver` caches html templates, resulting in slow iteration cycles having to restart the server all the time #81124

Closed ryan953 closed 7 hours ago

ryan953 commented 7 hours ago

The work around is to poke a python file which will trigger the watcher to restart the server. Restarting the server is still slow, but better than doing it all manually.

What would be best is either:

ryan953 commented 7 hours ago

Poking a python file will trigger watchman to rebuild things, so that's probably fine.