README.md

# GoogleApi.CloudErrorReporting

Client library for Stackdriver Error Reporting API from Google.

Groups and counts similar errors from cloud services and applications, reports new errors, and provides access to error groups and their associated errors.


## Installation

Install this package from [Hex](https://hex.pm) by adding
`google_api_cloud_error_reporting` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:google_api_cloud_error_reporting, "~> 0.7"}]
end
```

## For more information

Product documentation is available at [https://cloud.google.com/error-reporting/](https://cloud.google.com/error-reporting/).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_cloud_error_reporting](https://hexdocs.pm/google_api_cloud_error_reporting).