ID statt UID

This commit is contained in:
Moritz Utcke
2025-03-25 14:34:19 -03:00
parent efc1e8329a
commit 00772317e7
13 changed files with 83 additions and 92 deletions

View File

@@ -20,15 +20,17 @@ const { title } = Astro.props;
<script>
import { H } from "highlight.run";
H.init("1jdkoe52", {
serviceName: "online-energieausweis",
backendUrl: "https://highlight-backend.ibcornelsen.de/public",
tracingOrigins: true,
networkRecording: {
enabled: true,
recordHeadersAndBody: true
if (import.meta.env.PROD) {
H.init("1jdkoe52", {
serviceName: "online-energieausweis",
backendUrl: "https://highlight-backend.ibcornelsen.de/public",
tracingOrigins: true,
networkRecording: {
enabled: true,
recordHeadersAndBody: true
}
})
}
})
</script>