loglevel-datadog
TypeScript icon, indicating that this package has built-in type declarations

1.4.2 • Public • Published

loglevel-datadog

npm npm bundle size NPM npm GitHub issues semantic-release: angular

Send loglevel logs from the browser to Datadog via the datadog browser logs SDK.

loglevel + @datadog/browser-logs

Note that adding plugins to loglevel will show log output line numbers as coming from inside the plugin.

Installation

npm install --save loglevel-datadog

Usage

import log from 'loglevel';
import { loglevelDatadog } from 'loglevel-datadog';

loglevelDatadog(log, {
  clientToken: '<DATADOG_CLIENT_TOKEN>',
  site: '<DATADOG_SITE>',
  forwardErrorsToLogs: true,
  sampleRate: 100,
});

log.warn('hello datadog');

Configuration

loglevelDatadog uses the same configuration interface as @datadog/browser-logs. See the datadog initialization parameters for more details.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.4.220latest

Version History

VersionDownloads (Last 7 Days)Published
1.4.220
1.4.17
1.4.03
1.3.03
1.2.72
1.2.62
1.2.52
1.2.42
1.2.32
1.2.22
1.2.12
1.2.02
1.1.52
1.1.42
1.1.32
1.1.22
1.1.12
1.1.02
1.0.12
1.0.02

Package Sidebar

Install

npm i loglevel-datadog

Weekly Downloads

65

Version

1.4.2

License

MIT

Unpacked Size

6.25 kB

Total Files

7

Last publish

Collaborators

  • manbearwiz