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

Propose a way to ignore current unwanted TransitionAborted raised by Ember 2.X #9

Merged
merged 1 commit into from
Nov 13, 2016
Merged

Propose a way to ignore current unwanted TransitionAborted raised by Ember 2.X #9

merged 1 commit into from
Nov 13, 2016

Conversation

Boubalou
Copy link
Contributor

@Boubalou Boubalou commented Nov 8, 2016

This is a quick and dirty proposal to not log to New Relic errors that aren't desired. In the current context, there is an issue where TransitionAborted errors that are regular redirects are reported and causing a lot of noise into New Relic analytics tooling.

See emberjs/ember.js#12505 for more details on the current issue in Ember.

This proposal is inspired by the change made for Sentry by this commit: https://github.com/stravid/datsu-frontend/commit/e4d8d9adc496dff4a310f47fd95f050a71d2c196

…Ember 2.X

This is a quick and dirty proposal to not log to New Relic errors that aren't desired. In the current context, there is an issue where TransitionAborted errors that are regular redirects are reported and causing a lot of noise into New Relic analytics tooling.

See emberjs/ember.js#12505 for more details on the current issue in Ember.

This proposal is inspired by the change made for Sentry by this commit: https://github.com/stravid/datsu-frontend/commit/e4d8d9adc496dff4a310f47fd95f050a71d2c196
@sir-dunxalot
Copy link
Owner

This looks good as a temporary fix! Let's keep an eye on emberjs/ember.js#12505 and, if necessary, revisit this added code when that is fixed upstream. Will merge and release now.

@sir-dunxalot sir-dunxalot merged commit d75b979 into sir-dunxalot:master Nov 13, 2016
@sir-dunxalot
Copy link
Owner

Released as 0.5.0. I made sure the tests run on Travis because the frontend test suite was being ignored by Travis.

@Boubalou
Copy link
Contributor Author

Thanks @sir-dunxalot !

@Boubalou Boubalou deleted the ignore-transition-aborted-errors branch November 16, 2016 20:21
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.

2 participants