1.14.0 • Published 2 years ago

@laconia/xray v1.14.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@laconia/xray

🛡️ Laconia X-Ray - Enables X-Ray integration to Laconia

See our website for documentation and API references.

Install

npm install --save @laconia/xray

Usage

@laconia/xray postProcessor will scan through all of the instances registered in LaconiaContext and call AWSXRay.captureAWSClient() to it.

Example:

const laconia = require("@laconia/core");
const xray = require("@laconia/xray");

exports.handler = laconia(app).postProcessor(xray.postProcessor());

API

xray.postProcessor

Calls AWSXRay.captureAWSClient() to all registered AWS service objects.

Example:

const laconia = require("@laconia/core");
const xray = require("@laconia/xray");

exports.handler = laconia(app).postProcessor(xray.postProcessor());
1.14.0

2 years ago

1.13.2-alpha.0

2 years ago

1.12.0

3 years ago

1.11.0

4 years ago

1.10.1

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.19.0

5 years ago

0.15.0

5 years ago

0.11.0

6 years ago