issues
search
occ
/
TraceKit
Attempts to create stack traces for unhandled JavaScript exceptions in all major browsers.
1.06k
stars
70
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Electron Regex Fix
#74
McPo
opened
8 years ago
1
Support blob: URLs
#73
kornelski
closed
9 years ago
1
Update readme to point to csnover/TraceKit
#72
niemyjski
closed
9 years ago
0
Expose getSource as TraceKit.computeStackTrace.getSource
#71
rhoggSugarcrm
closed
9 years ago
5
Is TraceKit dead?
#70
niemyjski
closed
9 years ago
4
TraceKit can't handle exceptions on windows phone 8 in cordova.
#69
kitsunde
closed
9 years ago
3
`TraceKit.computeStackTrace` evaluates error to `{}`
#68
Myztiq
opened
9 years ago
1
Add colon to regex after file|http|https match to avoid mismatches where...
#67
PlainSight
closed
9 years ago
7
TraceKit doesn't handle well callstacks with "new "
#66
vitalybe
closed
9 years ago
2
Handle IE11 iframe/no reporter "Script70" issue.
#65
wombleton
closed
5 years ago
2
Protocol relative paths in Chrome
#64
rakeshpai
closed
9 years ago
2
Angular exception issue
#63
fizerkhan
closed
9 years ago
6
Fixed missing lines in IE when anonymous methods
#62
Calamari
closed
5 years ago
3
Adventurous new feature: Add support for source maps?
#61
JamesMGreene
opened
10 years ago
5
Fix issues with calling notification handlers (and add tests)
#60
russelldavis
closed
10 years ago
3
Function wrap rethrows an exception twice?
#59
knguyen142
opened
11 years ago
2
Use window onerror exception object if provided
#58
knguyen142
closed
9 years ago
2
add repository field
#57
smhg
closed
9 years ago
0
throw "foobar" is not handled properly
#56
vmihailenco
opened
11 years ago
1
Utilize `.toString` hack to get `Error` during `window.onerror`
#55
JamesMGreene
opened
11 years ago
3
Removed default option checks and added global handling flag.
#54
knguyen142
closed
2 years ago
4
firefox .columnNumber support?
#53
acthp
closed
9 years ago
6
bogus frame added to stack trace
#52
acthp
opened
11 years ago
3
typo
#51
jaredly
closed
11 years ago
0
Huge size of errorReport.stack[].context
#50
mahboob-awan
closed
9 years ago
2
Add extended window.onerror support (#48).
#49
ssafejava
opened
11 years ago
5
Support Chrome Canary's window.onerror fix (adds colno, error)
#48
ssafejava
closed
9 years ago
3
Change to comply with closure compiler ES5 strict mode
#47
BokoEnos
closed
11 years ago
4
Allow an old onerror function to tell TraceKit to not notify handlers
#46
devinrhode2
opened
11 years ago
1
Allow an old onerror function to tell TraceKit to not notify handlers
#45
devinrhode2
closed
11 years ago
2
if old onerror fn defined, let it choose to notify TraceKit handlers or not
#44
devinrhode2
closed
11 years ago
2
Living with a previously defined onerror-function
#43
gaiottino
opened
11 years ago
12
Support chromes renamed function syntax
#42
Nemo157
closed
11 years ago
0
Setting collectWindowErrors to false stops handled errors from reporting
#41
nazjunaid
opened
11 years ago
4
ominous update to readme contributing section
#40
devinrhode2
closed
11 years ago
0
Doesn't wrap the correct function signature for jQuery.ajax
#39
mattrobenolt
closed
11 years ago
0
Make it optional to wrap jQuery or async callbacks
#38
pieter
closed
9 years ago
20
Only install global error handler if we have at least one subscriber
#37
pieter
closed
11 years ago
4
Slight cleanups
#36
mattrobenolt
closed
11 years ago
10
Drop jQuery support
#35
mattrobenolt
closed
11 years ago
9
A couple misc cleanup tasks, mostly around minification
#34
mattrobenolt
closed
11 years ago
3
Consolidate function wrapping into a TraceKit.wrap()
#33
mattrobenolt
closed
11 years ago
0
Shorter way of getting the XHR object
#32
mattrobenolt
closed
11 years ago
0
Minor tweaks
#31
devinrhode2
closed
11 years ago
0
"add script" => "add `<script>`"
#30
devinrhode2
closed
11 years ago
0
Wrapping everything in one big closure for compression, and expose a noConflict()
#29
mattrobenolt
closed
11 years ago
1
Patch the right jQuery.ajax
#28
mattrobenolt
closed
11 years ago
1
Capture root errors
#27
mattrobenolt
closed
11 years ago
12
Overhauled README, updated license, closes #22
#26
devinrhode2
closed
11 years ago
1
Remove remote fetching and analyzing?
#25
devinrhode2
closed
11 years ago
4
Next