1.0.0 • Published 2 years ago

@timba.dev/node v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Timba

Timba provides developers with a live-stream of automated, function-level trace for application monitoring.

Usage

To use Timba, call init(options) as at earliest point in your application. After initialization, Timba will inject function-level tracing into loaded modules.

// ES5 Syntax
const Timba = require('@timba.dev/node');
// ES6 Syntax
import * as Timba from '@timba.dev/node';

Timba.init({
  apiKey: 'tk-117...',
  // ...
});
1.0.0

2 years ago