Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
stacktracejs
/
stacktrace.js
Public
Notifications
You must be signed in to change notification settings
Fork
277
Star
4k
Code
Issues
41
Pull requests
4
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
stacktrace.js
stacktrace.js
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 7, 2020
Replace JSCS and JSHint with ESLint
eriwen
committed
4d60ccc
View commit details
Copy full SHA for 4d60ccc
View code at this point
Browse repository at this point
Commits on Dec 18, 2016
Allow request headers to be set in StackTrace.report()
Show description for 2e8dbc2
eriwen
committed
2e8dbc2
View commit details
Copy full SHA for 2e8dbc2
View code at this point
Browse repository at this point
Commits on Jun 13, 2016
Refactoring
eriwen
committed
fb41489
View commit details
Copy full SHA for fb41489
View code at this point
Browse repository at this point
Add StackTrace.getSync() convenience method that gets stacktrace without doing async enhancing. Fixes #165.
eriwen
committed
392301d
View commit details
Copy full SHA for 392301d
View code at this point
Browse repository at this point
Commits on Jun 6, 2016
Revert "Merge pull request #166 from benjamingr/patch-1"
Show description for a84b7b7
eriwen
committed
a84b7b7
View commit details
Copy full SHA for a84b7b7
View code at this point
Browse repository at this point
Commits on Jun 5, 2016
remove explicit construction
Show description for 6b8efd4
benjamingr
committed
6b8efd4
View commit details
Copy full SHA for 6b8efd4
View code at this point
Browse repository at this point
Commits on May 29, 2016
Fix JSHint warning.
eriwen
committed
94bf102
View commit details
Copy full SHA for 94bf102
View code at this point
Browse repository at this point
Commits on May 28, 2016
Formatting cleanup
eriwen
committed
eb21e6c
View commit details
Copy full SHA for eb21e6c
View code at this point
Browse repository at this point
Commits on May 25, 2016
Make error message optional when reporting
rhart
committed
6d2b6cb
View commit details
Copy full SHA for 6d2b6cb
View code at this point
Browse repository at this point
Commits on May 19, 2016
Add error message to report
rhart
committed
1be9e92
View commit details
Copy full SHA for 1be9e92
View code at this point
Browse repository at this point
Commits on Apr 1, 2016
Reuse StackTraceGPS instance where we can to avoid duplicate network requests for the same resource. Should fix #157
eriwen
committed
4aefd1f
View commit details
Copy full SHA for 4aefd1f
View code at this point
Browse repository at this point
Commits on Feb 8, 2016
Add jscs and fix all warnings.
eriwen
committed
4dd4e93
View commit details
Copy full SHA for 4dd4e93
View code at this point
Browse repository at this point
Fix instrument()
eriwen
committed
3ab3025
View commit details
Copy full SHA for 3ab3025
View code at this point
Browse repository at this point
Commits on Oct 16, 2015
Convert reports to JSON
Show description for 5aaaab3
oliversalzburg
committed
5aaaab3
View commit details
Copy full SHA for 5aaaab3
View code at this point
Browse repository at this point
Commits on Sep 20, 2015
Add StackTrace.report() for easy stack reporting.
eriwen
committed
1405ee8
View commit details
Copy full SHA for 1405ee8
View code at this point
Browse repository at this point
Commits on Aug 10, 2015
Convert to gulp-based build with optional polyfill
oliversalzburg
committed
e506b67
View commit details
Copy full SHA for e506b67
View code at this point
Browse repository at this point
Commits on Feb 4, 2015
Only report errors from instrumented functions if they're parsable.
Eric Wendelin
committed
fa90d27
View commit details
Copy full SHA for fa90d27
View code at this point
Browse repository at this point
Add StackTrace.instrument and StackTrace.deinstrument.
Eric Wendelin
committed
4c9683d
View commit details
Copy full SHA for 4c9683d
View code at this point
Browse repository at this point
Commits on Jan 26, 2015
Add name when defining AMD module. Fixes #102
Eric Wendelin
committed
e882755
View commit details
Copy full SHA for e882755
View code at this point
Browse repository at this point
Commits on Jan 20, 2015
Switch to Object-based construction from Constructor based. e.g. StackTrace.get(). Simplify code with stacktrace-gps enhancements.
Eric Wendelin
committed
5b9f9f8
View commit details
Copy full SHA for 5b9f9f8
View code at this point
Browse repository at this point
Commits on Dec 12, 2014
Fix ES6Promise not defined. Fixes #103.
Eric Wendelin
committed
b41e009
View commit details
Copy full SHA for b41e009
View code at this point
Browse repository at this point
Commits on Nov 28, 2014
Implement StackTrace.fromError using ES6Promise.
Show description for 3f1c690
Eric Wendelin
committed
3f1c690
View commit details
Copy full SHA for 3f1c690
View code at this point
Browse repository at this point
Commits on Nov 17, 2014
Add StackTraceGPS dependency and use for enhancing stack frames.
Eric Wendelin
committed
b20195d
View commit details
Copy full SHA for b20195d
View code at this point
Browse repository at this point
Commits on Oct 8, 2014
Use stack-generator and add Stacktrace#generateArtificially to utilize it. Fixes #95
Eric Wendelin
committed
92cab08
View commit details
Copy full SHA for 92cab08
View code at this point
Browse repository at this point
Commits on Oct 7, 2014
Implement StackTrace#get and StackTrace#fromError for v1.0
Eric Wendelin
committed
1a3adc4
View commit details
Copy full SHA for 1a3adc4
View code at this point
Browse repository at this point
Commits on Aug 16, 2014
Doc improvements. Move everything pointing to eriwen/javascript-stacktrace -> stacktracejs/stacktrace.js.
Eric Wendelin
committed
91de59b
View commit details
Copy full SHA for 91de59b
View code at this point
Browse repository at this point
Commits on Apr 16, 2014
Surrounded access to `arguments` in `try .. catch` to avoid #73
victor-homyakov
committed
2bab1a1
View commit details
Copy full SHA for 2bab1a1
View code at this point
Browse repository at this point
Commits on Apr 15, 2014
Fixed JSDoc annotations and textarea placeholder
victor-homyakov
committed
3bd4428
View commit details
Copy full SHA for 3bd4428
View code at this point
Browse repository at this point
Commits on Jan 27, 2014
Merge pull request #63 from yaroslavya/master
Show description for aa25734
victor-homyakov
committed
aa25734
View commit details
Copy full SHA for aa25734
View code at this point
Browse repository at this point
Commits on Jan 26, 2014
removed trailing spaces in the empty lines in mode function.
yaroslavya
committed
f64010f
View commit details
Copy full SHA for f64010f
View code at this point
Browse repository at this point
Commits on Jan 25, 2014
removed the trailing spaces in mode function
yaroslavya
committed
e76a10f
View commit details
Copy full SHA for e76a10f
View code at this point
Browse repository at this point
Commits on Jan 19, 2014
Minor code optimization
victor-homyakov
committed
ae63f56
View commit details
Copy full SHA for ae63f56
View code at this point
Browse repository at this point
`stringifyArguments` inserts '?' for unidentified arg
victor-homyakov
committed
dbc03c7
View commit details
Copy full SHA for dbc03c7
View code at this point
Browse repository at this point
Fixes #47 - error message is added to stack when access to `caller` is forbidden (strict mode)
victor-homyakov
committed
342ce18
View commit details
Copy full SHA for 342ce18
View code at this point
Browse repository at this point
Commits on Jan 16, 2014
removed unneeded "else" statements
Show description for 34367b6
yaroslavya
committed
34367b6
View commit details
Copy full SHA for 34367b6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.