Skip to content

Commit 714312e

Browse files
committed
fix for feedback bundle
1 parent 29cf397 commit 714312e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev-packages/browser-integration-tests/utils/generatePlugin.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ class SentryScenarioGenerationPlugin {
222222
const integrationBundleKey = bundleKey
223223
.replace('loader_', 'bundle_')
224224
.replace('_replay', '')
225-
.replace('_tracing', '');
225+
.replace('_tracing', '')
226+
.replace('_feedback', '');
226227

227228
this.requiredIntegrations.forEach(integration => {
228229
const fileName = `${integration}.bundle.js`;

0 commit comments

Comments
 (0)