Skip to content

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

@AbhiPrasad

Description

@AbhiPrasad

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).

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions