Skip to content

Commit c39f672

Browse files
andreiborzaclaude
andauthored
chore(e2e): Link @sentry/bundler-plugins into the aws-serverless lambda test app (#23159)
## What The aws-serverless lambda test app now installs `@sentry/bundler-plugins` from the workspace instead of npm. - Adds `bundler-plugins` to the list of packages the lambda functions link via `file:`. ## Why `@sentry/node` depends on `@sentry/bundler-plugins`, which the test app was resolving from the registry. On release branches that version isn't published yet, so the install failed with `ETARGET` and the whole aws-serverless E2E job went down. This showed up on `release/11.0.0-alpha.0`. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent d403bc1 commit c39f672

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • dev-packages/e2e-tests/test-applications/aws-serverless/src

dev-packages/e2e-tests/test-applications/aws-serverless/src/stack.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export class LocalLambdaStack extends Stack {
6363
{ dir: 'core', name: '@sentry/core' },
6464
{ dir: 'opentelemetry', name: '@sentry/opentelemetry' },
6565
{ dir: 'server-utils', name: '@sentry/server-utils' },
66+
{ dir: 'bundler-plugins', name: '@sentry/bundler-plugins' },
6667
];
6768
const dependencies: Record<string, string> = {};
6869

0 commit comments

Comments
 (0)