Skip to content

Commit 6e194f2

Browse files
committed
Update docs table
1 parent bdc7a74 commit 6e194f2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,13 @@ type IncludeEntry = {
421421
"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.",
422422
supportedBundlers: ["webpack", "vite", "rollup"],
423423
},
424+
{
425+
name: "_experimentalInjectIntoHtml",
426+
type: "boolean",
427+
fullDescription:
428+
"An experimental component annotation injection mode that injects annotations into HTML rather than React components.",
429+
supportedBundlers: ["webpack", "vite", "rollup"],
430+
},
424431
],
425432
},
426433
{

0 commit comments

Comments
 (0)