-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(root): Release 2024-10-09 08:55 (#6661)
- Loading branch information
Showing
32 changed files
with
344 additions
and
231 deletions.
There are no files selected for viewing
Submodule .source
updated
from ef8679 to 3be617
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
apps/api/src/app/organization/usecases/create-organization/create-organization.command.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,11 @@ | ||
import { nodeProfilingIntegration } from '@sentry/profiling-node'; | ||
import { init } from '@sentry/nestjs'; | ||
import { version } from '../package.json'; | ||
|
||
if (process.env.SENTRY_DSN) { | ||
init({ | ||
dsn: process.env.SENTRY_DSN, | ||
integrations: [ | ||
// Add our Profiling integration | ||
nodeProfilingIntegration(), | ||
], | ||
|
||
/* | ||
* Add Tracing by setting tracesSampleRate | ||
* We recommend adjusting this value in production | ||
*/ | ||
tracesSampleRate: 1.0, | ||
|
||
/* | ||
* Set sampling rate for profiling | ||
* This is relative to tracesSampleRate | ||
*/ | ||
profilesSampleRate: 1.0, | ||
environment: process.env.NODE_ENV, | ||
release: `v${version}`, | ||
ignoreErrors: ['Non-Error exception captured'], | ||
}); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.