appsignal/appsignal-nodejs

Check if we support Deno

Closed this issue · 3 comments

The Deno team has been expanding their Node and NPM compatibility lately. Their docs still say they don't intend to support NAPI, but there's a NAPI crate in their source now: https://github.com/denoland/deno/tree/99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1/ext/napi

To do

  • See if we already support Deno - look into, timebox: 0.5 days
    • If we support it
      • Document it
      • Create an issue to add it to the build matrix
    • If we don't support it: [Timebox: ?]
      • Try to understand why and document it here
      • Fix it if possible
unflxw commented

A customer created a minimal Deno wrapper for AppSignal (GitHub, Deno.land) using our public error reporting endpoint! 🎉

unflxw commented

As for actually running our full Node.js integration, no chance. Deno's Node compatibility doesn't really go that far. Even writing a log file via Winston gets in the way.