chore: remove rollbar from client and .env

This commit is contained in:
Oliver Eyton-Williams
2020-03-24 10:49:20 +01:00
committed by Mrugesh Mohapatra
parent 38e7369b92
commit 35751bacf0
3 changed files with 2 additions and 9 deletions

View File

@ -168,7 +168,6 @@ exports.onCreateWebpackConfig = ({ stage, plugins, actions }) => {
process.env.HOME_PATH || 'http://localhost:3000'
),
STRIPE_PUBLIC_KEY: JSON.stringify(process.env.STRIPE_PUBLIC_KEY || ''),
ROLLBAR_CLIENT_ID: JSON.stringify(process.env.ROLLBAR_CLIENT_ID || ''),
ENVIRONMENT: JSON.stringify(
process.env.FREECODECAMP_NODE_ENV || 'development'
),