Skip to content

Conversation

@andreiborza
Copy link
Member

No description provided.

"dependencies": {
"@apm-js-collab/tracing-hooks": "^0.3.1",
"@sentry/core": "10.30.0",
"@sentry/opentelemetry": "10.30.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically, this is a breaking change. That being said, the only place where we document node-core is in the README and the README already advised users to install @sentry/opentelemetry so... maaaybe this is ok?

## Installation
```bash
npm install @sentry/node-core @sentry/opentelemetry @opentelemetry/api @opentelemetry/core @opentelemetry/context-async-hooks @opentelemetry/instrumentation @opentelemetry/resources @opentelemetry/sdk-trace-base @opentelemetry/semantic-conventions
# Or yarn
yarn add @sentry/node-core @sentry/opentelemetry @opentelemetry/api @opentelemetry/core @opentelemetry/context-async-hooks @opentelemetry/instrumentation @opentelemetry/resources @opentelemetry/sdk-trace-base @opentelemetry/semantic-conventions
```

@github-actions
Copy link
Contributor

github-actions bot commented Dec 15, 2025

node-overhead report 🧳

Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.

Scenario Requests/s % of Baseline Prev. Requests/s Change %
GET Baseline 8,633 - 11,561 -25%
GET With Sentry 1,711 20% 1,986 -14%
GET With Sentry (error only) 6,058 70% 7,859 -23%
POST Baseline 1,182 - 1,188 -1%
POST With Sentry 565 48% 583 -3%
POST With Sentry (error only) 1,058 90% 1,047 +1%
MYSQL Baseline 3,308 - 4,051 -18%
MYSQL With Sentry 413 12% 570 -28%
MYSQL With Sentry (error only) 2,681 81% 3,351 -20%

View base workflow run

@andreiborza andreiborza force-pushed the ab/node-core-light branch 3 times, most recently from 6b592b8 to b88da5c Compare December 15, 2025 12:02
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

Successfully merging this pull request may close these issues.

2 participants