Skip to content

Commit 238f866

Browse files
committed
docs: fix incorrect default value
1 parent 4645254 commit 238f866

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/docs/content/1.getting-started/2.installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default defineNuxtConfig({
6262
| `exclude` | `string[]` | `undefined` | Route patterns to exclude from logging. Supports glob (`/api/_nuxt_icon/**`). Exclusions take precedence over inclusions |
6363
| `routes` | `Record<string, RouteConfig>` | `undefined` | Route-specific service configuration. Allows setting different service names for different routes using glob patterns |
6464
| `pretty` | `boolean` | `true` in dev | Pretty print with tree formatting |
65-
| `inset` | `string` | `'evlog'` | Nested property name for wide events |
65+
| `inset` | `string` | `undefined` | Nested property name for wide events |
6666
| `sampling.rates` | `object` | `undefined` | Head sampling rates per log level (0-100%). See [Sampling](#sampling) |
6767
| `sampling.keep` | `array` | `undefined` | Tail sampling conditions to force-keep logs. See [Sampling](#sampling) |
6868
| `transport.enabled` | `boolean` | `false` | Enable sending client logs to the server. See [Client Transport](#client-transport) |
@@ -514,4 +514,4 @@ evlog requires TypeScript 5.0 or higher for optimal type inference.
514514

515515
## Next Steps
516516

517-
- [Quick Start](/getting-started/quick-start) - Learn the core concepts and start using evlog
517+
- [Quick Start](/getting-started/quick-start) - Learn the core concepts and start using evlog

0 commit comments

Comments
 (0)