You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did anybody already got profiling-node working in an Astro project (using SSR)?
Following the docs, it should be possible somehow..
I first tried the following:
This gives me error traces, but unfortunately no profiling.
Then I tried adding an explicit sentry.server.config.js as mentioned for manual setup in the docs with the following content:
import * as Sentry from "@sentry/astro";
import { nodeProfilingIntegration } from "@sentry/profiling-node";
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Did anybody already got
profiling-node
working in an Astro project (using SSR)?Following the docs, it should be possible somehow..
I first tried the following:
This gives me error traces, but unfortunately no profiling.
Then I tried adding an explicit
sentry.server.config.js
as mentioned for manual setup in the docs with the following content:import * as Sentry from "@sentry/astro";
import { nodeProfilingIntegration } from "@sentry/profiling-node";
Still no success :(
Anybody got some tips to help me getting this nice feature running?
Beta Was this translation helpful? Give feedback.
All reactions