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 d973fa5 commit 3857219Copy full SHA for 3857219
packages/browser/src/utils/lazyLoadIntegration.ts
@@ -8,6 +8,8 @@ const LazyLoadableIntegrations = {
8
replayIntegration: 'replay',
9
replayCanvasIntegration: 'replay-canvas',
10
feedbackIntegration: 'feedback',
11
+ feedbackModalIntegration: 'feedback-modal',
12
+ feedbackScreenshotIntegration: 'feedback-screenshot',
13
captureConsoleIntegration: 'captureconsole',
14
contextLinesIntegration: 'contextlines',
15
linkedErrorsIntegration: 'linkederrors',
0 commit comments