Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update helper
  • Loading branch information
chargome committed Jan 14, 2026
commit d39bd4b91cbc322bb9739bd4abb0cea87f1a06ae
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,9 @@ class SentryScenarioGenerationPlugin {
.replace('loader_', 'bundle_')
.replace('_replay', '')
.replace('_tracing', '')
.replace('_feedback', '');
.replace('_feedback', '')
.replace('_logs', '')
.replace('_metrics', '');

// For feedback bundle, make sure to add modal & screenshot integrations
if (bundleKey.includes('_feedback')) {
Expand Down
Loading