James Taylor
James Taylor
Having looked at the code i've now used the useLocalStorage setting to use window.localStorage, however this is still not working as expected. When an error is thrown it is enqueued,...
A solution to this could be to update the DefaultEventQueue constructor to start the queue timer straight away, line 1531 of exceptionless.js. ``` function DefaultEventQueue(config) { this._handlers = []; this._processingQueue...
Having it respond to browser tab change or page leave would be great, the 'unload' event could be used here to prompt the queue to process one last time, however...
@niemyjski I've had a quick look and believe the simplest solution would be to start the processing queue after the config has been loaded, this would avoid the issue of...