You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
303 B

  1. head: |
  2. <!-- Elastic APM RUM -->
  3. <script async src="https://unpkg.com/@elastic/apm-rum/dist/bundles/elastic-apm-rum.umd.min.js"></script>
  4. <script>
  5. elasticApm.init({
  6. serviceName: '{{serviceName}}',
  7. serverUrl: '{{serverUrl}}',
  8. environment: '{{environment}}'
  9. })
  10. </script>