Skip to content

Commit

Permalink
feat: added support for sentry sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalee committed May 8, 2023
1 parent 6e2fd83 commit e7b4826
Show file tree
Hide file tree
Showing 6 changed files with 235 additions and 66 deletions.
6 changes: 6 additions & 0 deletions .sentryclirc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[auth]
token=9d2150a82b574f9f9250090a6c055bb66275f7a2efb94bb1a717bcd01ce2d3d1

[defaults]
org=sharplab
project=javascript-angular
6 changes: 5 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"sourceMap": {
"scripts": true,
"styles": true,
"hidden": true
},
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
Expand Down
Loading

0 comments on commit e7b4826

Please sign in to comment.