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 29cf397 commit 714312eCopy full SHA for 714312e
dev-packages/browser-integration-tests/utils/generatePlugin.ts
@@ -222,7 +222,8 @@ class SentryScenarioGenerationPlugin {
222
const integrationBundleKey = bundleKey
223
.replace('loader_', 'bundle_')
224
.replace('_replay', '')
225
- .replace('_tracing', '');
+ .replace('_tracing', '')
226
+ .replace('_feedback', '');
227
228
this.requiredIntegrations.forEach(integration => {
229
const fileName = `${integration}.bundle.js`;
0 commit comments