Charly Gomez

Results 185 comments of Charly Gomez

@branislavbrincko Thanks for pointing this out there seems to be an error with the pages api routes on vercel – we'll investigate.

@basitqayoom not sure about your rsbuild setup but have you tried the setup in the comment above (adding the config to `tools.rspack`)?

Hi @divmgl thanks for reaching out. First thing, since you're on v8 you can get rid of `Sentry.httpIntegration()` (it's enabled by default) and `Sentry.fastifyIntegration()` (not needed anmore for the [Fastify...

Hey @stoneburner, we currently only ship prebuilt binaries for node versions v16-22 (see https://github.com/getsentry/sentry-javascript/blob/develop/packages/profiling-node/README.md#prebuilt-binaries), and `current-alpine` resolves to v23. Can you try downgrading to node 22?

@van-duong-d3salonsolution can you inspect the content of your replay (you can just access it with your browser dev tools) and check if that seems to be correct?

thank you @van-duong-d3salonsolution, we'll look into that

@van-duong-d3salonsolution we'll keep you informed, this is on our backlog.

@EvHaus thanks for reaching out. I could set up a small repo and use node-file-router without any issues. Are you using any auto-instrumentation e.g. for express? Also could you provide...

@Tunanika there is no need to preload the instrument file in `bunfig.toml`, just import the instrumentation first thing in your index file. You will still face the issue that `Sentry.setupExpressErrorHandler(app)`...

Hm yeah that should not be the case, we're running into the same issue again this way.. Since you're not running this code in a browser would it be an...