Commit 74f9c36
docs(nextjs): document the route manifest injection option (#16076)
This document outlines the new option introduced in
getsentry/sentry-javascript#18798, which was
released in `10.34.0`.
This option replaces the `disableManifestinjection` option, providing
users with the flexibility to either completely disable this behavior or
selectively exclude specific routes from being included in the route
manifest.
A common use case for this option is when some routes are private or
contain unreleased features. Having these routes present in the route
manifest posed challenges for certain users. To address this, an
`exclude` option allows users to avoid the all-or-nothing compromise,
ensuring that data quality is maintained and preventing the leakage of
route information.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Sarah Mischinger <sarah@codingwriter.com>1 parent ba53daa commit 74f9c36
1 file changed
Lines changed: 38 additions & 4 deletions
Lines changed: 38 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
230 | 238 | | |
231 | 239 | | |
232 | 240 | | |
233 | 241 | | |
234 | 242 | | |
235 | 243 | | |
236 | | - | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
237 | 271 | | |
238 | 272 | | |
239 | 273 | | |
| |||
0 commit comments