Where is a good place to put Bugsnag.start in a phoenix application?
Closed this issue · 1 comments
andruby commented
It's just a question, not a real bug report :)
jarednorman commented
You could put it in the start function of your application. As in right here. Alternatively you could probably start it up in your endpoint.