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

Bugsnag.log was removed in 6.0 #398

Closed
weppos opened this issue Nov 20, 2017 · 2 comments
Closed

Bugsnag.log was removed in 6.0 #398

weppos opened this issue Nov 20, 2017 · 2 comments

Comments

@weppos
Copy link

weppos commented Nov 20, 2017

5.5 had a Bugsnag.log wrapper, that was removed in 6.0 (somewhere in #320, I tried to track it but commit messages are not very self-explanatory) without any mention in the UPGRADE.

We had a middleware that used it in some cases, and after deployment it took us a while to figure out what was going on (no specific hints or crashes).

Please mention it in the upgrade page.

@Cawllec
Copy link
Contributor

Cawllec commented Nov 21, 2017

Hi @weppos, you're quite right, this should have been in the upgrade guide.

If you want to continue to use the logger you can access it through the configuration object, namely:

Bugsnag.configuration.info
Bugsnag.configuration.warn
Bugsnag.configuration.debug

I'll get the upgrade guide updated.

@Cawllec Cawllec added the awaiting feedback Awaiting a response from a customer. Will be automatically closed after approximately 2 weeks. label Nov 27, 2017
@kattrali kattrali removed the awaiting feedback Awaiting a response from a customer. Will be automatically closed after approximately 2 weeks. label Nov 28, 2017
@kattrali
Copy link
Contributor

Closed via #399

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

3 participants