Skip to content

Commit aab451c

Browse files
Alex KrawiecAlex Krawiec
authored andcommitted
Undo debugging changes
1 parent d8eaace commit aab451c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/platforms/javascript/guides/aws-lambda/install/cjs-layer.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Add the Sentry Layer by navigating to your Lambda function. Select **Layers**, t
3333

3434
Finally, set the region and copy the provided ARN value into the input.
3535

36-
{/* <LambdaLayerDetail canonical="aws-layer:node" /> */}
36+
<LambdaLayerDetail canonical="aws-layer:node" />
3737

38-
{/* <br /> */}
38+
<br />
3939

4040
## 3. Initialize the SDK with Environment Variables
4141

@@ -74,12 +74,12 @@ const Sentry = require("@sentry/aws-serverless");
7474

7575
Sentry.init({
7676
dsn: "___PUBLIC_DSN___",
77-
77+
7878
// Adds request headers and IP for users, for more info visit:
7979
// https://docs.sentry.io/platforms/javascript/guides/aws-lambda/configuration/options/#sendDefaultPii
8080
sendDefaultPii: true,
8181
// ___PRODUCT_OPTION_START___ performance
82-
82+
8383
// Add Tracing by setting tracesSampleRate and adding integration
8484
// Set tracesSampleRate to 1.0 to capture 100% of transactions
8585
// We recommend adjusting this value in production

0 commit comments

Comments
 (0)