Skip to content

Commit 16c3714

Browse files
c298leecoolguyzone
andauthored
Apply suggestions from code review
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 3cd322f commit 16c3714

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

docs/product/dev-toolbar/index.mdx

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,38 +15,35 @@ Developers spend a lot of time troubleshooting their web apps on local, staging,
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 (e.g. Sentry project, issue title, and description, and when the issue was first and last seen) and take action (e.g. 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 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.
1919

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

2222
## Feedback Panel
2323

24-
The feedback panel shows you the most recent user feedback messages for the page you are on, so you can more easily contextualize user feedback. 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.
24+
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

2626
![Dev 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).
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.
3131

32-
<Note>
33-
[Learn more](/product/explore/feature-flags/) about what data Sentry can track related to your feature flagging system.
34-
</Note>
3532

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

3835
## Login Flow
3936

40-
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.
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.
4138
![Dev Toolbar login button](./img/login-button.png)
4239

43-
After clicking the button, you will see a pop up for logging in to Sentry.
40+
After clicking the button, you will see a pop-up window for logging in to Sentry.
4441
![Sentry log in pop up](./img/login-popup.png)
4542

4643
If it's your first time setting up the Dev Toolbar, there will be a button with a link to Sentry's Dev Toolbar settings page to configure your domain.
4744
![Dev Toolbar configure domains button](./img/configure-domain.png)
4845

49-
You'll need to add your domain URL to Allowed Origins in Sentry on the Settings > Project > Dev Toolbar page.
46+
You'll need to add your domain URL to Allowed Origins in Sentry on the **Settings > Project > Dev Toolbar** page.
5047
![Sentry's Dev Toolbar Settings Page](./img/sentry-toolbar-settings.png)
5148

5249
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)