Skip to content

Commit 082a3bc

Browse files
mydeaLms24
andcommitted
Update packages/serverless/src/awslambda.ts
Co-authored-by: Lukas Stracke <[email protected]>
1 parent 635a47f commit 082a3bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/serverless/src/awslambda.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ interface AWSLambdaOptions extends NodeOptions {
7676
}
7777

7878
/**
79-
* @see {@link init}
79+
* Initializes the Sentry AWS Lambda SDK.
80+
*
81+
* @param options Configuration options for the SDK, @see {@link AWSLambdaOptions}.
8082
*/
8183
export function init(options: AWSLambdaOptions = {}): void {
8284
const opts = {

0 commit comments

Comments
 (0)