node-dtrace-provider icon indicating copy to clipboard operation
node-dtrace-provider copied to clipboard

Native DTrace probes for node.js apps

Results 25 node-dtrace-provider issues
Sort by recently updated
recently updated
newest added

Failed to build in the following environment. | item | version | | --- | --- | |OS |macOS Mojave(10.14.6)| |node.js |v14.3.0| The error message is: ``` $ V=~/dtrace-provider-rebuild npm...

Versions I am using: MacOS v12.1 npm v8.3.0 node v14.18.2 Hello, I am working on a project and few days ago everything was working properly. I updated the MacOS version...

Hey, The errors are suppressed, so in case there is a missing dependency for the installation, **npm install dtrace-provider** exits with code 0 and allows to continue. If used in...

libusdt, and therefore, node-dtrace-provider, only supports 32-bit and 64-bit x86. This change makes this explicit in package.json and should stop other packages from pulling it in as an optional dependency...

``` $npm tst .... dyld: lazy symbol binding failed: Symbol not found: _usdt_create_provider Referenced from: PROJECT/node_modules/bunyan/node_modules/dtrace-provider/build/Release/DTraceProviderBindings.node Expected in: flat namespace dyld: Symbol not found: _usdt_create_provider Referenced from: PROJECT/node_modules/bunyan/node_modules/dtrace-provider/build/Release/DTraceProviderBindings.node Expected in:...

This lets users over-ride libusdt build settings via npm install (Needs the updated libusdt to fully work.)

Using Yarn 2, I get the following warning: ``` dtrace-provider@npm:0.8.8: Implicit dependencies on node-gyp are discouraged ``` [Yarn's advice](https://yarnpkg.com/advanced/error-codes#yn0032---node_gyp_injected) is to add an explicit dependency on `node-gyp`

Fixed: var binding = require('./src/build/' + builds[i] + '/DTraceProviderBindings'); to var binding = require('./build/' + builds[i] + '/DTraceProviderBindings'); As it was giving console compile warning in react typescript project. Warning...

* **Node Version and npm version and tsc version**: `v10.13.0` and `6.10.3` and `3.6.3` * **Platform**: Darwin mac19 18.7.0 Darwin Kernel Version 18.7.0: Tue Aug 20 16:57:14 PDT 2019; root:xnu-4903.271.2~2/RELEASE_X86_64...

## Symptoms I'm using node v8.10.0 built from source on FreeBSD/amd64 10.3 (built with clang and clang++, no configure flags given). I tried `dtrace-provider` (just the simple code snippet from...