@@ -24,7 +24,7 @@ You need:
2424Choose the features you want to configure, and this guide will show you how:
2525
2626<OnboardingOptionButtons
27- options = { [" error-monitoring" , " performance" , " session-replay" ]}
27+ options = { [" error-monitoring" , " performance" , " session-replay" , " user-feedback " ]}
2828/>
2929
3030<PlatformContent includePath = " getting-started-features-expandable" />
@@ -102,6 +102,12 @@ Sentry.init({
102102 // which automatically captures Session Replays
103103 Sentry .replayIntegration (),
104104 // ___PRODUCT_OPTION_END___ session-replay
105+ // ___PRODUCT_OPTION_START___ user-feedback
106+ Sentry .feedbackIntegration ({
107+ // Additional SDK configuration goes in here, for example:
108+ colorScheme: " system" ,
109+ }),
110+ // ___PRODUCT_OPTION_END___ user-feedback
105111 ],
106112 // ___PRODUCT_OPTION_START___ performance
107113
@@ -156,6 +162,12 @@ Sentry.init({
156162 // which automatically captures Session Replays
157163 Sentry .replayIntegration (),
158164 // ___PRODUCT_OPTION_END___ session-replay
165+ // ___PRODUCT_OPTION_START___ user-feedback
166+ Sentry .feedbackIntegration ({
167+ // Additional SDK configuration goes in here, for example:
168+ colorScheme: " system" ,
169+ }),
170+ // ___PRODUCT_OPTION_END___ user-feedback
159171 ],
160172 // ___PRODUCT_OPTION_START___ performance
161173
0 commit comments