Fixes
- fix edge-case-ey breakages in `JsonFormatter.__init__()` on Python 2.7
Convenience
- you can now install the `gcloud` and `sentry` extras rather than needing to handle optional sub-dependencies manually
Compatibility
- verified support with Python 3.7
Internal
- avoid manually handling SENTRY_DSN
- a bunch of repo cleanups