Skip to content

Conversation

@karlseguin
Copy link
Collaborator

Automatically include the stack trace in a console.error output. This is useful because code frequently does:

  try blah();
  catch (e) console.log(e);

Which we log, but, without this, don't get the stack.

Automatically include the stack trace in a `console.error` output. This is
useful because code frequently does:

```
  try blah();
  catch (e) console.log(e);
```

Which we log, but, without this, don't get the stack.
@karlseguin karlseguin merged commit 73df41b into main Jun 4, 2025
11 checks passed
@karlseguin karlseguin deleted the console_error_stack_trace branch June 4, 2025 00:34
@github-actions github-actions bot locked and limited conversation to collaborators Jun 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants