Skip to content

idosun/sentry-angular-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentry Angular Sample

Sample Angular application integrating Sentry to report uncaught exceptions.

Getting Started

  1. Install Angular-cli: npm install -g @angular/cli

  2. Set up a new Sentry Angular project

  3. Copy the DSN key from the Sentry Angular project and paste it in /src/app/app.modules.ts

    Sentry.init({
        dsn: "<YOUR DSN GOES HERE>"
    });
    
  4. To start the dev server run ng serve

Navigate to http://localhost:4200/ to launch the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published