Skip to content

peerlibrary/meteor-stacktrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

In addition to official StackTrace functions, there is also a getCaller function which returns a stack frame 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

meteor add peerlibrary:stacktrace

About

Meteor package for getting uniform stack traces in all web browsers and server

Resources

License

Stars

Watchers

Forks

Packages

No packages published