geekyme / typescript-app-sentry

A sample typescript app that reports errors to a sentry cluster, source map enabled. Contains instructions for running sentry in kubernetes as well

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript + Sentry = <3

This is a demo app in TS reporting errors to sentry, with source map enabled.

Sentry Screenshot

Setup

  1. You will need to have a working sentry cluster first. See sentry for how to run sentry locally and on kubernetes.

  2. Set your env variables:

export SENTRY_AUTH_TOKEN=..
export SENTRY_URL=..
export SENTRY_DSN=..
  1. npm run release

About

A sample typescript app that reports errors to a sentry cluster, source map enabled. Contains instructions for running sentry in kubernetes as well


Languages

Language:TypeScript 50.2%Language:Shell 49.8%