Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altipla-consulting/sentry
Sentry client with additional functionality and helpers to complement the official one.
https://github.com/altipla-consulting/sentry
Last synced: about 1 month ago
JSON representation
Sentry client with additional functionality and helpers to complement the official one.
- Host: GitHub
- URL: https://github.com/altipla-consulting/sentry
- Owner: altipla-consulting
- License: mit
- Created: 2018-03-07T11:53:23.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T06:38:22.000Z (9 months ago)
- Last Synced: 2024-04-23T11:11:53.362Z (9 months ago)
- Language: Go
- Homepage: https://pkg.go.dev/github.com/altipla-consulting/sentry
- Size: 29.3 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sentry
[![Go Reference](https://pkg.go.dev/badge/github.com/altipla-consulting/sentry.svg)](https://pkg.go.dev/github.com/altipla-consulting/sentry)
Sentry client with additional functionality and helpers to complement the official one.
### Install
```shell
go get github.com/altipla-consulting/sentry
```### Contributing
You can make pull requests or create issues in GitHub. Any code you send should be formatted using `gofmt`.
### License
[MIT License](LICENSE)