Exceptionless.JavaScript icon indicating copy to clipboard operation
Exceptionless.JavaScript copied to clipboard

Exceptionless JavaScript client

Results 32 Exceptionless.JavaScript issues
Sort by recently updated
recently updated
newest added

``` TypeError: Cannot read property 'push' of undefined at Object.logRow() in chrome-extension://bmagokdooijbeehmkpknfglimnifench/firebug-lite.js:line 30905:col 26 at Object.logFormatted() in chrome-extension://bmagokdooijbeehmkpknfglimnifench/firebug-lite.js:line 30894:col 17 at Object.sysout() in chrome-extension://bmagokdooijbeehmkpknfglimnifench/firebug-lite.js:line 30842:col 17 at Object.CssAnalyzer.processAllStyleSheets() in chrome-extension://bmagokdooijbeehmkpknfglimnifench/firebug-lite.js:line...

enhancement

You should be able to submit a log message through with an exception object. We need to verify this works.

``` js var client = require('exceptionless').ExceptionlessClient.default; client.config.apiKey = "***"; client.config.useDebugLogger(); ``` This program will run and exit as expected. No events are submitted. Console output: ``` [info] Exceptionless: Processing queue......

bug

It should be as easy as possible to get started with session start/end and heartbeats. I think we should try to achieve one of these situations - All I need...

enhancement
help wanted

I received some HTTP error 413 calls in the console log. After inspection why the event submission failed, I found out it was about the send in over 5MB of...

bug

http://blog.jquery.com/2016/07/07/jquery-3-1-0-released-no-more-silent-errors/

enhancement

There are limits to local storage and we should make sure we don't hit them. @frankebersoll Can you take a look into this?

help wanted

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...

bug

We need to take a look into making TraceKit plugin based and add support for js source maps. https://github.com/csnover/TraceKit/issues/31

enhancement