Skip to content

Commit

Permalink
chore: add language identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
brnhensley committed May 29, 2023
1 parent 1e319ab commit c722b31
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ redirects:

## Syntax

```
```py
newrelic.agent.ignore_transaction(flag=True)
```

Expand Down Expand Up @@ -68,7 +68,7 @@ None.

To ignore a transaction that you don't want to show up in the UI, you would run the following where a transaction is being generated in your app code. This example illustrates using the API to ignore a Flask route:

```
```py
@app.route("/")
def process_results():
newrelic.agent.ignore_transaction(flag=True)
Expand Down

0 comments on commit c722b31

Please sign in to comment.