Skip to content

Commit 6c19a16

Browse files
mydeawhitep4nth3r
andauthored
Update platform-includes/user-feedback/install/javascript.mdx
Co-authored-by: Salma Alam-Naylor <[email protected]>
1 parent 225ea89 commit 6c19a16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ window.sentryOnLoad = function () {
1010

1111
Sentry.lazyLoadIntegration("feedbackIntegration")
1212
.then((feedbackIntegration) => {
13-
Sentry.addIntegration(feedbackIntegration());
13+
Sentry.addIntegration(feedbackIntegration({
14+
// User Feedback configuration options
15+
}));
1416
})
1517
.catch(() => {
1618
// this can happen if e.g. a network error occurs,

0 commit comments

Comments
 (0)