From b7d97479ca21b07caa72eb4338fdb00dc1261ddd Mon Sep 17 00:00:00 2001 From: Andrei Borza Date: Wed, 5 Nov 2025 13:40:53 +0100 Subject: [PATCH 1/3] chore(aws-lambda): Add troubleshooting section with known issue --- .../guides/aws-lambda/troubleshooting.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/platforms/javascript/guides/aws-lambda/troubleshooting.mdx diff --git a/docs/platforms/javascript/guides/aws-lambda/troubleshooting.mdx b/docs/platforms/javascript/guides/aws-lambda/troubleshooting.mdx new file mode 100644 index 0000000000000..07ea27965e090 --- /dev/null +++ b/docs/platforms/javascript/guides/aws-lambda/troubleshooting.mdx @@ -0,0 +1,17 @@ +--- +title: Troubleshooting +description: >- + If you need help solving issues with your Sentry JavaScript AWS Lambda SDK, + you can read the edge cases documented below. +keywords: + - aws lambda + - missing event +sidebar_order: 9000 +og_image: /og-images/platforms-javascript-common-troubleshooting.png +--- + + + +Events might be missing right after a Lambda function coldstart. This is a known issue which we are still investigating. + + From 41211d71a3db1a48973cfa536f2a77b5a637cb00 Mon Sep 17 00:00:00 2001 From: Andrei <168741329+andreiborza@users.noreply.github.com> Date: Wed, 5 Nov 2025 14:09:10 +0100 Subject: [PATCH 2/3] Update docs/platforms/javascript/guides/aws-lambda/troubleshooting.mdx Co-authored-by: Lukas Stracke --- docs/platforms/javascript/guides/aws-lambda/troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/javascript/guides/aws-lambda/troubleshooting.mdx b/docs/platforms/javascript/guides/aws-lambda/troubleshooting.mdx index 07ea27965e090..5ccaf66424690 100644 --- a/docs/platforms/javascript/guides/aws-lambda/troubleshooting.mdx +++ b/docs/platforms/javascript/guides/aws-lambda/troubleshooting.mdx @@ -12,6 +12,6 @@ og_image: /og-images/platforms-javascript-common-troubleshooting.png -Events might be missing right after a Lambda function coldstart. This is a known issue which we are still investigating. +Events might be missing right after a Lambda function coldstart. This is a known issue which we are still investigating. Events are sent for subsequent function invocations. From 590fb39cc6e1bb9f8bb8e39a1c161e629beb1b49 Mon Sep 17 00:00:00 2001 From: Andrei Borza Date: Thu, 6 Nov 2025 14:31:17 +0100 Subject: [PATCH 3/3] Add link to sdk issue --- docs/platforms/javascript/guides/aws-lambda/troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/javascript/guides/aws-lambda/troubleshooting.mdx b/docs/platforms/javascript/guides/aws-lambda/troubleshooting.mdx index 5ccaf66424690..5f0081b39914e 100644 --- a/docs/platforms/javascript/guides/aws-lambda/troubleshooting.mdx +++ b/docs/platforms/javascript/guides/aws-lambda/troubleshooting.mdx @@ -12,6 +12,6 @@ og_image: /og-images/platforms-javascript-common-troubleshooting.png -Events might be missing right after a Lambda function coldstart. This is a known issue which we are still investigating. Events are sent for subsequent function invocations. +Events might be missing right after a Lambda function coldstart. This is a [known issue](https://github.com/getsentry/sentry-javascript/issues/18107) which we are still investigating. Events are sent for subsequent function invocations.