@@ -130,6 +130,12 @@ Sentry.init(
130130 // which automatically captures Session Replays
131131 Sentry .replayIntegration (),
132132 // ___PRODUCT_OPTION_END___ session-replay
133+ // ___PRODUCT_OPTION_START___ user-feedback
134+ Sentry .feedbackIntegration ({
135+ // Additional SDK configuration goes in here, for example:
136+ colorScheme: " system" ,
137+ }),
138+ // ___PRODUCT_OPTION_END___ user-feedback
133139 ],
134140 // ___PRODUCT_OPTION_START___ performance
135141
@@ -209,6 +215,12 @@ Sentry.init(
209215 // which automatically captures Session Replays
210216 new Sentry .Replay (),
211217 // ___PRODUCT_OPTION_END___ session-replay
218+ // ___PRODUCT_OPTION_START___ user-feedback
219+ Sentry .feedbackIntegration ({
220+ // Additional SDK configuration goes in here, for example:
221+ colorScheme: " system" ,
222+ }),
223+ // ___PRODUCT_OPTION_END___ user-feedback
212224 ],
213225
214226 // ___PRODUCT_OPTION_START___ performance
@@ -285,6 +297,12 @@ Sentry.init(
285297 // which automatically captures Session Replays
286298 Sentry .replayIntegration (),
287299 // ___PRODUCT_OPTION_END___ session-replay
300+ // ___PRODUCT_OPTION_START___ user-feedback
301+ Sentry .feedbackIntegration ({
302+ // Additional SDK configuration goes in here, for example:
303+ colorScheme: " system" ,
304+ }),
305+ // ___PRODUCT_OPTION_END___ user-feedback
288306 ],
289307 // ___PRODUCT_OPTION_START___ performance
290308
@@ -345,6 +363,12 @@ Sentry.init(
345363 // which automatically captures Session Replays
346364 Sentry .replayIntegration (),
347365 // ___PRODUCT_OPTION_END___ session-replay
366+ // ___PRODUCT_OPTION_START___ user-feedback
367+ Sentry .feedbackIntegration ({
368+ // Additional SDK configuration goes in here, for example:
369+ colorScheme: " system" ,
370+ }),
371+ // ___PRODUCT_OPTION_END___ user-feedback
348372 ],
349373 // ___PRODUCT_OPTION_START___ performance
350374
@@ -402,6 +426,12 @@ Sentry.init(
402426 // which automatically captures Session Replays
403427 Sentry .replayIntegration (),
404428 // ___PRODUCT_OPTION_END___ session-replay
429+ // ___PRODUCT_OPTION_START___ user-feedback
430+ Sentry .feedbackIntegration ({
431+ // Additional SDK configuration goes in here, for example:
432+ colorScheme: " system" ,
433+ }),
434+ // ___PRODUCT_OPTION_END___ user-feedback
405435 ],
406436 // ___PRODUCT_OPTION_START___ performance
407437
0 commit comments