-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Ad alerts and dashboard page to new quickstart guide #13522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
6bdc912
Add first onboarding guide to docs
9ef5c3d
Fix typo in link causing 404
cba8ecc
Add minor copy edits after discussion with stakeholder
5a29367
Start work on data enrichment page
092f3a2
Remove code comment
1f8bcbb
Fix broken links
8588bec
Add alerts page to quickstart guide
a0a7c60
Add descriptions
86a6ccb
Remove unrelated change
20ca285
Replace zendesk links
6f3f7c6
Update docs/product/onboarding/alerts-dashboards.mdx
coolguyzone f9ec09b
Update docs/product/onboarding/alerts-dashboards.mdx
coolguyzone 29ca6ef
Update docs/product/onboarding/alerts-dashboards.mdx
coolguyzone fabc176
Fix conflicts
3899400
Update link url
5b7db59
Merge branch 'master' into ob-alerts
coolguyzone File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
title: Sentry Alerts and Dashboards | ||
sidebar_title: Alerts and Dashboards | ||
description: "Get started with Sentry alerts and dashboards to monitor key metrics, track issue trends, and gain real-time insights into your application's performance." | ||
sidebar_order: 6000 | ||
--- | ||
|
||
By the end of this guide you'll be able to create and customize Sentry alerts and dashboards to monitor key metrics, track issue trends, and gain real-time insights in to your application performance. If you get stuck anywhere, try [asking Sentry AI](/?askAI=true) or join our [Discord](https://discord.gg/sentry) community. | ||
|
||
## 1. Alerting Strategy | ||
|
||
After [integrating with Slack](https://sentry-docs-git-ob-alerts.sentry.dev/organization/integrations/notification-incidents/slack/) and adding your members and teams, it's time to create [Sentry alerts](/product/alerts/best-practices/) to ensure real-time issue detection, enabling faster debugging and reducing downtime. Configuring alerts using specific thresholds or conditions helps prioritize problems, improving system reliability and incident response time. | ||
|
||
### Alert Recommendations | ||
|
||
- **Error Alert (High-Frequency)** - Triggers when a new or existing production issue suddenly spikes in frequency. | ||
|
||
<Arcade src="https://demo.arcade.software/YaLyaOnchFhnNgnnegdx?embed" /> | ||
|
||
- **Performance Alert** - Detects and alerts for specific performance metrics when they exceed a specified threshold. | ||
|
||
<Arcade src="https://demo.arcade.software/OKhoLV2GUeP1xHQIDAbM?embed" /> | ||
|
||
- **Crash Rate Alert** - Monitors application stability by tracking the percentage of users experiencing crashes within a given time frame. | ||
|
||
<Arcade src="https://demo.arcade.software/r2YOeIh3sj9Lzmc3vBmj?embed" /> | ||
|
||
- **Anomaly Detection** - Sentry can simplify your alerting needs by automatically detecting anomalies and proactively alerting you. | ||
|
||
<Arcade src="https://demo.arcade.software/lkvlGb3Cxh4ZwvEbfM0X?embed" /> | ||
|
||
You can also create metric alerts for all you custom-instrumented transactions/spans based on key performance indicators such as [throughput](/product/alerts/alert-types/#performance). | ||
|
||
<Arcade src="https://demo.arcade.software/Ij5ofpPdcu6i71HPdKX2?embed" /> | ||
|
||
## 2. Sentry Dashboards and Discover | ||
|
||
Setting up Sentry dashboards is crucial for speeding up triage and offering a real-time view of critical issues, trends, and performance in your app. If an irregularity is observed, Sentry dashboards allow users to jump directly into troubleshooting with a few clicks. | ||
|
||
### Recommended Dashboards | ||
|
||
1. **Error Overview Dashboard** - Provides a high-level view of application health, showing you error trends, most frequent issues, and spikes in error occurrences. | ||
|
||
2. **Performance Monitoring Dashboard** - Tracks transaction durations, slow API calls, and database query performance to identify bottlenecks. | ||
|
||
3. **Mobile Crash Rate and Release Health Dashboard** - Monitors application stability and release impact by tracking crash rates across different versions. | ||
|
||
4. **Critical Experience Dashboard** - Tracks errors or performance bottlenecks in your application's critical experiences. [See an example](https://sandbox.sentry.io/dashboard/126679/). | ||
|
||
### Congratulations on completing the Sentry onboarding guide! | ||
|
||
You now have the foundation to make the most out of Sentry. Here are some highlights on what you've implemented: | ||
|
||
- **Track errors** and performance by connecting projects and integrating your tools. | ||
|
||
- **Add custom context** and performance instrumentation. | ||
|
||
- **Stay on top of critical issues** with alerts. | ||
|
||
- **Create dashboards** for insights, and filter or group issues for easy tracking. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.