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 a9d120e commit 7747255Copy full SHA for 7747255
packages/serverless/src/awslambda.ts
@@ -76,7 +76,9 @@ interface AWSLambdaOptions extends NodeOptions {
76
}
77
78
/**
79
- * @see {@link init}
+ * Initializes the Sentry AWS Lambda SDK.
80
+ *
81
+ * @param options Configuration options for the SDK, @see {@link AWSLambdaOptions}.
82
*/
83
export function init(options: AWSLambdaOptions = {}): void {
84
const opts = {
0 commit comments