Skip to content

Commit

Permalink
Merge pull request #538 from desci-labs/sentry-update-2
Browse files Browse the repository at this point in the history
apply profile sample rate
  • Loading branch information
hubsmoke authored Sep 30, 2024
2 parents 1d1ea7f + 32044b5 commit ecc85e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desci-server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ class AppServer {
// of transactions for performance monitoring.
// We recommend adjusting this value in production
tracesSampleRate: 1.0,
profilesSampleRate: 1.0,
});
Sentry.setupExpressErrorHandler(this.app);
} else {
Expand Down

0 comments on commit ecc85e1

Please sign in to comment.