bugsnag-eclipse-plugin
Plugin which shows you the bugs from your Bugsnag projects + few useful features
Update site
http://code.sromku.com/plugins/
When setting update site -> uncheck: 'Group items by category'
Options
- Add,edit bugsnag accounts
- Show all projects from all accounts
- Fetch errors of selected project
- See full stacktrace of the error
- Double click on the error and go the java class to the right line in the editor
- Customize view columns
Story
When developing android apps, I found out that fixing bugs isn't the fun part of development time, I wanted to create new features instead. But, leaving the bugs on the user side wasn't a good thing. Then, I though that seeing the bugs in my IDE and easy accessing the line in code, will help me to resolve them faster and won't free my conscience if I choose to develop new features instead. So, this what pushed me to develop such plugin.
Usage
Connect accounts
-
Go to your Bugsnag account and copy
Auth token
. It looks like this: -
Open the Bugsnag view in eclipse (Window->Show View->Other...)
-
From drop down menu -> Projects -> Add new...
Manage accounts & projects
View project errors
-
Go to view -> drop down menu -> Projects -> select the project you want.
-
Press
refresh
button and view errors.
Double click will take you to the java class! :)
View error stacktrace
Customize columns
Bugsnag API:
Contribute
Feel free to pull request and suggest new features. Opening bugs is also ok :)
License
Apache License Version 2.0