We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9e6cf commit a131d05Copy full SHA for a131d05
packages/aws-serverless/src/init.ts
@@ -16,7 +16,7 @@ export function getDefaultIntegrations(_options: Options): Integration[] {
16
17
export interface AwsServerlessOptions extends NodeOptions {
18
/**
19
- * If Sentry events should be proxied through the Lambda extension when using the Lambda layer. Defaults to `true`.
+ * If Sentry events should be proxied through the Lambda extension when using the Lambda layer. Defaults to `true` when using the Lambda layer.
20
*/
21
useLayerExtension?: boolean;
22
}
0 commit comments