You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/bundler-plugin-core/src/types.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -322,7 +322,7 @@ export interface Options {
322
322
/**
323
323
* 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.
324
324
*/
325
-
ignoreComponents?: string[];
325
+
ignoredComponents?: string[];
326
326
// TODO: Support this option in the future
327
327
/**
328
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
Copy file name to clipboardExpand all lines: packages/dev-utils/src/generate-documentation-table.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -391,7 +391,7 @@ type IncludeEntry = {
391
391
supportedBundlers: ["webpack","vite","rollup"],
392
392
},
393
393
{
394
-
name: "ignoreComponents",
394
+
name: "ignoredComponents",
395
395
type: "string[]",
396
396
fullDescription:
397
397
"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.",
0 commit comments