0.0.15 • Published 1 year ago

testboltnew v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Installation

Currently Bolt's Node Agent supports 3 frameworks:

  • Express
  • Koa
  • Fastify

It can be installed from npm by running:

npm install testboltnew

Or from yarn by running:

yarn add testboltnew

Configuration

Bolt can be added to any of the supported frameworks by adding the following lines as the start of your main script:

var testbolt = require("testbolt")
testbolt(<YOUR_BOLT_API_KEY>, <YOUR_BOLT_COLLECTOR_URL>)