5.1.2 • Published 5 years ago

@sentry/opentracing v5.1.2

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
5 years ago

Sentry JavaScript OpenTracing API

npm version npm dm npm dt typedoc

Links

General

This package implements the OpenTracing API and provides an integration that can be used by our other SDKs.

import * as Sentry from '@sentry/browser';
import * as OpenTracing from '@sentry/opentracing';

const ot = new OpenTracing.Integration(ENV.traceId);

Sentry.init({
  debug: true,
  dsn: ENV.sentry.dsn,
  integrations: [ot],
  beforeSend(event) {
    console.log(event);
    return event;
  },
});
5.1.2

5 years ago

5.1.0

5 years ago

5.0.8

5 years ago

5.0.7

5 years ago

5.0.6

5 years ago

5.0.5

5 years ago

5.0.3

5 years ago

5.0.0

5 years ago

5.0.0-rc.3

5 years ago

5.0.0-rc.2

5 years ago

5.0.0-rc.1

5 years ago

5.0.0-rc.0

5 years ago

5.0.0-beta.2

5 years ago