Skip to content

Commit

Permalink
Merge f371136 into 0390356
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Aug 20, 2018
2 parents 0390356 + f371136 commit 6bc801d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ If you are a project maintainer, you can build and release a new version of
- [ ] Ensure the example app sends a handled error
- [ ] If a response is not received from the server, is the report queued for later?
- [ ] If no network connection is available, is the report queued for later?
- [ ] On a throttled network, is the request timeout reasonable, and the main thread not blocked?
- [ ] On a throttled network, is the request timeout reasonable, and the main thread not blocked by any visible UI freeze? (Throttling can be achieved by setting both endpoints to "https://httpstat.us/200?sleep=5000")
- [ ] Are queued reports sent asynchronously?
- [ ] Have the installation instructions been updated on the [dashboard](https://github.com/bugsnag/bugsnag-website/tree/master/app/views/dashboard/projects/install) as well as the [docs site](https://github.com/bugsnag/docs.bugsnag.com)?

Expand Down

0 comments on commit 6bc801d

Please sign in to comment.