Skip to content

Commit

Permalink
Merge pull request #16458 from jtduffy/patch-18
Browse files Browse the repository at this point in the history
Update instrument-browser-monitoring-java-agent-api.mdx
  • Loading branch information
bradleycamacho committed Mar 8, 2024
2 parents d5cf460 + 66febb7 commit 0db2ac2
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 0db2ac2

Please sign in to comment.