import type { AppProps } from 'next/app'
import { H } from 'highlight.run'
import { ErrorBoundary } from '@highlight-run/react'
H.init('<YOUR_PROJECT_ID>') // Get your project ID from https://app.highlight.io/setup
function MyApp({ Component, pageProps }: AppProps) {
return (
<ErrorBoundary>
<Component {...pageProps} />
</ErrorBoundary>
)
}
export default MyApp
With our pixel-perfect replays of your Next.js app, you'll get to the bottom of issues in no time and better understand how your app is being used.
Our alerting infrastructure can take abnormal metrics or errors raised in your Next.js app and notify your engineering team over Slack, Discord, and more!
Highlight allows you to track performance, request timings, and several other metrics in your Next.js application.