fix(governance): check value of telemetry local storage entry (#3762)
This commit is contained in:
parent
fc0da98683
commit
fc66240390
@ -204,7 +204,7 @@ const AppContainer = () => {
|
||||
]);
|
||||
|
||||
useEffect(() => {
|
||||
if (ENV.dsn && telemetryOn) {
|
||||
if (ENV.dsn && telemetryOn === 'true') {
|
||||
Sentry.init({
|
||||
dsn: ENV.dsn,
|
||||
tracesSampleRate: 0.1,
|
||||
|
Loading…
Reference in New Issue
Block a user