instrumentation-client.js
Learn how to add client-side instrumentation to track and monitor your Next.js application's frontend performance.
The instrumentation-client.js|ts
file allows you to add monitoring and analytics code that runs before your application's frontend code starts executing. This is useful for setting up performance tracking, error monitoring, or any other client-side observability tools.
To use it, place the file in the root of your application or inside a src
folder.
Usage
Unlike server-side instrumentation, you don't need to export any specific functions. Simply write your monitoring code directly in the file: