Andrei

Results 190 comments of Andrei

@szokeasaurusrex could you give us a list of which commands (relevant to JS, i.e. releases, set commits, finalize, upload sourcemaps etc) take multiple project AND use it? I created this...

According to claude: ``` ⏺ Commands that support multiple -p/--project flags and actually use all of them: Releases 1. releases new (src/commands/releases/new.rs:40) - Passes projects: Vec to API - Creates...

Hi @brtinney, thanks for filing this. We'll look into it.

@brtinney I tried to reproduce this both with our [AWS Lambda Layer](https://docs.sentry.io/platforms/javascript/guides/aws-lambda/install/layer/) as well as with a plain `@sentry/node` self-created layer and a simple lambda function but I wasn't able...

Thanks for the details and going through this, this'll help narrow it down. I remember we've had some issues in the past around nuxt and middlewares, might be somewhat related....

@HaoZhouInRC so there's overhead even without Sentry on a page load, just by adding the header? Could you provide a reproduction repo or stackblitz where we can further investigate this...

@kasniRC we can't really do anything about that, that's a browser vendor thing. We don't have performance comparison data for that to the best of my knowledge. The browser profiling...

Hello @k-lombard, thanks for writing in. As mentioned in a related comment [here](https://github.com/getsentry/sentry-javascript/issues/12994#issuecomment-2248438039), `@sentry/profling-node` can't simply be bundled as it has binary files. There are a couple of approaches here...

@k-lombard can you try turning debug on in the `sentryEsbuildPlugin` and the sdk init and paste some logs? A reproduction repo would also help to investigate this further.

Hi, thanks for filing this. I had a look over the routing code and couldn't really spot anything that looked off. Could you please provide a minimal reproduction repo so...