Closed
Description
I setup Exceptionless.UI to not set the api key by default but events are still enqueued (I don't want them sent and rejected). However, I started seeing this in the console.
[info] Exceptionless: Enqueuing event: 1460562831592 type=usage exceptionless.js:1285:13
[info] Exceptionless: user identity: abc@gmail.com exceptionless.js:1285:13
[info] Exceptionless: Processing queue... exceptionless.js:1285:13
[info] Exceptionless: Invalid Api Key. The queue will not be processed. exceptionless.js:1285:13
[info] Exceptionless: Processing queue... exceptionless.js:1285:13
[info] Exceptionless: Invalid Api Key. The queue will not be processed. exceptionless.js:1285:13
It appears that we are triggering a timer to run even when configuration is invalid.