Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Whelan committed Nov 24, 2020
1 parent f3e213c commit 5376799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telemetry/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func CompressedPayloadsForLogEvents(logsEvents []LogsEvent, functionName string,
FunctionName: functionName,
InvokedFunctionARN: invokedFunctionARN,
LogGroupName: logGroupName,
LogStreamName: "newrelic-lambda-extension:1.0.1",
LogStreamName: "newrelic-lambda-extension:1.0.2",
}
data := RequestData{Context: context, Entry: string(entry)}

Expand Down

0 comments on commit 5376799

Please sign in to comment.