Skip to content

Commit

Permalink
Update instrument-browser-monitoring-java-agent-api.mdx
Browse files Browse the repository at this point in the history
Update Thymeleaf manual instrumentation steps.
  • Loading branch information
jtduffy committed Mar 8, 2024
1 parent 8a9afc1 commit 66febb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ If your framework does not allow you to enable browser monitoring from our UI, w
```html
<head>
...
<div th:remove="tag" th:utext="${T(com.newrelic.api.agent.NewRelic).getBrowserTimingHeader()}"></div>
<div th:remove="tag" th:utext="${header}" th:with="header=${T(com.newrelic.api.agent.NewRelic).getBrowserTimingHeader()}"></div>
</head>

<body>
Expand Down

0 comments on commit 66febb7

Please sign in to comment.