Skip to content

Commit

Permalink
Update how-to-use-sentry-to-monitor-your-serverless-app.md (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamb13 authored Sep 15, 2023
1 parent cce192c commit 26fbaee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Next, we'll instrument our Lambda functions by wrapping them with the Sentry han
{%change%} Replace the code in `packages/functions/src/lambda.ts` with this.

```typescript
import Sentry from "@sentry/serverless";
import * as Sentry from "@sentry/serverless";

export const handler = Sentry.AWSLambda.wrapHandler(async (event) => {
return {
Expand Down

0 comments on commit 26fbaee

Please sign in to comment.