Socket
Socket
Sign inDemoInstall

@lumigo/node-tracer

Package Overview
Dependencies
0
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @lumigo/node-tracer

Lumigo Tracer for Node.js v8.x / v10.x Runtimes


Version published
Weekly downloads
0
Maintainers
3
Install size
42.5 kB
Created
Weekly downloads
 

Readme

Source

lumigo-node :stars:

CircleCI codecov License semantic-release

@lumigo/tracer is Lumigo's distributed-tracing and performance monitoring agent for Node.js.

Usage

Install @lumigo/tracer:

npm:

$ npm i @lumigo/tracer

Lambda layer ARN:

arn:aws:lambda:YOUR-REGION:724777057400:layer:lumigo-node-tracer:9

Wrap your handler (replace DEADBEEF with your token):

const lumigo = require('@lumigo/tracer')({ token: 'DEADBEEF' })

const myHandler = async (event, context, callback) => { ... }

exports.handler = lumigo.trace(myHandler)

FAQs

Last updated on 04 Aug 2019

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc