summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 4.2.34.2.3David Cramer2014-05-181-1/+1
* Gracefully handle disabled clientsDavid Cramer2014-05-181-2/+8
* 4.2.24.2.2David Cramer2014-05-181-1/+1
* Test against more pythonsMatt Robenolt2014-05-171-0/+4
* Gracefully handle case where capture does not return event IDDavid Cramer2014-05-121-0/+3
* Merge pull request #454 from alex/typo-fixesMatt Robenolt2014-05-1012-20/+20
|\
| * Fixed several typosAlex Gaynor2014-05-1012-20/+20
|/
* Merge pull request #452 from lnielsen-cern/version_info_presedenceDavid Cramer2014-04-281-2/+2
|\
| * Get module version according to PEP396Lars Holm Nielsen2014-04-281-2/+2
|/
* Merge pull request #450 from mdaniel/docs-transport-typoXavier Ordoquy2014-04-231-1/+1
|\
| * Correct a typo in the transport docsMatthew Daniel2014-04-231-1/+1
|/
* Merge pull request #447 from mgedmin/patch-1Xavier Ordoquy2014-04-161-1/+1
|\
| * Fix Client.get_ident() example in docstringMarius Gedminas2014-04-161-1/+1
|/
* 4.2.14.2.1David Cramer2014-04-151-1/+1
* Fix manifestDavid Cramer2014-04-151-1/+2
* Remove dependency_link stuff4.2.0Matt Robenolt2014-04-141-4/+1
* Listening to @dstufftMatt Robenolt2014-04-142-3/+3
* lol no idea what is going onMatt Robenolt2014-04-141-2/+2
* Try and use pytest-django instead of liteMatt Robenolt2014-04-141-1/+4
* A little more robust on capturing Retry-After headerMatt Robenolt2014-04-141-1/+4
* More notes for 4.2Matt Robenolt2014-04-141-0/+1
* Turns out, rate limiting is it's own exceptionMatt Robenolt2014-04-144-13/+10
* Merge pull request #445 from chronossc/add_sentry_id_header_to_flask_responseDavid Cramer2014-04-142-1/+8
|\
| * Use flask request_finished signal to add X-Sentry-ID in flask responses.Felipe Prenholato2014-04-142-1/+8
* | Fix lint and py3 compat in testsMatt Robenolt2014-04-141-7/+6
|/
* Add last_event_id to Sentry app (Flask)David Cramer2014-04-142-2/+24
* Fix date in documentationMatt Robenolt2014-04-131-4/+4
* Fix Django testsMatt Robenolt2014-04-131-1/+1
* Support server sending back Retry-After header for rate limitingMatt Robenolt2014-04-132-3/+54
* bare exceptMatt Robenolt2014-04-131-1/+1
* Use same DSN we use everywhere as an exampleMatt Robenolt2014-04-121-1/+1
* Add rq documentationMatt Robenolt2014-04-121-0/+18
* Explicitly catch AttributeErrorMatt Robenolt2014-04-111-1/+1
* Update required Sentry versionDavid Cramer2014-04-021-1/+1
* Add missing importDavid Cramer2014-03-311-0/+2
* Improve readability on transport optionsDavid Cramer2014-03-311-3/+3
* Example of transport optionsDavid Cramer2014-03-312-1/+6
* Document transport optionsDavid Cramer2014-03-311-0/+14
* Initial notes for 4.2David Cramer2014-03-312-1/+7
* Enable SSL verification by defaultDavid Cramer2014-03-311-1/+1
* Correct option ref to verify_sslDavid Cramer2014-03-311-1/+1
* Expand usageDavid Cramer2014-03-312-33/+35
* Expand usageDavid Cramer2014-03-311-2/+42
* Suggest sync DSN in test exampleDavid Cramer2014-03-311-2/+2
* Some brief docs on transportsDavid Cramer2014-03-312-0/+77
* Improve behavior when API returns valid errorsDavid Cramer2014-03-314-18/+49
* Merge pull request #443 from Pr0Ger/masterDavid Cramer2014-03-301-1/+0
|\
| * Removed unused assignmentPr0Ger2014-03-301-1/+0
|/
* Merge pull request #432 from andor44/decoratorDavid Cramer2014-03-282-0/+81
|\
| * Add capture_exceptions decorator.Andor Uhlár2014-03-182-0/+81