stacktrace-gps opitonal?
slynchDev opened this issue · 1 comments
slynchDev commented
Really like your stacktrace.js lib. I'm using it simply to get uniform linenumber and filename info for a custom logger. It's working really well, however I'm getting 404s on the client-side console as stacktrace-gps attempts to retrieve the TypeScript source files (I don't publish the TS). Is there anyway to disable the gps component from fetching the source files?
slynchDev commented
Actually, I misspoke. Now that I'm using the minified .js it's just trying to fetch my source TS (which I don't epose). I guess I just wanted to eliminate the errors associated with that. I'll try to figure it out...