Luca Forstner

Results 724 comments of Luca Forstner

@throrin19 but that line doesn't pull in the SDK, it merely requires it. It shouldn't have any effect on lambda size as you mentioned.

@ruohola We are actively trying to reproduce the issue you are facing but are not successful. I opened a PR with an E2E test (a test that tests the entire...

@throrin19 Ok, that means you have the AWS SDK v2 installed locally and your bundler is pulling it in. This is not something we can fix.

@throrin19 Feel free to share a reproduction example where the AWS SDK v2 is pulled in and we will take a look.

@throrin19 In your esbuild config you neither marked `@sentry/serverless` nor `aws-sdk` as external which is gonna pull everything into your bundle. This is not something we can prevent from within...

Hi, thanks for writing in. Would you mind sharing a reproduction repo we can pull to debug this further? Also, are you importing your next.config.js file from your application code?...

Hi, I wasn't able to reproduce the faulty behavior you're describing from the reproduction steps you provided. Both the sent event payloads look good, and also inside Sentry, everything looks...

For the client event you shared: [hello-travel.sentry.io/issues/4949583427/events/236fed44801a4b4f8b4ad78bd27886b2](https://hello-travel.sentry.io/issues/4949583427/events/236fed44801a4b4f8b4ad78bd27886b2/), you did not upload the needed source map. "Sourcemap reference" in the artifact indicates what file this source map file would require. In...

@benjamindulau Correct. You always need to upload both, the generated file and its source map (so the corresponding `index.mjs` for the lambda for example). Generally you just need to point...

@szokeasaurusrex Would you mind checking whether we're picking up .mjs files with `sentry-cli sourcemaps upload`? If not we definitely should!