# What does Sentry do other than error tracking?

<p class="elv-tracking-normal elv-text-default elv-font-figtree elv-text-base elv-leading-base elv-font-normal" elv="true"><em>We've been using Sentry for errors for a while and it works well for that. Curious how far it actually goes though, is performance monitoring, logs, and tracing genuinely useful in Sentry, or should we just use dedicated tools for that stuff?</em></p><p class="elv-tracking-normal elv-text-default elv-font-figtree elv-text-base elv-leading-base elv-font-normal" elv="true"></p><p class="elv-tracking-normal elv-text-default elv-font-figtree elv-text-base elv-leading-base elv-font-normal" elv="true"></p>

##### Post Metadata
- Posted at: 7 months ago
- Net upvotes: 1


## Comments
### Comment 1

Sentry started with error tracking, but it covers a lot more now. Performance monitoring automatically detects issues like N+1 queries, slow database calls, and requests that should be batched. Distributed tracing follows a request across frontend, backend, and mobile app in a single waterfall view. Profiling shows what your code is doing in production at the function level. Session replay records video-like reproductions of user sessions on web and mobile, so you can see happened before, during, and after an error. Logs are structured, searchable, and automatically linked to traces. You also get cron monitoring, uptime monitoring, release health tracking, and Insights dashboards for queries, API requests, frontend assets. Seer, Sentry&#39;s AI debugging agent, uses all of that data to identify root causes and suggest fixes. The real advantage over dedicated tools is that everything is connected: an error links to a replay, which links to a trace, links to a profile and logs. You lose that correlation when your stack is split across separate tools. Check out our product walkthrough to get the latest info: https://docs.sentry.io/product/


##### Comment Metadata
- Posted at: 4 months ago




## Related Product
[Sentry](https://www.g2.com/products/sentry/reviews)

## Related Category
[Bug Tracking](https://www.g2.com/categories/bug-tracking)

## Related discussions
- [How well does Trello scale into a larger team?](https://www.g2.com/discussions/1-how-well-does-trello-scale-into-a-larger-team)
  - Posted at: over 13 years ago
  - Comments: 6
- [Can we please add a new section](https://www.g2.com/discussions/2-can-we-please-add-a-new-section)
  - Posted at: over 13 years ago
  - Comments: 0
- [Quantifiable benefits from implementing your CRM](https://www.g2.com/discussions/quantifiable-benefits-from-implementing-your-crm)
  - Posted at: over 13 years ago
  - Comments: 4


