Skip to content

Commit bcedaee

Browse files
huntiebyCedric
andauthored
[0.76] Drop custom source map exclusion rule (#136)
Co-authored-by: Cedric van Putten <[email protected]>
1 parent ce5d32a commit bcedaee

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

front_end/core/sdk/sdk-meta.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -327,13 +327,6 @@ const UIStrings = {
327327
const str_ = i18n.i18n.registerUIStrings('core/sdk/sdk-meta.ts', UIStrings);
328328
const i18nLazyString = i18n.i18n.getLazilyComputedLocalizedString.bind(undefined, str_);
329329

330-
Common.Settings.registerSettingExtension({
331-
storageType: Common.Settings.SettingStorageType.Synced,
332-
settingName: 'skip-stack-frames-pattern',
333-
settingType: Common.Settings.SettingType.REGEX,
334-
defaultValue: '/node_modules/|/bower_components/',
335-
});
336-
337330
Common.Settings.registerSettingExtension({
338331
storageType: Common.Settings.SettingStorageType.Synced,
339332
settingName: 'skip-content-scripts',

0 commit comments

Comments
 (0)