Skip to content

getsentry/sentry-changelog

Repository files navigation

Sentry Changelog

A Next.js application for managing and displaying Sentry's product changelog.

Setup

Prerequisites

  • Volta for Node.js version management
  • pnpm 9.15.0

Development

  1. Install Node.js via Volta

    # Volta will automatically install the correct Node.js version
    # when you enter the project directory
    volta install node
  2. Start the database

    docker compose up -d
  3. Install dependencies

    pnpm install
  4. Set up the database

    pnpm migrate:dev
  5. Start the development server

    pnpm dev

The application will be available at http://localhost:3000.

Contributing

  • The application uses Prisma for database management
  • Run pnpm lint to check code style with Biome
  • Run pnpm format to format code
  • Pre-commit hooks automatically format and lint staged files
  • Database migrations are managed through Prisma
  • Sentry integration is configured for error monitoring

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 3

  •  
  •  
  •