Skip to content

Commit d972bef

Browse files
committed
more renames
1 parent 2a136c7 commit d972bef

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
---
2-
title: Dev Toolbar
2+
title: Sentry Toolbar
33
sidebar_order: 120
4-
description: "Bring critical Sentry insights and tools directly into your web app for easier troubleshooting with the Dev Toolbar."
4+
description: "Bring critical Sentry insights and tools directly into your web app for easier troubleshooting with the Sentry Toolbar."
55
---
66

77
<Alert>
8-
The Dev Toolbar is currently in **beta**. Beta features are still in progress and may have bugs. Please reach out on
8+
The Sentry Toolbar is currently in **beta**. Beta features are still in progress and may have bugs. Please reach out on
99
[GitHub](https://github.com/getsentry/sentry-toolbar/issues) if you have any feedback or concerns.
1010
</Alert>
1111

12-
Developers spend a lot of time troubleshooting their web apps on local, staging, and production environments. The Sentry Dev Toolbar pulls data from [sentry.io](http://sentry.io) and surfaces relevant, actionable issues to you when you have the most context for understanding it: as you browse your own site. The Dev Toolbar is a floating widget in your web app, offering meaningful Sentry insights for the specific page being viewed through three different **page-aware** panels: Issues, Feedback, and Feature Flags.
12+
Developers spend a lot of time troubleshooting their web apps on local, staging, and production environments. The Sentry Toolbar pulls data from [sentry.io](http://sentry.io) and surfaces relevant, actionable issues to you when you have the most context for understanding it: as you browse your own site. The Sentry Toolbar is a floating widget in your web app, offering meaningful Sentry insights for the specific page being viewed through three different **page-aware** panels: Issues, Feedback, and Feature Flags.
1313

14-
![Collapsed Dev Toolbar in context of a website](./img/toolbar-collapsed.png)
14+
![Collapsed Toolbar in context of a website](./img/toolbar-collapsed.png)
1515

1616
## Issues Panel
1717

18-
The issues panel shows you your highest priority frontend [issues](https://docs.sentry.io/product/issues/) for the page you are currently viewing. From the Dev Toolbar, you can quickly jump into specific issues in Sentry to get more detailed information (examples: Sentry project, issue title, description, and when the issue was first and last seen) and take action (examples: assign to a team member or mark as resolved). With the issues panel, you can browse the pages that are most important to your business and understand the top issues impacting your user base.
18+
The issues panel shows you your highest priority frontend [issues](https://docs.sentry.io/product/issues/) for the page you are currently viewing. From the Sentry Toolbar, you can quickly jump into specific issues in Sentry to get more detailed information (examples: Sentry project, issue title, description, and when the issue was first and last seen) and take action (examples: assign to a team member or mark as resolved). With the issues panel, you can browse the pages that are most important to your business and understand the top issues impacting your user base.
1919

20-
![Dev Toolbar with the Issues Panel open](./img/issues-panel.png)
20+
![Toolbar with the Issues Panel open](./img/issues-panel.png)
2121

2222
## Feedback Panel
2323

2424
The feedback panel shows you the most recent user feedback messages for the page you are on, so you can more easily contextualize it. The feedback often describes suboptimal experiences that are not strictly code-thrown errors, such as misleading UX, broken links, and typos. The feedback panel works by pulling feedback messages from [Sentry’s User Feedback Widget](https://docs.sentry.io/product/user-feedback/#user-feedback-widget). Just like with the Issues panel, clicking on a particular user feedback will take you to the full detailed User Feedback page within Sentry.
2525

26-
![Dev Toolbar with the Feedback Panel open](./img/feedback-panel.png)
26+
![Toolbar with the Feedback Panel open](./img/feedback-panel.png)
2727

2828
## Feature Flags Panel
2929

30-
Feature flags are a powerful tool that allow you to control the visibility of features in your app, enabling you to ship, test, and experiment with confidence. The feature flag panel allows you to quickly view and override feature flags locally. You can override any feature flag to be `true` or `false` for your browser session, so you can verify its behavior and observe the impact it might have on errors. Learn more about how to [configure the feature flag panel](/product/dev-toolbar/setup/#implement-feature-flag-adapter) and [what data Sentry can track](/product/explore/feature-flags/) related to your feature flagging system.
30+
Feature flags are a powerful tool that allow you to control the visibility of features in your app, enabling you to ship, test, and experiment with confidence. The feature flag panel allows you to quickly view and override feature flags locally. You can override any feature flag to be `true` or `false` for your browser session, so you can verify its behavior and observe the impact it might have on errors. Learn more about how to [configure the feature flag panel](/product/sentry-toolbar/setup/#implement-feature-flag-adapter) and [what data Sentry can track](/product/explore/feature-flags/) related to your feature flagging system.
3131

3232

33-
![Dev Toolbar with the Feature Flags Panel open](./img/feature-flags-panel.png)
33+
![Toolbar with the Feature Flags Panel open](./img/feature-flags-panel.png)
3434

3535
## Login Flow
3636

37-
After setting up the Dev Toolbar you’ll see a “Login to Sentry” button floating in the center of the page. To access any information from your Sentry organization, you have to click this button and login to Sentry.
38-
![Dev Toolbar login button](./img/login-button.png)
37+
After setting up the Sentry Toolbar you’ll see a “Login to Sentry” button floating in the center of the page. To access any information from your Sentry organization, you have to click this button and login to Sentry.
38+
![Toolbar login button](./img/login-button.png)
3939

4040
After clicking the button, you will see a pop-up window for logging in to Sentry.
4141
![Sentry log in pop up](./img/login-popup.png)
4242

43-
If it's your first time [setting up the Dev Toolbar](/product/dev-toolbar/setup) , there will be a button with a link to Sentry's Dev Toolbar settings page to configure your domain.
44-
![Dev Toolbar configure domains button](./img/configure-domain.png)
43+
If it's your first time [setting up the Sentry Toolbar](/product/sentry-toolbar/setup) , there will be a button with a link to Sentry's Toolbar settings page to configure your domain.
44+
![Toolbar configure domains button](./img/configure-domain.png)
4545

46-
Learn more about setting up the toolbar, including configuring a feature flag provider and integrating the toolbar in different environments, on the next page.
46+
Learn more about setting up the Toolbar, including configuring a feature flag provider and integrating the toolbar in different environments, on the next page.

0 commit comments

Comments
 (0)