You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/01-app/04-api-reference/05-config/01-next-config-js/clientInstrumentationHook.mdx
+30
Original file line number
Diff line number
Diff line change
@@ -34,3 +34,33 @@ const nextConfig = {
34
34
35
35
module.exports= nextConfig
36
36
```
37
+
38
+
## Example
39
+
40
+
Unlike server-side [instrumentation](/docs/app/building-your-application/optimizing/instrumentation), `instrumentation-client.ts` does not need to export a `register` function. You can write your synchronous code directly in the file:
0 commit comments