Update layout.html

This commit is contained in:
Kailowsky 2024-07-31 15:55:29 +02:00 committed by GitHub
parent 383edc1656
commit 5f7d612f2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,13 @@
</div>
<script th:src="@{/webjars/bootstrap/5.3.3/dist/js/bootstrap.bundle.min.js}"></script>
<script src="https://unpkg.com/@elastic/apm-rum@5.16.1/dist/bundles/elastic-apm-rum.umd.js" crossorigin></script>
<script>
elasticApm.init({
serviceName: 'my-service-name',
serverUrl: 'http://192.168.1.193:8200',
})
</script>
</body>
</html>