Commit c39f672
chore(e2e): Link
## 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>@sentry/bundler-plugins into the aws-serverless lambda test app (#23159)1 parent d403bc1 commit c39f672
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments