We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225ea89 commit 6c19a16Copy full SHA for 6c19a16
platform-includes/user-feedback/install/javascript.mdx
@@ -10,7 +10,9 @@ window.sentryOnLoad = function () {
10
11
Sentry.lazyLoadIntegration("feedbackIntegration")
12
.then((feedbackIntegration) => {
13
- Sentry.addIntegration(feedbackIntegration());
+ Sentry.addIntegration(feedbackIntegration({
14
+ // User Feedback configuration options
15
+ }));
16
})
17
.catch(() => {
18
// this can happen if e.g. a network error occurs,
0 commit comments