This package has been deprecated

Author message:

this package has been deprecated. Use @lumigo/tracer

@lumigo/node-tracer

1.2.0 • Public • Published

lumigo-node 🌠

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)

Readme

Keywords

none

Package Sidebar

Install

npm i @lumigo/node-tracer

Weekly Downloads

0

Version

1.2.0

License

Apache-2.0

Unpacked Size

43.5 kB

Total Files

4

Last publish

Collaborators

  • moshe-shaham
  • mosesguy
  • lumigo-dev
  • doriaviram-lumigo