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

Autonotify #22

Open
haidermahmood opened this issue Mar 17, 2017 · 0 comments
Open

Autonotify #22

haidermahmood opened this issue Mar 17, 2017 · 0 comments

Comments

@haidermahmood
Copy link

Dear @wmluke ,
I am using bugsnag and it is very helpful wrapper for bugsnag. However I am facing issue for setting autonotify to false. Giving value false in boolean, "false" in string or 0 in integer does not prevent to send automatic messages to bugsnag dashboard. Please help. Following is the code I am trying:

bugsnagProvider
.noConflict()
.apiKey('...')
.releaseStage('development')
.appVersion('0.2.1')
.autoNotify(false) // autonotify("false"), autonotify(0), all of these do not work
.beforeNotify(['$log', function ($log) {
return function (error, metaData) {
$log.debug(error.name);
return true;
};
}]);

Kind Regards,
Haider Mahmood

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

No branches or pull requests

1 participant