Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement MVP of Node SDK with Performance powered by OTel #8537

Closed
5 tasks done
Tracked by #8534
mydea opened this issue Jul 14, 2023 · 0 comments
Closed
5 tasks done
Tracked by #8534

Implement MVP of Node SDK with Performance powered by OTel #8537

mydea opened this issue Jul 14, 2023 · 0 comments
Assignees

Comments

@mydea
Copy link
Member

mydea commented Jul 14, 2023

We want to provide an MVP of a node SDK init() method that uses OpenTelemetry performance instrumentation under the hood.

Expected usage:

import * as Sentry from '@sentry/opentelemetry-node';

Sentry.init({
  integrations: [
    new Sentry.Express()
  ]
});

For the very first step of the MVP, we want the following functionality:

MVP functionality

ref #8534

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants