-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Sentry Configuration to webapp
#206
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check code quality check comments
Sorry, I meant to mark this PR as draft. I still want to add source map uploading before it would be ready to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
Motivation
Solves task 2 of #202.
Description
This PR adds Sentry to the Angular
webapp
:environment.ts
but can be overwritten with docker (SENTRY_DSN
). DSNs are safe to keep public, according to Sentry Docssentry.environment
is notlocal
Testing Instructions
Locally:
prod
inenvironment.ts
On Sentry:
Example test errors:
Checklist
General
Client (if applicable)