Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

idosun/sentry-angular-sample

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
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

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.