Skip to content

fix(aws): Add layer build output to nx cache #17148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 24, 2025
Merged

Conversation

msonnb
Copy link
Member

@msonnb msonnb commented Jul 24, 2025

No description provided.

@msonnb msonnb requested review from mydea and andreiborza July 24, 2025 10:27
@msonnb msonnb self-assigned this Jul 24, 2025
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Unintended Test Configuration Removal

The sentryTest: { "skip": true } configuration was unintentionally removed from the package.json files of the aws-lambda-layer-esm and aws-lambda-layer-cjs e2e test applications. This change, unrelated to the PR's stated purpose, will enable previously skipped tests and could lead to unexpected CI behavior.

dev-packages/e2e-tests/test-applications/aws-lambda-layer-esm/package.json#L20-L23

"volta": {
"extends": "../../package.json"
}
}

dev-packages/e2e-tests/test-applications/aws-lambda-layer-cjs/package.json#L20-L23

"volta": {
"extends": "../../package.json"
}
}

Fix in CursorFix in Web


Copy link
Member

@andreiborza andreiborza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

Copy link
Contributor

size-limit report 📦

Path Size % Change Change
@sentry/browser 23.75 kB - -
@sentry/browser - with treeshaking flags 22.33 kB - -
@sentry/browser (incl. Tracing) 39.39 kB - -
@sentry/browser (incl. Tracing, Replay) 77.52 kB - -
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.36 kB - -
@sentry/browser (incl. Tracing, Replay with Canvas) 82.22 kB - -
@sentry/browser (incl. Tracing, Replay, Feedback) 94.34 kB - -
@sentry/browser (incl. Feedback) 40.44 kB - -
@sentry/browser (incl. sendFeedback) 28.42 kB - -
@sentry/browser (incl. FeedbackAsync) 33.33 kB - -
@sentry/react 25.49 kB - -
@sentry/react (incl. Tracing) 41.39 kB - -
@sentry/vue 28.18 kB - -
@sentry/vue (incl. Tracing) 41.21 kB - -
@sentry/svelte 23.77 kB - -
CDN Bundle 25.16 kB - -
CDN Bundle (incl. Tracing) 39.2 kB - -
CDN Bundle (incl. Tracing, Replay) 75.2 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) 80.64 kB - -
CDN Bundle - uncompressed 73.42 kB - -
CDN Bundle (incl. Tracing) - uncompressed 116.08 kB - -
CDN Bundle (incl. Tracing, Replay) - uncompressed 230.06 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 242.88 kB - -
@sentry/nextjs (client) 43.41 kB - -
@sentry/sveltekit (client) 39.83 kB - -
@sentry/node-core 47.32 kB - -
@sentry/node 143.92 kB +0.26% +370 B 🔺
@sentry/node - without tracing 91.4 kB - -
@sentry/aws-serverless 102.85 kB - -

View base workflow run

@msonnb msonnb merged commit 9c47395 into develop Jul 24, 2025
152 of 153 checks passed
@msonnb msonnb deleted the ms/lambda-layer-tests branch July 24, 2025 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants