From 88458c93b52f66bfe67fade129f8a5b51bdebea9 Mon Sep 17 00:00:00 2001 From: Andrei Borza Date: Thu, 6 Feb 2025 09:41:34 +0100 Subject: [PATCH] chore(docs): Add notice of AWS Lambda Layer changes for v9 --- MIGRATION.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/MIGRATION.md b/MIGRATION.md index e13e0d1148c0..b88faa70e515 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -60,6 +60,16 @@ Additionally, like the OpenTelemetry SDK, the Sentry JavaScript SDK will follow Older Typescript versions _may_ continue to be compatible, but no guarantees apply. +### AWS Lambda Layer Changes + +A new AWS Lambda Layer for version 9 will be published as `SentryNodeServerlessSDKv9`. +The ARN will be published in the [Sentry docs](https://docs.sentry.io/platforms/javascript/guides/aws-lambda/install/cjs-layer/) once available. + +The previous `SentryNodeServerlessSDK` layer will not receive new updates anymore. + +Updates and fixes for version 8 will be published as `SentryNodeServerlessSDKv8`. +The ARN will be published in the [Sentry docs](https://docs.sentry.io/platforms/javascript/guides/aws-lambda/install/cjs-layer/) once available. + ## 2. Behavior Changes ### `@sentry/core` / All SDKs