[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

docs: add links to feedback discussions (#9225)

authored by

Vladimir and committed by
GitHub
(Dec 11, 2025, 11:17 AM +0100) 6a024c50 f7f6aa8b

+20 -2
+12
docs/config/experimental.md
··· 7 7 8 8 ## experimental.fsModuleCache <Version type="experimental">4.0.11</Version> {#experimental-fsmodulecache} 9 9 10 + ::: tip FEEDBACK 11 + Please, leave feedback regarding this feature in a [GitHub Discussion](https://github.com/vitest-dev/vitest/discussions/9221). 12 + ::: 13 + 10 14 - **Type:** `boolean` 11 15 - **Default:** `false` 12 16 ··· 103 107 104 108 ## experimental.openTelemetry <Version type="experimental">4.0.11</Version> {#experimental-opentelemetry} 105 109 110 + ::: tip FEEDBACK 111 + Please, leave feedback regarding this feature in a [GitHub Discussion](https://github.com/vitest-dev/vitest/discussions/9222). 112 + ::: 113 + 106 114 - **Type:** 107 115 108 116 ```ts ··· 167 175 ::: 168 176 169 177 ## experimental.printImportBreakdown <Version type="experimental">4.0.15</Version> {#experimental-printimportbreakdown} 178 + 179 + ::: tip FEEDBACK 180 + Please, leave feedback regarding this feature in a [GitHub Discussion](https://github.com/vitest-dev/vitest/discussions/9224). 181 + ::: 170 182 171 183 - **Type:** `boolean` 172 184 - **Default:** `false`
+4 -2
docs/guide/open-telemetry.md
··· 1 1 # Open Telemetry Support <Experimental /> {#open-telemetry-support} 2 2 3 + ::: tip FEEDBACK 4 + Please, leave feedback regarding this feature in a [GitHub Discussion](https://github.com/vitest-dev/vitest/discussions/9222). 5 + ::: 6 + 3 7 ::: tip Example Project 4 - 5 8 [GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/opentelemetry) 6 - 7 9 ::: 8 10 9 11 [OpenTelemetry](https://opentelemetry.io/) traces can be a useful tool to debug the performance and behavior of your application inside tests.
+4
docs/guide/ui.md
··· 129 129 130 130 ### Import Breakdown 131 131 132 + ::: tip FEEDBACK 133 + Please, leave feedback regarding this feature in a [GitHub Discussion](https://github.com/vitest-dev/vitest/discussions/9224). 134 + ::: 135 + 132 136 The Module Graph tab also provides an Import Breakdown with a list of modules that take the longest time to load (top 10 by default, but you can press "Show more" to load 10 more), sorted by Total Time. 133 137 134 138 <img alt="Import breakdown with a list of top 10 modules that take the longest time to load" img-light src="/ui/light-import-breakdown.png">