getsentry / sentry-jira

A Plugin for sentry that lets you create JIRA issues
Other
95 stars 32 forks source link

Swap out requests for sentry.http #66

Closed dcramer closed 9 years ago

dcramer commented 9 years ago

This switches to the internal sentry.http client (which is requests-backed).

The goal here is to future proof HTTP requests, as we disallow some things by default as well as ensure a user-agent is sent.

thurloat commented 9 years ago

LGTM :+1:

dcramer commented 9 years ago

I'll merge this stuff in when I get a second. This might be out of sync our local patch atm.