Skip to content

Commit

Permalink
Add "RequestId" to Filter Pattern (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolanos authored Mar 4, 2020
1 parent d110136 commit 5d045d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-newrelic-lambda-layers",
"version": "0.1.15",
"version": "0.1.16",
"description": "Serverless plugin for NewRelic APM AWS Lambda layers.",
"main": "dist/index.js",
"files": [
Expand Down
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import * as Serverless from "serverless";
const DEFAULT_FILTER_PATTERNS = [
"REPORT",
"NR_LAMBDA_MONITORING",
"Task timed out"
"Task timed out",
"RequestId"
];

export default class NewRelicLambdaLayerPlugin {
Expand Down

0 comments on commit 5d045d8

Please sign in to comment.