Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 439 Bytes

File metadata and controls

14 lines (10 loc) · 439 Bytes

@birchill/bugsnag-zero-lambda-context

This package bundles the AWS Lambda context plugin from @birchill/bugsnag-zero for standalone consumption.

Install alongside the main client package and register it as a Bugsnag zero plugin:

import Bugsnag from '@birchill/bugsnag-zero';
import { lambdaContext } from '@birchill/bugsnag-zero-lambda-context';

Bugsnag.start({ plugins: [lambdaContext(/* ... */)] });