-
For a larger codebase with framework code (angular) I am using this module. When several errors are thrown and several stracktraces are requested in a short succession memory usage spikes absolutely o…
-
Cloning over from https://github.com/occ/TraceKit/issues/61:
---
Adding support for getting cleaner stack traces from minified JS files via source maps would be pretty amazing.
Can leverage mozilla…
-
Hello,
I've noticed that there is a significant delay for resolving the callback, about 15-70s between the time I do the call to `StackTrace.fromError` and the time the callback actually gets calle…
-
I'm not sure if this is within the scope of this project or not. But I did notice that different browsers will have different error strings for the same error. E.g.
`ReferenceError: Can't find vari…
-
New fork of original MEME (2018) created. New Wiki, Issues, Projects, and Pull Requests for changes moving forward go in this repo. However, we can refer to stuff in the old WIKI as needed.
## Runn…
-
Hi, I have code that does:
```
// In a promise `then` handler:
myRegister(new Error('some error'));
// ...
// Elsewhere in the code:
errorHandler.report(theNewError);
```
but the stackdriv…
-
In IE11 I get this error: Cannot parse given Error object
```
window.onerror = (message, file, line, column, errorObject) =>{
StackTrace.fromError(errorObject).then(callback).catch(e => console.l…
flyon updated
4 years ago
-
## 整理不错的文章
代码篇 - Error Stack - 《Node.js 调试指南》 - 书栈网 · BookStack [https://www.bookstack.cn/read/node-in-debugging/3.3ErrorStack.md](https://www.bookstack.cn/read/node-in-debugging/3.3ErrorStack.md)
(…
-
A place to collect open source projects looking for design contributions.
-
Q 0.9.7, Chrome 30.0.1599.101.
This code throws an exception (uri is null):
```
Participant.getByUri = function(uri)
{
"use strict";
return Q.try(function()
{
if (!uri || typeof …