horvathmarton / stock-buddy-dashboard

Web app for the Stock Buddy portfolio monitoring platform.
MIT License
0 stars 0 forks source link

Add Sentry to the dashboard project #51

Closed horvathmarton closed 2 years ago

horvathmarton commented 2 years ago

Description

We need error collection for the dashboard project too, so we should introduce Sentry.

Technical details

  1. Create a project for the dashboard on Sentry.
  2. Use the API project as a template on how to wire up Sentry in a project.
  3. Check the documentation on how to use Sentry in an Angular project.