Skip to content

Commit

Permalink
fix(Infinite Tracing): Add bash formatting to snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
rhetoric101 committed Mar 15, 2022
1 parent ddbdfff commit f8ce2c7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ To create a new trace observer if you're using New Relic APM agents or third-par
1. Get the [license key](/docs/apis/intro-apis/new-relic-api-keys/#ingest-license-key) for the account you want to report data to and have it ready.
2. Copy the following `curl` request into a text editor:

```
```bash
curl -i -H "Content-Type: application/json" \
-H "Api-Key: <var>$YOUR_LICENSE_KEY</var>" \
-H 'Data-Format: newrelic' \
Expand Down Expand Up @@ -207,7 +207,7 @@ If you haven't already set up a trace observer, complete the following:
1. Get the [license key](/docs/apis/intro-apis/new-relic-api-keys/#ingest-license-key) for the account you want to report data to and have it ready.
2. Copy the following `curl` request into a text editor:

```
```bash
curl -i -H "Content-Type: application/json" \
-H "Api-Key: <var>$YOUR_LICENSE_KEY</var>" \
-H 'Data-Format: newrelic' \
Expand Down

0 comments on commit f8ce2c7

Please sign in to comment.