Skip to content

Commit a0a7c00

Browse files
Apply suggestions from code review
Co-authored-by: Rich Harris <[email protected]>
1 parent e0e6616 commit a0a7c00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/svelte.dev/content/blog/2025-18-14-sveltekit-integrated-observability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ author: Elliott Johnson
55
authorURL: https://bsky.app/profile/gruntled.bsky.social
66
---
77

8-
Understanding how your SvelteKit application behaves in production — from request flows to performance bottlenecks — is crucial for building reliable user experiences. We're excited to introduce two new experimental features that bring integrated observability directly into SvelteKit: built-in OpenTelemetry tracing and a dedicated instrumentation setup file that ensures your monitoring tools work seamlessly from day one.
8+
Understanding how your SvelteKit application behaves in production — from request flows to performance bottlenecks — is crucial for building reliable user experiences. SvelteKit now has first-class support for observability: built-in [OpenTelemetry](https://opentelemetry.io/) tracing, and a dedicated instrumentation setup file that ensures your monitoring tools work seamlessly.
99

1010
## First-party OpenTelemetry traces
1111

1212
SvelteKit can now emit [OpenTelemetry](https://opentelemetry.io) traces for the following:
1313

1414
- [`handle`](/docs/kit/hooks#Server-hooks-handle) hook (`handle` functions running in a [`sequence`](/docs/kit/@sveltejs-kit-hooks#sequence) will show up as children of each other and the root handle hook)
15-
- [`load`](/docs/kit/load) functions (includes universal `load` functions when they're run on the server)
15+
- [`load`](/docs/kit/load) functions (includes universal `load` functions when they run on the server)
1616
- [Form actions](/docs/kit/form-actions)
1717
- [Remote functions](/docs/kit/remote-functions)
1818

0 commit comments

Comments
 (0)