File tree 1 file changed +7
-7
lines changed
packages/website/src/content/docs/setup
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,27 +9,27 @@ Spotlight can be utilized in any stack, but in particular is well supported anyw
9
9
10
10
There's a few steps to get started:
11
11
12
- 1 . Install and initialize the [ Overlay] ( #configure-the-overlay ) .
13
- 2 . Run the [ Sidecar] ( #run-the-sidecar ) concurrently with your development server.
14
- 3 . Configure [ Sentry's SDKs to send to Spotlight] ( #leverage-sentry-sdks ) by passing ` spotlight=True ` .
12
+ 1 . Install and initialize the [ Overlay] ( #1-installation ) .
13
+ 2 . Run the [ Sidecar] ( #3- run-the-sidecar ) concurrently with your development server.
14
+ 3 . Configure [ Sentry's SDKs to send to Spotlight] ( #bonus- leverage-sentry-sdks ) by passing ` spotlight=True ` .
15
15
16
16
## 1. Installation
17
17
18
18
Start by installing the ` @spotlightjs/spotlight ` package in your existing frontend application.
19
19
20
20
<Tabs >
21
21
<TabItem label = " npm" >
22
- ``` sh
23
- npm add @spotlightjs/spotlight
22
+ ``` sh
23
+ npm add @spotlightjs/spotlight
24
24
```
25
25
</TabItem >
26
26
<TabItem label = " pnpm" >
27
- ``` sh
27
+ ``` sh
28
28
pnpm add @spotlightjs/spotlight
29
29
```
30
30
</TabItem >
31
31
<TabItem label = " yarn" >
32
- ``` sh
32
+ ``` sh
33
33
yarn add @spotlightjs/spotlight
34
34
```
35
35
</TabItem >
You can’t perform that action at this time.
0 commit comments