Skip to content

Commit

Permalink
removing unecessary var
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoazeredo-quintoandar committed Jun 19, 2020
1 parent 9e201cc commit 993864b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const logger = {
startSentry: (newSentryParams) => {
Object.assign(sentryParams, newSentryParams);

if(initSentry && process.env.SENTRY_DSN && process.env.NODE_ENV !== 'development') {
if(process.env.SENTRY_DSN && process.env.NODE_ENV !== 'development') {
Sentry.init(sentryParams);
}
return logger;
Expand Down

0 comments on commit 993864b

Please sign in to comment.