Skip to content

Commit e9042a5

Browse files
committed
remove todo comments
1 parent 15444f5 commit e9042a5

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

packages/bundler-plugin-core/src/types.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -323,11 +323,6 @@ export interface Options {
323323
* A list of strings representing the names of components to ignore. The plugin will not apply `data-sentry` annotations on the DOM element for these components.
324324
*/
325325
ignoredComponents?: string[];
326-
// TODO: Support this option in the future
327-
/**
328-
* A list of strings representing local paths to files to ignore. The plugin will not apply `data-sentry` annotations on components in these files
329-
*/
330-
// ignoreFiles?: string[];
331326
};
332327

333328
/**

packages/dev-utils/src/generate-documentation-table.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -397,14 +397,6 @@ type IncludeEntry = {
397397
"A list of strings representing the names of components to ignore. The plugin will not perform apply `data-sentry` annotations on the DOM element for these components.",
398398
supportedBundlers: ["webpack", "vite", "rollup"],
399399
},
400-
// TODO: Support this option in the future
401-
// {
402-
// name: "ignoreFiles",
403-
// type: "string[]",
404-
// fullDescription:
405-
// "A list of strings representing local paths to files to ignore. The plugin will not perform any annotations on components in these files.",
406-
// supportedBundlers: ["webpack", "vite", "rollup"],
407-
// },
408400
],
409401
},
410402
{

0 commit comments

Comments
 (0)