summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow explicit disabling of clients by setting DSN to None.feature/disable-dsn-explicitArmin Ronacher2015-11-171-7/+13
* Clarified setting key. This fixes #865Armin Ronacher2015-11-131-0/+3
* Extension to #686 to also log keyboard interrupts.Armin Ronacher2015-11-132-5/+36
* Add testssystemexitMatt Robenolt2015-11-121-0/+46
* Log SystemExit in wsgi middleware when code != 0Matt Robenolt2015-11-121-0/+12
* No wwwMatt Robenolt2015-11-102-2/+2
* Merge pull request #681 from pquentin/masterArmin Ronacher2015-11-101-1/+1
|\
| * Ensure Django LOGGING example passes PEP8Quentin Pradet2015-11-101-1/+1
|/
* Small fixes for the flask integration docsArmin Ronacher2015-11-091-4/+4
* Update link to docsDavid Cramer2015-11-092-4/+4
* Added support levelArmin Ronacher2015-11-051-0/+1
* Ignore bodies from GET and HEADMatt Robenolt2015-11-041-1/+1
* Expand RQ documentationDavid Cramer2015-11-022-7/+27
* Merge pull request #678 from Precis/non-text-keysDavid Cramer2015-11-012-1/+25
|\
| * Handle non-text dictionary keys when sanitizing data.Matthias Erll2015-10-302-1/+25
|/
* Bad code blockDavid Cramer2015-10-281-1/+1
* Correct transport docsDavid Cramer2015-10-281-28/+45
* Switch source reading to linecacheDavid Cramer2015-10-221-17/+5
* Fix link to complete docsMatt Robenolt2015-10-201-1/+1
* Lock in lower version of coverageDavid Cramer2015-10-191-1/+1
* Only convert DSN to string in Python 2.x (fixes GH-674)David Cramer2015-10-191-1/+5
* 5.9.0.dev0David Cramer2015-10-191-1/+1
* Convert input DSN values to strings (fixes GH-653)David Cramer2015-10-192-0/+3
* Changes for 5.8.0David Cramer2015-10-191-0/+8
* Add support for in_app on exception framesDavid Cramer2015-10-193-16/+67
* Merge pull request #673 from feldi88/patch-1David Cramer2015-10-191-1/+1
|\
| * DSN configuration with environment variableMatthias Feldotto2015-10-191-1/+1
|/
* Merge pull request #672 from noirbizarre/detect-real-versionDavid Cramer2015-10-191-7/+11
|\
| * Try to detect version with pkg_resources firstAxel Haustant2015-10-191-7/+11
|/
* Support HEROKU_SLUG_COMMIT for default releaseDavid Cramer2015-10-161-1/+1
* Merge pull request #669 from kgritesh/fix_user_contextDavid Cramer2015-10-152-4/+23
|\
| * - Ensuring user info is returned properly if SENTRY_USER_ATTRS are providedRitesh Kadmawala2015-10-152-4/+23
* | Improve unsupported DSN scheme errorDavid Cramer2015-10-151-2/+2
|/
* Respect include_paths when configuredDavid Cramer2015-10-081-1/+2
* Coverage is provided by codecovDavid Cramer2015-10-061-1/+0
* Switch to coverage commandDavid Cramer2015-10-062-2/+2
* Merge pull request #667 from stevepeak/codecovDavid Cramer2015-10-041-0/+4
|\
| * Submit coverage reports to CodecovSteve Peak2015-10-041-0/+4
|/
* Remove legacy gunicorn recommendation (fixes GH-666)David Cramer2015-09-301-15/+1
* Fixed bad syntax on the django pageArmin Ronacher2015-09-301-0/+1
* Updated sentryextArmin Ronacher2015-09-291-0/+0
* Changed the docs to mention platforms.Armin Ronacher2015-09-291-32/+24
* Merge pull request #663 from dbravender/twisted-parsed_url-parameter-to-httpt...David Cramer2015-09-241-1/+1
|\
| * Pass the required parsed_url parameter back to HTTPTransportDan Bravender2015-09-231-1/+1
* | Remove UUID serializer (same as default behavior)David Cramer2015-09-241-9/+0
* | Flask needs installationMatt Robenolt2015-09-231-0/+1
* | doc_links should have trailing slashesMatt Robenolt2015-09-231-8/+8
|/
* Swap in variable placeholdersDavid Cramer2015-09-222-3/+3
* Expand / fix wizard configurationsDavid Cramer2015-09-221-1/+7
* Merge pull request #660 from akheron/patch-1David Cramer2015-09-212-2/+2
|\