dtrace-provider facilitates native DTrace probe integration for Node.js applications. It empowers developers to instrument their code with dynamic tracing capabilities, enabling fine-grained insights into application performance and behavior. This package simplifies the process of adding DTrace probes, offering a robust and low-overhead mechanism for observing and analyzing running Node.js processes without requiring code modification after deployment. Leveraging dtrace-provider enhances observability and aids in identifying bottlenecks and performance issues within Node.js applications.