Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for Google AppEngine #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

koAlech
Copy link

@koAlech koAlech commented May 29, 2016

Added a chainable function AppEngineHTTPClient to override the http.client used to post the errors.
On a project running on GAE, you should pass a *http.Client returned from urlfetch.

raygun, err := raygun4go.New("appName", "apiKey")
if err != nil {
log.Println("Unable to create Raygun client:", err.Error())
}
client := urlfetch.Client(c)
raygun.AppEngineHTTPClient(client)

@miko-code
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants