Skip to content

Commit

Permalink
feat(error logging)!: rollbar implementation (DEV-20) (#543)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Subotic <400790+subotic@users.noreply.github.com>
Co-authored-by: Kilchenmann <github@milchkannen.ch>
  • Loading branch information
3 people committed Oct 28, 2021
1 parent 70cc7d8 commit d0a9e3f
Show file tree
Hide file tree
Showing 30 changed files with 850 additions and 253 deletions.
3 changes: 3 additions & 0 deletions angular.json
@@ -1,5 +1,8 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"cli": {
"analytics": false
},
"version": 1,
"newProjectRoot": "projects",
"projects": {
Expand Down
200 changes: 196 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -53,6 +53,7 @@
"ngx-color-picker": "^11.0.0",
"openseadragon": "^2.4.0",
"pdfjs-dist": "^2.7.570",
"rollbar": "^2.24.0",
"rxjs": "~6.5.5",
"semver": "^6.1.1",
"three": "^0.125.0",
Expand Down

0 comments on commit d0a9e3f

Please sign in to comment.