Aleksander Blomskøld
Aleksander Blomskøld
Oh, I thought using TraceKit to get nice stack traces of unhandled exceptions was one of it's main use cases. If this behavior is expected/considered a feature, it should probably...
Oh, that's a bummer, since most of the unhandled exceptions doesn't come from my own code.
I did a new test with throw new Error, and it doesn't seem to change anything: http://jsfiddle.net/aleksabl/uvtJ5/1/ ``` javascript TraceKit.report.subscribe(function(stackInfo) { alert(stackInfo.stack.length);}); function foo() { bar(); } function bar() {...
Should probalby look at Geminis context caching as well: https://ai.google.dev/gemini-api/docs/caching