Skip to content

Techfluent-au/baselime-nextjs-template

 
 

Repository files navigation

Next.js Baselime Template with OpenTelemetry

image

This is a Next.js project instrumented with OpenTelemetry and Real User Monitoring and sending logs and traces to Baselime.

Deployment

This project is deployed to Vercel

Deploy with Vercel

Logging

This template will automatically install the Baselime Vercel Integration which will setup a log drain to automatically capture all the logs from your Vercel projects.

image

Distributed Tracing With OpenTelemetry

This template is instrumented with the Baselime OpenTelemetry SDK for Next.js. This instrumentation will automatically capture distributed traces from your Next.js application and export them to Baselime for analysis.

image

Instructions

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Learn More

  • To learn more about baselime go do the docs
  • To see the deployed applications logs, and traces go to the Baselime Console

About

This is a Next.js project with Baselime, OpenTelemetry and Real User Monitoring.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.1%
  • CSS 6.2%
  • JavaScript 2.7%