Skip to content

Commit 225ea89

Browse files
committed
remove duplicate snippet
1 parent a7e881f commit 225ea89

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

platform-includes/user-feedback/install/javascript.mdx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
The User Feedback integration is **already included** in your NPM packages. You can enable it by adding it to your `integrations` in your `init` config:
2-
3-
```javascript {tabTitle: NPM}
4-
import * as Sentry from "@sentry/browser";
5-
6-
Sentry.init({
7-
dsn: "___DSN___",
8-
integrations: [Sentry.feedbackIntegration()],
9-
});
10-
```
1+
The User Feedback integration is **already included** in your NPM packages. You don't need to install anything else to use it.
112

123
If you're using the Loader Script, you can lazy load the User Feedback integration like this:
134

0 commit comments

Comments
 (0)