This repository was archived by the owner on Sep 17, 2024. It is now read-only.
Description Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
SDK Version
1.2.6
Link to Sentry event
https://ourlit-4.sentry.io/profiling/profile/marketplace/292b65b916b9426d9f92024f34cf425b/flamegraph
What environment is your node script running in?
Remix, Express, Node 20, ECS
How is your code deployed and bundled?
we build in a dockerfile from a github action with remix build then node ./server.js
Steps to Reproduce
This is how I init sentry
export function initMonitoring() {
Sentry.init({
dsn: sentryDsn,
tracesSampleRate: 1,
profilesSampleRate: 1,
integrations: [
new ProfilingIntegration(),
],
environment,
})
}
Expected Result
Couldn't see it in the docs, but I guess I should see memory and cpu usage in the profiling UI
Actual Result
No memory or cpu usage
Upgrade to version 1.2.0 of @sentry/profiling-node to enable CPU usage collection
Upgrade to version 1.2.0 of @sentry/profiling-node to enable memory usage collection
Reactions are currently unavailable
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
SDK Version
1.2.6
Link to Sentry event
https://ourlit-4.sentry.io/profiling/profile/marketplace/292b65b916b9426d9f92024f34cf425b/flamegraph
What environment is your node script running in?
Remix, Express, Node 20, ECS
How is your code deployed and bundled?
we build in a dockerfile from a github action with
remix buildthennode ./server.jsSteps to Reproduce
This is how I init sentry
Expected Result
Couldn't see it in the docs, but I guess I should see memory and cpu usage in the profiling UI
Actual Result
No memory or cpu usage
Upgrade to version 1.2.0 of @sentry/profiling-node to enable CPU usage collectionUpgrade to version 1.2.0 of @sentry/profiling-node to enable memory usage collection