You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Lazy initializes Sentry without performance impact in your Docusaurus website.
5
5
## Installation
6
6
7
7
```bash
8
-
yarn add docusuarus-plugin-sentry
8
+
yarn add docusaurus-plugin-sentry
9
9
```
10
10
11
11
## Configuration
@@ -24,4 +24,4 @@ module.exports = {
24
24
};
25
25
```
26
26
27
-
Read more about how Sentry uses lazy loading to don't impact the performance [https://docs.sentry.io/platforms/javascript/install/lazy-load-sentry/](https://docs.sentry.io/platforms/javascript/install/lazy-load-sentry/)
27
+
Read more about how Sentry uses lazy loading to don't impact the performance [https://docs.sentry.io/platforms/javascript/install/lazy-load-sentry/](https://docs.sentry.io/platforms/javascript/install/lazy-load-sentry/)
0 commit comments