Created
May 30, 2012 05:54
-
-
Save kisielk/2833995 to your computer and use it in GitHub Desktop.
Example request from raven-go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| POST /api/store HTTP/1.1 | |
| Host: localhost:1234 | |
| User-Agent: Go http package | |
| Content-Length: 158 | |
| X-Sentry-Auth: Sentry sentry_version=2.0, sentry_client=raven-go/0.1, sentry_timestamp=1338356142, sentry_key=475bdfd79add40ee97cedf2aec17a3a2 | |
| Accept-Encoding: gzip | |
| {"event_id":"db36eeac40060548806454c4cfbab6e5","project":"default","message":"Hello world","timestamp":"2012-05-30T05:35:42","level":"error","logger":"root"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment