Telebugs 1.2.0: Timezone fixes, ARM64 support, and auto-refresh on first error

Telebugs 1.2.0 brings accurate timezone handling, ARM64 Docker support, auto-refresh on first error, and critical bug fixes for smoother error tracking.

Kyrylo Silin
Kyrylo Silin
Telebugs founder

I've just released a new version of Telebugs (1.2.0) which includes many bug fixes and improvements. My favorite new feature is automatic page refresh when the first error is received — it greatly improves the user experience by providing instant feedback.

Automatic page refresh on first error

Some users mentioned that it wasn’t clear whether the SDK was installed correctly or that they needed to refresh the page to see the first error. To solve this, I added a feature that automatically refreshes the page when the first error is received. This way, you can immediately see the error in the Telebugs dashboard — no manual refresh needed.

Here’s how it works:

  • You create a new project in Telebugs.
  • You install the SDK in your app.
  • You send a test error.
  • The page auto-refreshes 🎉

ARM64 support

Telebugs now supports the ARM64 architecture in its Docker image. That means you can run Telebugs on ARM64 devices like Raspberry Pi or Apple Silicon Macs without any issues.

Technically, Telebugs has supported ARM64 from the beginning, but there was a bug in TailwindCSS that prevented it from working properly in Docker on ARM64 devices. Thanks to the amazing Tailwind team who found a workaround, everything now works smoothly.

Timezone fixes

Telebugs now handles timezones correctly in the UI.

Previously, if you were in a timezone behind UTC (like in the U.S.), the error graph could sometimes show today’s errors on the next day's page. When visiting a project page, you might see an outdated time window instead of the current one.

That’s now fixed — the graph always displays the correct time window based on your local timezone.

Other bug fixes

This release also includes several smaller fixes and improvements:

  • Better UX for invited members.
  • Fixed notification channel forms and rules staying in sync.
  • Improved UI for notification configuration buttons.
  • ...and more.
WEmail notifications configuration in Telebugs (before)

Email notifications configuration in Telebugs (before).

Email notifications configuration in Telebugs (after)

Email notifications configuration in Telebugs (after).

For the full list of changes, check out the changelog.

— Kyrylo