Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if we support Deno #875

Closed
3 of 7 tasks
unflxw opened this issue Mar 24, 2023 · 3 comments
Closed
3 of 7 tasks

Check if we support Deno #875

unflxw opened this issue Mar 24, 2023 · 3 comments
Assignees

Comments

@unflxw
Copy link
Contributor

unflxw commented Mar 24, 2023

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
@backlog-helper
Copy link

backlog-helper bot commented Mar 24, 2023

✔️ All good!

New issue guide | Backlog management | Rules | Feedback

@unflxw unflxw self-assigned this May 30, 2023
@unflxw
Copy link
Contributor Author

unflxw commented Jun 2, 2023

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

@unflxw
Copy link
Contributor Author

unflxw commented Jun 2, 2023

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.

@unflxw unflxw closed this as completed Jun 2, 2023
@unflxw unflxw self-assigned this Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant