-
Current JS error reporting solution (errors published to Google Analytics) doesn't give us stacktraces which limits our debugging possibilities.
Possible solutions:
http://www.stacktracejs.com/#!
htt…
-
**Describe the bug**
Whenever the parent directory has parentheses in its name, I noticed the cucumber features tests start to fail. I also noticed that in the tests that are run, the path for the pa…
eoola updated
2 years ago
-
Every call to `assert` or one of its functions in our code should have a message. We should simply modify our assert function in our [assert.ts](https://github.com/microsoft/FluidFramework/blob/716eb9…
-
The Let's Encrypt cert for https://www.stacktracejs.com/ expired 23 February 2020
-
We generate sourcemaps for each test bundle which means that in the browser where an exception occurs, the sources are resolved. However, when the same exception is transmitted across the network, log…
-
Is it planned to add ES6 support? I am not sure if this is issue for this repo because source problem is AjaxMin library. But maybe it would be fine to put supported JavaScript standard to documentati…
-
This line can throw, which causes an infinite set of errors.
https://github.com/pmmmwh/react-refresh-webpack-plugin/blob/master/src/overlay/components/RuntimeErrorStack.js#L31
Caused by this lin…
-
-
The current running parameters i used, only gives me the page ones it was rendered.
(
curl -s -X POST -H 'content-type: application/json' -d "{\"render_all\": 1, \"timeout\": ${timeout}, \"wait\": ${…
ohade updated
4 years ago
-
Hello!
I started using stacktracejs on OpenProcessing, and realized that in cases where error is a simple error without error.stack (e.g. a syntax error), stacktracejs returns an empty trace array,…