Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from Giftbit/IgnoreErrors
Browse files Browse the repository at this point in the history
Ignore errors
  • Loading branch information
Tim authored May 20, 2020
2 parents 7407b21 + be6b0a7 commit dbbf772
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions dist/sentry/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ export interface WrapLambdaHandlerOptions {
logger?: (error: Error | string) => void;
router?: cassava.Router;
sentryDsn: string;
filtersOptions?: {
ignoreErrors?: Array<string | RegExp>;
};
}
/**
* Create a handler function that wraps the given handler and initializes Sentry.
Expand Down
4 changes: 3 additions & 1 deletion dist/sentry/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/sentry/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dbbf772

Please sign in to comment.