Tobias Bieniek
Tobias Bieniek
While I agree in theory, this is somewhat hard to achieve since the service and the config are only available after the app has booted.
I don't know, I'm on vacation right now. Will think about it when I get back :)
using the CDN makes an additional HTTP request and makes your app depend on a third-party server. for some users this is not an option, so we explicitly removed that...
progress report: I've been looking into this, and for now I'm using the instructions at https://docs.sentry.io/platforms/javascript/ember/ instead of `ember-cli-sentry` for a few apps. At this point it is not entirely...
> * Provide configuration through the `config/environment.js` file what's the advantage of doing that? > * Provide a service to interact with sentry, e.g. things like `.captureMessage()` what's the advantage...
> Well, we use different sentry DSNs based on the environment, and being able to configure this in the `config/environment.js` is the most sensible solution for this IMHO. Of course,...
@lindyhopchris I had ported one project to use `@sentry/browser`, but then I noticed that their SDK is three times the size of `raven-js` which prevented me from ever merging that...
oh, interesting! I admit that it had been a while since I last looked at it. with the v5 size it seems a lot more viable to upgrade now.
@kevingelion I don't think any of the maintainers are currently using `ember-electron` so if you want to improve/add support for it to this project you might have to implement it...
@viniciussbs doesn't exist