Skip to content

Stack traces as an array of stack frames with source maps support.

License

Notifications You must be signed in to change notification settings

gajus/get-stack-trace

Repository files navigation

get-stack-trace

NPM version Canonical Code Style Twitter Follow

Stack traces as an array of stack frames with source maps support.

Usage

import {
  getStackTrace,
  serializeStackTrace,
} from 'get-stack-trace';

const stackTrace = getStackTrace();

serializeStackTrace('Error', 'Hello, World!', stackTrace);

About

Stack traces as an array of stack frames with source maps support.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published