DEV Community

Moch. Sudharmono
Moch. Sudharmono

Posted on

Sentry - Tracing

This is my self documentation from original docs here

Sentry is use for trace performance issues to poor-performing api calls and slow database queries.

Image description

It can show the list of errors log that you provided in the source code. You can trace it per functions:

Image description

So you could trace the error easier.

Here is the features that they claim:

  • Learn the ins-and-outs of distributed tracing and how it can assist you in monitoring the increasingly complex requirements of full stack applications.

  • It shows how developers can trace those pesky performance issues to poor-performing API calls & slow database queries across all your services.

  • Trace View and Trace Navigator give you a through line between transactions across all your projects.

  • Find the slowest operation or “work” taking place on your service. All without having to click into each trace.

Thanks for reading this post.

Top comments (0)