Skip to content

Commit

Permalink
chore(condo): INFRA-229 reenable sentry at production & provide corre…
Browse files Browse the repository at this point in the history
…ct sampleRate value to server
  • Loading branch information
sitozzz committed Mar 26, 2024
1 parent ae47140 commit 84798f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .helm
Submodule .helm updated from cc990b to b739fc
1 change: 1 addition & 0 deletions apps/condo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ if (!IS_BUILD_PHASE && SENTRY_CONFIG['server']) {
dsn: SENTRY_CONFIG['server']['dsn'],
debug: false,
tracesSampleRate: SENTRY_CONFIG['server']['sampleRate'],
sampleRate: SENTRY_CONFIG['server']['sampleRate'],
environment: SENTRY_CONFIG['server']['environment'],
organization: SENTRY_CONFIG['server']['organization'],
project: SENTRY_CONFIG['server']['project'],
Expand Down

0 comments on commit 84798f9

Please sign in to comment.