summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark process errors as fatal (#808)David Cramer2016-07-261-1/+1
* Merge pull request #793 from OpenGov/captureZipStackErrorDavid Cramer2016-07-252-3/+32
|\
| * 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
|\ \
| * | 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
| * | 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
* | Merge pull request #798 from felixonmars/pycodestyleDavid Cramer2016-07-112-3/+3
|\ \
| * | 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 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 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 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 projectsAdam Chainz2016-05-293-3/+3
* | 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 framesnew-frame-slimmingDavid Cramer2016-05-261-8/+38
* | 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 Celeryfingerprint-soft-timeoutsDavid Cramer2016-05-241-2/+9
|/
* This is 5.18.05.18.0Armin Ronacher2016-05-191-1/+1
* Kill context thread binding docs. It's on api anywaysrefactor/breadcrumb-apiArmin Ronacher2016-05-191-29/+0
* Updated documentation on context bindingArmin Ronacher2016-05-192-10/+35
* Automatically activate context on mergeArmin Ronacher2016-05-192-1/+5
* Improved breadcrumb documentationArmin Ronacher2016-05-192-10/+31
* Added some santiy cehcks for breadcrumb recordingArmin Ronacher2016-05-191-1/+3
* Streamlined the public breadcrumb apiArmin Ronacher2016-05-193-13/+18
* Kill stray printArmin Ronacher2016-05-181-1/+0
* Add basic deduplication for log messages.Armin Ronacher2016-05-183-6/+48