Skip to content

Commit

Permalink
chore: shell formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brnhensley authored Feb 21, 2025
1 parent 90183c3 commit 439dfd2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ After waiting a few minutes, data is not appearing in your Heroku app's APM [<DN

1. Check the Heroku logs for errors with this Heroku toolbelt command:

```
```shell
heroku logs --tail
```
2. Check that the files in your Heroku dyno match the file modifications from the [Java on Heroku](/docs/agents/java-agent/heroku/java-agent-heroku) or [Java with Scala on Heroku](/docs/agents/java-agent/heroku/java-agent-scala-heroku) installation procedures. Use this Heroku toolbelt command:

```
```shell
heroku run bash
```
3. Try the steps in [No data appears (Java)](/docs/agents/java-agent/troubleshooting/no-data-appears-java).

0 comments on commit 439dfd2

Please sign in to comment.