0.1.0 • Published 12 months ago
@hyperdx/instrumentation-sentry-node v0.1.0
OpenTelemetry Sentry Instrumentation for Node.js
This module provides automatic instrumentation for the @sentry/node
module.
Compatible with OpenTelemetry JS API and SDK 1.0+
.
Installation
npm install --save @hyperdx/instrumentation-sentry-node
Supported Versions
>=7.30.0 <9
Usage
const {
SentryNodeInstrumentation,
} = require('@hyperdx/instrumentation-sentry-node');
const { NodeTracerProvider } = require('@opentelemetry/sdk-trace-node');
const { registerInstrumentations } = require('@opentelemetry/instrumentation');
const provider = new NodeTracerProvider();
provider.register();
registerInstrumentations({
instrumentations: [new SentryNodeInstrumentation()],
});
Useful links
- For more information on OpenTelemetry, visit: https://opentelemetry.io/
- For more about OpenTelemetry JavaScript: https://github.com/open-telemetry/opentelemetry-js
- For help or feedback on this project, join us in GitHub Discussions
License
Apache 2.0 - See LICENSE for more information.
0.1.0
12 months ago
0.1.0-next.8
12 months ago
0.1.0-next.7
1 year ago
0.1.0-next.6
1 year ago
0.1.0-next.5
1 year ago
0.1.0-next.4
1 year ago
0.1.0-next.3
1 year ago
0.1.0-next.2
1 year ago
0.1.0-next.1
1 year ago
0.0.1-next.0
1 year ago
0.0.0
1 year ago