Skip to content

littledivy/panic

 
 

Repository files navigation

Crates.io

Documentation | Web

deno_panic

deno_panic is a library for handling panics in Deno. It provides a way to encode stack traces into URL-safe traces that can be decoded remotely using debug information.

Why does this exist?

Panics in Deno are rare—but when they happen, understanding them is crucial. Including debug info directly in binaries makes them bulky. This tool lets users symbolicate traces remotely, so Deno ship small binaries without losing observability.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • JavaScript 98.2%
  • TypeScript 1.3%
  • Other 0.5%