WEBVTT

00:00:00.000 --> 00:00:02.900
So, how does Telebugs work?

00:00:02.900 --> 00:00:06.400
Telebugs runs on your server
and tracks errors.

00:00:06.400 --> 00:00:08.200
That's the whole job.

00:00:08.200 --> 00:00:10.200
Start by creating a project.

00:00:10.200 --> 00:00:14.400
Give it a name, choose your platform,
and copy the DSN.

00:00:14.400 --> 00:00:17.200
If your application already uses Sentry,

00:00:17.200 --> 00:00:21.200
keep the SDK and replace its existing DSN.

00:00:21.200 --> 00:00:24.800
Trigger an error, and there it is.

00:00:24.800 --> 00:00:27.000
If the same thing keeps breaking,

00:00:27.000 --> 00:00:29.200
Telebugs groups the reports together

00:00:29.200 --> 00:00:32.200
instead of filling your screen
with duplicates.

00:00:32.200 --> 00:00:35.800
Install Telebugs on your phone,
and it behaves like an app.

00:00:35.800 --> 00:00:39.500
Push notifications arrive
even when the browser is closed.

00:00:39.500 --> 00:00:43.200
Tap one, and Telebugs opens
the error directly.

00:00:43.200 --> 00:00:45.200
You can see what happened and claim it,

00:00:45.200 --> 00:00:48.200
so your team knows someone
is taking care of it.

00:00:48.200 --> 00:00:51.300
Back at your desk,
open the latest report.

00:00:51.300 --> 00:00:53.900
Everything the SDK captured is there,

00:00:53.900 --> 00:00:57.500
including the backtrace, request,
affected user,

00:00:57.500 --> 00:01:00.200
breadcrumbs, and local variables.

00:01:00.200 --> 00:01:02.400
When a frame belongs to your application,

00:01:02.400 --> 00:01:05.200
open the file directly in your editor.

00:01:05.200 --> 00:01:07.000
If you need the report somewhere else,

00:01:07.000 --> 00:01:08.800
view it as Markdown.

00:01:08.800 --> 00:01:10.800
You get a clean version for an issue,

00:01:10.800 --> 00:01:13.900
a pull request, or an AI chat.

00:01:13.900 --> 00:01:16.900
And if your AI coding tool supports MCP,

00:01:16.900 --> 00:01:19.200
connect it directly to Telebugs.

00:01:19.200 --> 00:01:22.400
It can fetch the same report
while you work on the fix.

00:01:22.400 --> 00:01:24.800
When the bug is fixed, resolve it.

00:01:24.800 --> 00:01:28.800
If it comes back, Telebugs reopens it
and lets you know.

00:01:28.800 --> 00:01:30.300
That's Telebugs.

00:01:30.300 --> 00:01:33.300
It shows you what happened
and helps you fix the bug.

00:01:33.300 --> 00:01:35.300
Then it gets out of the way.
