
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@lumigo/microservices-node-tracer
Advanced tools
This is @lumigo/microservices-node-tracer
, Lumigo's Node.js agent for microservices distributed tracing and performance monitoring.
Supported NodeJS runtimes: 12.x, 14.x
To configure Lumigo in your microservice:
@lumigo/microservices-node-tracer
package using your preferred package manager:$ npm i @lumigo/microservices-node-tracer
// javascript
const lumigoWrapper = require("@lumigo/microservices-node-tracer");
To initiate the tracing call the trace method (note: replace YOUR-TOKEN-HERE with your Lumigo API token). You can retrieve the token by going to Settings -> Tracing -> Manual tracing:
Replace YOUR-SERVICE-NAME with some logical name (eg. todo-app)
lumigoWrapper.trace(‘YOUR-TOKEN-HERE’,‘YOUR-SERVICE-NAME’);
"scripts":{
"start": "export LUMIGO_TOKEN=‘YOUR-TOKEN-HERE’ && export LUMIGO_SERVICE_NAME=‘YOUR-SERVICE-NAME’ && node -r @lumigo/microservices-node-tracer app.js"
}
@lumigo/microservices-node-tracer
offers several different configuration options. Pass these to the microservice as environment variables:
LUMIGO_DEBUG=TRUE
- Enables debug loggingLUMIGO_SWITCH_OFF=TRUE
- In the event a critical issue arises, this turns off all actions that Lumigo takes in response to your code.FAQs
Lumigo wrapper to trace distributed architecture
We found that @lumigo/microservices-node-tracer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.