Skip to content

Commit

Permalink
Merge pull request #66 from cacombos/sentry-update-7-2022
Browse files Browse the repository at this point in the history
Upgrade sentry sdk and set tracing sample to 10%
  • Loading branch information
olkitu authored Jul 30, 2022
2 parents 38af285 + 1866971 commit f9d3ae5
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 63 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@ng-bootstrap/ng-bootstrap": "^12.0.0",
"@nguniversal/express-engine": "^13.0.2",
"@popperjs/core": "^2.11.2",
"@sentry/angular": "^6.16.0",
"@sentry/tracing": "^6.16.0",
"@sentry/angular": "^7.8.0",
"@sentry/tracing": "^7.8.0",
"angulartics2": "^12.0.0",
"bootstrap": "^5.0.0",
"express": "^4.17.2",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Sentry.init({

// We recommend adjusting this value in production, or using tracesSampler
// for finer control
tracesSampleRate: 1.0,
tracesSampleRate: 0.1,
});

if (environment.production) {
Expand Down
Loading

0 comments on commit f9d3ae5

Please sign in to comment.