Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 2.08 KB

README.md

File metadata and controls

56 lines (40 loc) · 2.08 KB

Sentry-demos/with-typescript-eslint-jest

Setup

Create a .env with the following and fill in your values:

NEXT_PUBLIC_SENTRY_SERVER_ROOT_DIR="/Users/<path>/<to>/with-typescript-eslint-jest/"
NEXT_PUBLIC_APP_STAGE=production
NEXT_PUBLIC_SENTRY_DSN="<DSN>"
SENTRY_ORG=<ORG>
SENTRY_PROJECT=<PROJECT>
SENTRY_AUTH_TOKEN=<TOKEN>

Don't forget NEXT_PUBLIC_SENTRY_SERVER_ROOT_DIR ^

yarn install

Run

yarn build
yarn start
  1. Client error - Click the 'Test' button

  2. Node error - Go to localhost:3000/api/sentry?error=1

NextJS Typescript Boilerplate (ignore)

Bootstrap a developer-friendly NextJS app configured with:

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-typescript-eslint-jest with-typescript-eslint-jest-app
# or
yarn create next-app --example with-typescript-eslint-jest with-typescript-eslint-jest-app

Deploy it to the cloud with Vercel (Documentation).