Skip to content

Commit

Permalink
Fixes some front matter weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
urbiz-nr committed Sep 1, 2021
1 parent c7ad957 commit 60ee019
Show file tree
Hide file tree
Showing 2 changed files with 296 additions and 29 deletions.
Expand Up @@ -11,7 +11,7 @@ redirects:
- /docs/understand-dependencies/distributed-tracing/enable-configure/aws-lambda
---

On this page, you will learn how to manually instrument your lambda function. It is organized by runtime language.
On this page, you will learn how to manually instrument your lambda function. It's organized by runtime language.

<CollapserGroup>
<Collapser
Expand Down Expand Up @@ -453,4 +453,4 @@ newrelic.agent.record_custom_event('CustomEvent', {'foo': 'bar'})
The New Relic decorator gathers data about the Lambda execution, generates a JSON message, and logs it to CloudWatch Logs. Next, [configure CloudWatch to send those logs to New Relic](/docs/serverless-function-monitoring/aws-lambda-monitoring/enable-lambda-monitoring/instrument-your-own/#manual-stream-logs).
</Collapser>
</CollapserGroup>
```

0 comments on commit 60ee019

Please sign in to comment.