Skip to content

Commit

Permalink
[core] Drop custom source map exclusion rule (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored Nov 19, 2024
1 parent b61aae3 commit 98febfd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions front_end/core/sdk/sdk-meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,13 +327,6 @@ const UIStrings = {
const str_ = i18n.i18n.registerUIStrings('core/sdk/sdk-meta.ts', UIStrings);
const i18nLazyString = i18n.i18n.getLazilyComputedLocalizedString.bind(undefined, str_);

Common.Settings.registerSettingExtension({
storageType: Common.Settings.SettingStorageType.Synced,
settingName: 'skip-stack-frames-pattern',
settingType: Common.Settings.SettingType.REGEX,
defaultValue: '/node_modules/|/bower_components/',
});

Common.Settings.registerSettingExtension({
storageType: Common.Settings.SettingStorageType.Synced,
settingName: 'skip-content-scripts',
Expand Down

0 comments on commit 98febfd

Please sign in to comment.