exceptionless / Exceptionless.JavaScript

Exceptionless JavaScript client
http://exceptionless.com
Apache License 2.0
59 stars 24 forks source link

Use localstorage to persist client configuration settings and events #24

Closed niemyjski closed 8 years ago

niemyjski commented 9 years ago

Currently client configuration settings are downloaded after the first event submission. We should use localstorage if it's available to save client configuration settings and be able to apply them across restarts.