Install Bugsnag through bower
Loads the Bugsnag library through bower instead of injecting HTML and config settings to the page. The benefits are:
- Can load your development instance without an internet connection
- Does not have content security violations for bugsnag (unless you're reporting errors in development)
Important Requires users to run the blueprint to upgrade:
ember g ember-cli-bugsnag
Drops support for the releaseUrl config option.
Includes a major refactor of ember-cli and initializer code, sorry for any bugs I've introduced :) The result is that Bugsnag initialisation happens earlier so we should be able to catch bugs during Ember boot up.
Happy hacking!