Skip to content

Commit c74bf31

Browse files
committed
couple more edits
1 parent 350e8b4 commit c74bf31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/product/dev-toolbar/setup.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ description: "Get started with Sentry's Dev Toolbar, bringing critical Sentry in
1111

1212
## Set Up Your Web App
1313

14-
<Alert title="Note" level="warning">
15-
[Enabling tracing](/platforms/javascript/tracing/) is a prerequisite for having page-aware panels, as it allows us to collect page-specific issues and feedback through transactions.
14+
<Alert level="warning">
15+
[Enabling tracing](/platforms/javascript/tracing/) is a prerequisite using the Developer Toolbar. Tracing is used to collect page-specific issues and feedback through transactions.
1616
</Alert>
1717

1818
You need to complete two steps to get the toolbar rendered on the page:
@@ -80,7 +80,7 @@ And you can include any additional fields from this list:
8080

8181
In order to integrate your Feature Flagging platform with the Dev Toolbar, you will need an adapter that can read flag data from your provider, and also store and retrieve a list of overrides to apply to your local browser session.
8282

83-
We plan to create adapters for OpenFeature and LaunchDarkly soon!
83+
We plan to [create adapters for OpenFeature and LaunchDarkly](https://github.com/getsentry/sentry-toolbar/issues/150) soon.
8484

8585
The adapter interface is:
8686
```javascript

0 commit comments

Comments
 (0)