Free tools for production debugging.
Four quick checks for the hour around a deploy. Each one runs in your browser, and nothing you paste is sent to Squasher.
Free plan. No credit card required.
The tools
Stack trace parser
Paste a stack trace from Node.js, a browser, Python, Java, Ruby, or Go. The parser separates your code from dependencies and marks the first frame to open.
Source map validator
Paste a .map file and the last lines of its bundle. The validator checks the fields error tools need and whether the bundle points at this map.
OTLP endpoint tester
Pick a signal, then paste the exporter's URL and headers. The tester checks the scheme, the /v1 path, the auth header, and the content type, and sends nothing.
Vercel log drain tester
Paste the drain URL and one redacted log entry. The tester checks the URL, the JSON shape, the fields you need, and secrets you forgot to remove.
Previews show each tool's real result for one of its examples.
Questions, answered.
Are these tools free?
Yes. They need no account and no sign-in, and they have no usage limits, because each one runs in your browser.
Is anything I paste sent to Squasher?
No. Each tool runs in your browser and makes no network calls with what you paste. The tools are also left out of this site's session replay.
Can I use them without Squasher?
Yes. They check standard formats: V8, Python, JVM, Ruby, and Go stack traces; Source Map v3; OTLP over HTTP; and Vercel's log drain JSON.
How is this different from Squasher itself?
The tools check one input once. Squasher receives your errors, logs, and traces as they happen, turns repeats of the same error into one issue, and AI triage names the likely cause.
Keep exploring.
Go squash some bugs.
Connect one service and send one real event. The crew takes it from there.
Free plan. No credit card required.


