fix sentry config

This commit is contained in:
Abhinav 2022-05-26 13:18:34 +05:30
parent 863a42f999
commit 2042b1ac39

View file

@ -60,11 +60,10 @@ module.exports = (phase) =>
return config;
},
})
),
{
release: GIT_SHA,
dryRun:
phase === PHASE_DEVELOPMENT_SERVER || !IS_SENTRY_ENABLED,
}
)
)
),
{
release: GIT_SHA,
dryRun: phase === PHASE_DEVELOPMENT_SERVER || !IS_SENTRY_ENABLED,
}
);