https://github.com/ttys3/sentry-go-test
a util tool to test your sentry installation see if it works
https://github.com/ttys3/sentry-go-test
Last synced: about 1 year ago
JSON representation
a util tool to test your sentry installation see if it works
- Host: GitHub
- URL: https://github.com/ttys3/sentry-go-test
- Owner: ttys3
- Created: 2022-02-14T17:01:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T17:04:09.000Z (over 4 years ago)
- Last Synced: 2025-03-10T20:42:12.501Z (over 1 year ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sentry-go-test
a util tool to test your sentry installation see if it works
## Usage
```shell
./sentry-go-test -h
Usage:
env SENTRY_DSN=dsn_url sentry-go-test
sentry-go-test dsn_url
Examples:
env SENTRY_DSN=http://xxxxxx sentry-go-test
sentry-go-test http://xxxxxx
```