summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* flask monkey patching and other tingsfastpassEric Feng2016-08-092-1/+71
|
* Merge pull request #815 from getsentry/feature/hardcoded-versionArmin Ronacher2016-07-292-6/+12
|\ | | | | Hardcode version in package init to avoid issues with badly installed libraries misreporting.
| * Hardcode version in package init to avoid issues with badly installed ↵Armin Ronacher2016-07-292-6/+12
| | | | | | | | libraries misreporting.
* | Merge pull request #813 from getsentry/trovesArmin Ronacher2016-07-292-3/+3
|\ \ | | | | | | Replace py 3.2 classifier with 3.5
| * | Replace py 3.2 classifier with 3.5trovesMatt Robenolt2016-07-232-3/+3
| | |
* | | Merge pull request #805 from getsentry/feature/django-cli-runnerArmin Ronacher2016-07-292-3/+17
|\ \ \ | | | | | | | | Do not log exceptions from the django cli client twice
| * | | Fixed a typofeature/django-cli-runnerArmin Ronacher2016-07-201-1/+1
| | | |
| * | | Do not log exceptions from the django cli client twice. This fixes #802Armin Ronacher2016-07-192-3/+17
| | | |
* | | | Merge pull request #814 from getsentry/bugfix/reset-exceptionsArmin Ronacher2016-07-291-14/+22
|\ \ \ \ | |_|_|/ |/| | | Reset the exception filter after test runs
| * | | Skip a broken test on 2.6bugfix/reset-exceptionsArmin Ronacher2016-07-271-0/+1
| | | |
| * | | Reset the exception filter after test runsArmin Ronacher2016-07-271-14/+21
|/ / /
* | | Fixed rst syntaxArmin Ronacher2016-07-271-1/+1
| | |
* | | Add ignore_exceptions to client configuration (#807)David Cramer2016-07-264-30/+53
| | | | | | | | | | | | | | | | | | | | | | | | * Add ignore_exceptions to client configuration This takes Django's IGNORE_EXCEPTIONS support and moves it into core. @getsentry/python
* | | Mark process errors as fatal (#808)David Cramer2016-07-261-1/+1
| | | | | | | | | | | | | | | | | | * Mark process errors as fatal @getsentry/python
* | | Merge pull request #793 from OpenGov/captureZipStackErrorDavid Cramer2016-07-252-3/+32
|\ \ \ | | | | | | | | Added IOError to get stack info for graceful zip import errors
| * | | Added IOError to get stack info for graceful zip import errorsMatthew Seal2016-06-202-3/+32
| | | |
* | | | Merge pull request #811 from cjerdonek/issue-550-exception-chainsDavid Cramer2016-07-252-30/+129
|\ \ \ \ | |_|_|/ |/| | | Issue 550 exception chains
| * | | Use six.raise_from() for Python 2 compatibility.Chris Jerdonek2016-07-231-3/+4
| | | |
| * | | Address issue #550: exception chaining.Chris Jerdonek2016-07-231-30/+60
| | | | | | | | | | | | | | | | | | | | Enhance raven.events.Exception to report the exception chain when __suppress_context__ is supported.
| * | | Add failing tests for issue #550: exception chaining.Chris Jerdonek2016-07-231-0/+68
| | | |
* | | | Removed rando tabMatt Robenolt2016-07-231-1/+1
|/ / /
* | | Correct flake8 callDavid Cramer2016-07-221-2/+2
| |/ |/|
* | 5.23.05.23.0Armin Ronacher2016-07-142-1/+7
| |
* | Remove data from error messageAhmed Saidi2016-07-121-4/+4
| | | | | | | | | | data variable can contain a lot of information, sending along with the error message will print too much informations
* | Merge pull request #798 from felixonmars/pycodestyleDavid Cramer2016-07-112-3/+3
|\ \ | | | | | | Update to latest flake8 and use pycodestyle
| * | Update to latest flake8 and use pycodestyleFelix Yan2016-07-082-3/+3
|/ /
* | Merge pull request #792 from mdamien/flask-type-check-clientArmin Ronacher2016-07-072-0/+6
|\ \ | | | | | | Add type check for sentry initialization for flask
| * | add type check for sentry initialization for flaskDamien2016-06-222-0/+6
| | |
* | | 5.22.05.22.0Armin Ronacher2016-07-071-1/+1
| | |
* | | 5.22.0Armin Ronacher2016-07-071-0/+5
| | |
* | | Strip line numbers if they exist for templatesArmin Ronacher2016-07-071-3/+13
| | |
* | | Enforce max length on lines of code (512 chars)David Cramer2016-06-271-4/+21
| | |
* | | Merge pull request #795 from jarus/patch-1David Cramer2016-06-271-1/+1
|\ \ \ | |_|/ |/| | Name AsyncWorker thread
| * | Name AsyncWorker threadChristoph Heer2016-06-271-1/+1
|/ /
* | 5.21.05.21.0Armin Ronacher2016-06-162-1/+9
|/
* Fill in empty filename if django fails to give one. This fixes #791Armin Ronacher2016-06-161-0/+3
|
* Merge pull request #788 from getsentry/formatted-messagesDavid Cramer2016-06-092-1/+6
|\ | | | | Add formatted attribute to message events
| * Add formatted attribute to message eventsDavid Cramer2016-06-092-1/+6
|/
* 5.20.05.20.0Armin Ronacher2016-06-081-1/+1
|
* Merge pull request #783 from adamchainz/readthedocs.ioDavid Cramer2016-06-023-3/+3
|\ | | | | Convert readthedocs link for their .org -> .io migration for hosted projects
| * Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-293-3/+3
| | | | | | | | | | | | | | | | As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
* | Fixed a bug with empty params in query crumbsArmin Ronacher2016-05-302-2/+11
|/
* 5.19.05.19.0Armin Ronacher2016-05-271-1/+1
|
* Resolved an issue with badly recorded crumbs.Armin Ronacher2016-05-273-5/+33
|
* Remove duration from SQL crumbsArmin Ronacher2016-05-272-1/+7
|
* Merge pull request #782 from getsentry/new-frame-slimmingArmin Ronacher2016-05-261-8/+38
|\ | | | | Prioritize trimming system frames
| * Prioritize trimming system framesnew-frame-slimmingDavid Cramer2016-05-261-8/+38
| | | | | | | | | | | | This pulls in the functionality from Sentry for ``slim_frame_data``. @getsentry/python
* | Relax codecov hookDavid Cramer2016-05-261-0/+14
|/
* Merge pull request #777 from getsentry/fingerprint-soft-timeoutsDavid Cramer2016-05-241-2/+9
|\ | | | | Add fingerprint to soft timeouts in Celery
| * Add fingerprint to soft timeouts in Celeryfingerprint-soft-timeoutsDavid Cramer2016-05-241-2/+9
|/