peerlibrary:stacktrace

v0.1.3Published 10 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

stacktrace package

Meteor package for getting uniform stack traces in all web browsers and server. It packages stacktrace.js.

Adding this package to your Meteor application adds StackTrace object into the global scope.

StackTrace object has two functions, printStackTrace as defined by stacktrace.js, and getCaller which returns a line in stack trace corresponding to the current caller location in the code, by default. You can modify skip argument to decide which entry in the stack trace should be returned.

Both client and server side.

Installation

mrt add stacktrace