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

Commit 88615e1

Browse files
authored
Merge pull request #8 from Yadro/fix-env
Log vars
2 parents 047116b + 38fab40 commit 88615e1

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+
<p>{`APPDATA: ${process.env.APPDATA}`}</p>
134+
<p>{`SENTRY_DSN: ${process.env.SENTRY_DSN}`}</p>
135+
<p>{`GA_UACODE: ${process.env.GA_UACODE}`}</p>
133136
</Modal>
134137
);
135138
}

0 commit comments

Comments
 (0)