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

Add runtime warning for profiling-node bindings with Node 23 #11777

Open
AbhiPrasad opened this issue Apr 24, 2024 · 0 comments
Open

Add runtime warning for profiling-node bindings with Node 23 #11777

AbhiPrasad opened this issue Apr 24, 2024 · 0 comments

Comments

@AbhiPrasad
Copy link
Member

Right now @sentry/profiling-node only has bindings for LTS node - 16, 18, 20, and 22 in our case.

We don't want to publish bindings for non-LTS versions - so this issue proposes using a runtime warning to alert against usages of Node 21 or Node 23. This makes it super clear for why the SDK does not work on these versions.

We can also point people to the docs of how to build bindings from source, which gives them the freedom to use those versions (at their own risk - we don't maintain this).

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

2 participants