Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(webpack_config): SENTRY_DSN_PUBLIC -> SENTRY_PUBLIC_DSN
Browse files Browse the repository at this point in the history
fix(webpack_config): SENTRY_DSN_PUBLIC -> SENTRY_PUBLIC_DSN
  • Loading branch information
Metnew committed Nov 4, 2017
1 parent a4d0fe9 commit a8ca4b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack_config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import manifest from '../static/manifest'
const {
BASE_API = '/api/v1',
NODE_ENV = 'development',
SENTRY_DSN_PUBLIC,
SENTRY_PUBLIC_DSN,
GA_ID,
JWT_SECRET = 'secret',
ANALYZE_BUNDLE,
Expand Down Expand Up @@ -36,7 +36,7 @@ export default {
// Env vars
BASE_API,
NODE_ENV,
SENTRY_DSN_PUBLIC,
SENTRY_PUBLIC_DSN,
ANALYZE_BUNDLE,
GA_ID,
CLIENT_DIST_PATH,
Expand Down

0 comments on commit a8ca4b1

Please sign in to comment.