https://github.com/peerlibrary/meteor-stacktrace
Meteor package for getting uniform stack traces in all web browsers and server
https://github.com/peerlibrary/meteor-stacktrace
Last synced: 12 months ago
JSON representation
Meteor package for getting uniform stack traces in all web browsers and server
- Host: GitHub
- URL: https://github.com/peerlibrary/meteor-stacktrace
- Owner: peerlibrary
- License: bsd-3-clause
- Created: 2014-04-24T07:15:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T15:23:52.000Z (over 6 years ago)
- Last Synced: 2025-05-06T00:11:22.051Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/stacktracejs/stacktrace.js
- Size: 11.7 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
stacktrace package
==================
Meteor package for getting uniform stack traces in all web browsers and server. It packages
[stacktrace.js](https://github.com/stacktracejs/stacktrace.js).
Adding this package to your [Meteor](http://www.meteor.com/) 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
```