Eric Wendelin
Member since Oct 3, 2013
- Profile: /members/11299-eric-wendelin.htm
- URL: http://www.eriwen.com
- Comments: 4
Recent Blog Comments By Eric Wendelin
-
Logging Client-Side Errors With AngularJS And Stacktrace.js
Posted on Apr 14, 2014 at 10:02 PM
@Aaven, You could do something like that with a tool that supports source maps. stacktrace.js doesn't support source maps yet, and I'm not sure of another way to do this.... read more »
-
Logging Client-Side Errors With AngularJS And Stacktrace.js
Posted on Oct 4, 2013 at 4:30 PM
@Ben, That's what I recommend :)... read more »
-
Logging Client-Side Errors With AngularJS And Stacktrace.js
Posted on Oct 4, 2013 at 10:14 AM
@Ben, If I get an anonymous function on the stack, and the file it's in is on the same domain as the current domain I get the script source so I can parse the line and perhaps guess the function name. This is used in the case where you define a function like this: var foo = function() {..} because... read more »
-
Logging Client-Side Errors With AngularJS And Stacktrace.js
Posted on Oct 3, 2013 at 1:27 PM
Very nice! One thing I'd suggest is that you use the version of stacktrace.js on master because it has the very latest browser support (the version on the website is sometimes out-of-date). I plan on doing more frequent releases in the future, but the version on master is heavily tested and should ... read more »