You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/javascript/guides/aws-lambda/container-image/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Replace `VERSION` with a specific version number (for example, 28). You can see
22
22
23
23
Set the following environment variables in AWS:
24
24
25
-
- Set `NODE_OPTIONS` to `-r @sentry/aws-serverless/dist/awslambda-auto`
25
+
- Set `NODE_OPTIONS` to `-r @sentry/aws-serverless/awslambda-auto`
26
26
- Set `SENTRY_DSN` to your Sentry's DSN
27
27
- Set `SENTRY_TRACES_SAMPLE_RATE` to your preferred [sampling rate](/platforms/python/configuration/sampling/#sampling-transaction-events) for transactions
28
28
@@ -31,7 +31,7 @@ Alternatively, you can also set the environment variables in the Dockerfile:
0 commit comments