Commit 9e8e0d9
authored
Update Sentry SDK integration instructions for frontend: generalize p… (#15614)
This pull request updates the Sentry integration documentation for
frontend applications to improve clarity and remove unnecessary code
comments. The most important changes are:
**Documentation clarity improvements:**
* Updated the instructions to install the Sentry React SDK to use the
more general term "package manager" instead of specifically "NPM" in
`docs/product/sentry-basics/integrate-frontend/initialize-sentry-sdk.mdx`.
**Code cleanup:**
* Removed an unused code comment include for trace sample rate
configuration from the Sentry initialization code example in
`docs/product/sentry-basics/integrate-frontend/initialize-sentry-sdk.mdx`.1 parent f4ef7b8 commit 9e8e0d9
File tree
1 file changed
+1
-5
lines changed- docs/product/sentry-basics/integrate-frontend
1 file changed
+1
-5
lines changedLines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | 77 | | |
82 | 78 | | |
83 | 79 | | |
| |||
0 commit comments