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..5f0081b39914e --- /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](https://github.com/getsentry/sentry-javascript/issues/18107) which we are still investigating. Events are sent for subsequent function invocations. + +