Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit f143431

Browse files
committed
Log vars
1 parent 047116b commit f143431

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/SettingsModal/SettingsModal.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ const SettingsModal: React.VFC<ISettingsModalProps> = observer(
130130
Test Sentry
131131
</Button>
132132
)}
133+
{`APPDATA: ${process.env.APPDATA}`}
134+
{`SENTRY_DSN: ${process.env.SENTRY_DSN}`}
135+
{`GA_UACODE: ${process.env.GA_UACODE}`}
133136
</Modal>
134137
);
135138
}

0 commit comments

Comments
 (0)