We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c70935 commit bf33d9dCopy full SHA for bf33d9d
src/configs/sentry.config.ts
@@ -6,7 +6,7 @@ dotenv.config();
6
export const initSentry = () => {
7
Sentry.init({
8
dsn: process.env.SENTRY_DSN,
9
- release: 'production',
+ release: process.env.NODE_ENV,
10
11
// Define how likely traces are sampled. Adjust this value in production, or use tracesSampler for greater control.
12
tracesSampleRate: 0.1,
0 commit comments