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 9,216 - 11,630 -21%
GET With Sentry 1,709 19% 2,068 -17%
GET With Sentry (error only) 5,990 65% 7,869 -24%
POST Baseline 1,192 - 1,212 -2%
POST With Sentry 573 48% 622 -8%
POST With Sentry (error only) 1,016 85% 1,092 -7%
MYSQL Baseline 3,278 - 3,985 -18%
MYSQL With Sentry 432 13% 614 -30%
MYSQL With Sentry (error only) 2,687 82% 3,219 -17%

View base workflow run

@andreiborza andreiborza force-pushed the ab/node-core-light branch 4 times, most recently from b88da5c to 1687319 Compare December 15, 2025 15:13
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.

1 participant