Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Add sentry support #96

Merged
merged 10 commits into from
Feb 21, 2018
Merged

Add sentry support #96

merged 10 commits into from
Feb 21, 2018

Conversation

ianaya89
Copy link
Contributor

@ianaya89 ianaya89 commented Feb 20, 2018

Resolves #50

@ianaya89 ianaya89 self-assigned this Feb 20, 2018
@ianaya89 ianaya89 closed this Feb 20, 2018
@@ -42,7 +59,7 @@ createWindow()
const { initMainWorker } = require(path.join(__dirname, './main/mainWorker.js'))

app.on('ready', function() {
logger.info('App ready, initlilizing...')
logger.info('App ready, initializing 🚀')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice rocket but prefer plain text in logs. Don't want to shut remote loggers down with Unicode chars. Please remove it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where could it represent a problem?

src/index.js Outdated

if (config.SENTRY_DSN) {
Raven.config(
'https://[email protected]/277183'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be taken from config.SENTRY_DSN.

@gabmontes
Copy link
Member

@ianaya89 did you cancel this PR?

@ianaya89 ianaya89 reopened this Feb 20, 2018
Copy link
Contributor

@eafelix eafelix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@@ -42,7 +59,7 @@ createWindow()
const { initMainWorker } = require(path.join(__dirname, './main/mainWorker.js'))

app.on('ready', function() {
logger.info('App ready, initlilizing...')
logger.info('App ready, initializing 🚀')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where could it represent a problem?

@gabmontes gabmontes merged commit e02af0a into develop Feb 21, 2018
@gabmontes gabmontes deleted the sentry branch February 21, 2018 18:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants