Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Fixing App Engine auto configuration [GH-1192] #1193

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mdornseif
Copy link
Contributor

This works around the issue described in #1192. With this patch Client('https://public_key:secret_key@sentry.io/project_id') works as expected on Google App Engine and AWS lambda. This archived by monkey patching the default Transports for http and https.

This works around the issue described in getsentry#1192. With this patch `Client('https://public_key:secret_key@sentry.io/project_id')` works as expected on Google App Engine and AWS lambda. This archived by monkey patching the  default Transports for `http` and `https`.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
1 participant