Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduces client side javascript error tracking #8196

Merged

Conversation

hennevogel
Copy link
Member

As a developer you might be interested in exceptions that occur in the
javascript that is running in the users browser. Separate this with another
errbit configuration key because this is getting exposed publicly.

@hennevogel hennevogel force-pushed the feature/catch-javascript-errors branch from 8b6dd3d to 962d4ae Compare August 28, 2019 16:22
@hennevogel hennevogel added the DO NOT MERGE ⚠️ Explain yourself if you add/remove this label to a PR label Aug 29, 2019
@hennevogel
Copy link
Member Author

there is debug code... 🙈🙉🙊

@hennevogel hennevogel force-pushed the feature/catch-javascript-errors branch from 962d4ae to d8ec633 Compare August 29, 2019 09:09
@hennevogel hennevogel removed the DO NOT MERGE ⚠️ Explain yourself if you add/remove this label to a PR label Aug 29, 2019
As a developer you might be interested in exceptions that occur in the
javascript that is running in the users browser. Separate this with another
errbit configuration key because this is getting exposed publicly.
@hennevogel hennevogel force-pushed the feature/catch-javascript-errors branch from d8ec633 to ba660a5 Compare August 29, 2019 09:17
@hennevogel hennevogel requested a review from danidoni August 29, 2019 09:27
var promise = airbrake.notify(error);
promise.then(function(notice) {
if (notice.id) {
// console.log('Notified errbit. Notice:', notice.id);
Copy link
Contributor

Choose a reason for hiding this comment

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

I believe we should remove those console.log calls if they are commented.

@hennevogel hennevogel merged commit cf50a8c into openSUSE:master Aug 29, 2019
@hennevogel hennevogel deleted the feature/catch-javascript-errors branch August 29, 2019 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants