Add a tracker script for each page of the Camunda Webapp

I’d like to add a <script></script> section within each HTML page that the Camunda web app delivers to the user such that I can add a tracker to monitor the frontend with a monitoring tool.

I’m using Camunda within Spring Boot and embed the web app via https://github.com/camunda/camunda-bpm-spring-boot-starter.

Is there some way to do this?