Alexander Padberg
Alexander Padberg
I could fix it temporarily by adding: ```ts const dataUrl = await toPng(viewport as HTMLElement, { skipFonts: true }); ```
Hi there, maybe it helps; for me the problem was my Backend did not attach the "server-timing" header back to the response: [Grafana Cloud Docs](https://grafana.com/docs/grafana-cloud/monitor-applications/frontend-observability/apm-integration/#server-side-requirements) I solved this via the...
Hi there, we are able to rotate the token in time before expiration with the Hashicorp/time provider, but the rotation would also delete/invalidate the old token and therefore an instant...