You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
It appears that we are triggering a timer to run even when configuration is invalid.
The text was updated successfully, but these errors were encountered: