Skip to content
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

meta: Sync develop to master for 9.0.0 #15350

Merged
merged 18 commits into from
Feb 10, 2025
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
54f56a9
chore(docs): Add notice of AWS Lambda Layer changes for v9 (#15322)
andreiborza Feb 6, 2025
dbdbfa7
docs: Align migration guide with docs (#15324)
lforst Feb 6, 2025
0c53293
Merge pull request #15326 from getsentry/master
github-actions[bot] Feb 6, 2025
e10db30
chore(nextjs): Bump sentry webpack plugin to 3.1.2 (#15284)
chargome Feb 6, 2025
f2a777a
chore: Bump volta to node 20 (#15315)
chargome Feb 6, 2025
86f76e4
meta: Add v9 draft changelog and sync with v8 changelog (#15331)
lforst Feb 6, 2025
cbc9da9
fix(nextjs): Use batched devserver symbolication endpoint (#15335)
lforst Feb 7, 2025
dd55860
test(node): Remove last example.com requests in node integration test…
Lms24 Feb 7, 2025
2bcdf9c
feat(deps): Bump @sentry/rollup-plugin from 2.22.7 to 3.1.2 (#15329)
dependabot[bot] Feb 7, 2025
6deb156
chore: Update versions in migraton notice (#15336)
andreiborza Feb 7, 2025
53194d7
test(browser): Avoid using `example.com` for browser-integration-test…
mydea Feb 7, 2025
36878d1
feat(nuxt): Add `enabled` to disable Sentry module (#15337)
s1gr1d Feb 7, 2025
61f5fd5
feat(react-router): Add basic package (#15289)
chargome Feb 7, 2025
725a548
feat(node): Add missing `vercelAIIntegration` export (#15318)
aryanvdesh Feb 7, 2025
22f841e
feat(flags): add Statsig browser integration (#15319)
aliu39 Feb 8, 2025
538fc0a
meta(changelog): Update changelog for 9.0.0
lforst Feb 10, 2025
3c48ac6
ci: Re-enable AWS lambda layer publishing (#15348)
lforst Feb 10, 2025
8d3851c
Merge pull request #15349 from getsentry/prepare-release/9.0.0
lforst Feb 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: Re-enable AWS lambda layer publishing (#15348)
Fixes #14710
lforst authored Feb 10, 2025
commit 3c48ac6ef354448e8da8fa24507bc32adfde0b81
27 changes: 13 additions & 14 deletions .craft.yml
Original file line number Diff line number Diff line change
@@ -129,20 +129,19 @@ targets:
includeNames: /^sentry-internal-eslint-config-sdk-\d.*\.tgz$/

# AWS Lambda Layer target
# TODO(v9): Once stable, re-add this target to publish the AWS Lambda layer
# - name: aws-lambda-layer
# includeNames: /^sentry-node-serverless-\d+.\d+.\d+(-(beta|alpha|rc)\.\d+)?\.zip$/
# layerName: SentryNodeServerlessSDKv9
# compatibleRuntimes:
# - name: node
# versions:
# - nodejs10.x
# - nodejs12.x
# - nodejs14.x
# - nodejs16.x
# - nodejs18.x
# - nodejs20.x
# license: MIT
- name: aws-lambda-layer
includeNames: /^sentry-node-serverless-\d+.\d+.\d+(-(beta|alpha|rc)\.\d+)?\.zip$/
layerName: SentryNodeServerlessSDKv9
compatibleRuntimes:
- name: node
versions:
- nodejs10.x
- nodejs12.x
- nodejs14.x
- nodejs16.x
- nodejs18.x
- nodejs20.x
license: MIT

# CDN Bundle Target
- name: gcs