summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix query logging for djangofeature/breadcrumbsArmin Ronacher2016-05-021-7/+10
|
* Strip category for loggerArmin Ronacher2016-05-021-1/+1
|
* Send breadcrumbs as an objectArmin Ronacher2016-05-021-1/+5
|
* Converted to new submission systemArmin Ronacher2016-05-022-30/+35
|
* Record db aliasArmin Ronacher2016-04-271-7/+8
|
* Added httplib supportArmin Ronacher2016-04-271-5/+60
|
* Hook requests for breadcrumbsArmin Ronacher2016-04-272-1/+58
|
* Fixed empty params for djangoArmin Ronacher2016-04-271-1/+1
|
* Reformat sql for breadcrumbsArmin Ronacher2016-04-271-9/+54
|
* Record db vendor as classifier for django breadcrumbsArmin Ronacher2016-04-261-4/+4
|
* Fix breakage for older django versionsArmin Ronacher2016-04-221-3/+8
|
* Fixed up context handling for django to make breadcrumbs workArmin Ronacher2016-04-222-3/+8
|
* Also support older django versions for sql hookArmin Ronacher2016-04-221-1/+4
|
* Hook Django SQL codeArmin Ronacher2016-04-221-0/+47
|
* Added support for overriding log handlers for breadcrumbs.Armin Ronacher2016-04-221-1/+31
|
* Mark patched functions so we skip thingsArmin Ronacher2016-04-221-0/+1
|
* Nicer way to terminate with a newlineArmin Ronacher2016-04-221-2/+2
|
* Added missing absolute importArmin Ronacher2016-04-221-0/+2
|
* Compile with trailing newline which might fix some syntax errorsArmin Ronacher2016-04-221-2/+2
|
* Add @once decorator instead of custom hackery in breadcrumbsArmin Ronacher2016-04-222-13/+27
|
* Remove unused codeArmin Ronacher2016-04-221-1/+0
|
* Some performance improvements on the breadcrumb systemArmin Ronacher2016-04-222-27/+39
|
* Hook logging globally to intercept breadcrumbs.Armin Ronacher2016-04-225-56/+233
|
* Fetch -> get_bufferArmin Ronacher2016-04-222-6/+4
|
* Buffer log messages into breadcrumbs.Armin Ronacher2016-04-223-2/+42
|
* Remove git django as wellArmin Ronacher2016-04-221-3/+3
|
* Simplified build matrixArmin Ronacher2016-04-221-18/+18
|
* Update flask.rstArmin Ronacher2016-04-211-1/+1
|
* Add ref for user feedback to flaskDavid Cramer2016-04-211-0/+2
|
* Added user feedback to flaskArmin Ronacher2016-04-211-0/+43
|
* Add ref for user feedbackDavid Cramer2016-04-211-0/+2
|
* Expand user feedback in Django docsDavid Cramer2016-04-211-2/+14
|
* Add link to User Feedback guideDavid Cramer2016-04-201-0/+2
|
* bad syntaxDavid Cramer2016-04-201-1/+1
|
* Add docs for user feedback to DjangoDavid Cramer2016-04-201-0/+21
|
* This is 5.13.05.13.0Armin Ronacher2016-04-192-1/+8
|
* Merge pull request #752 from getsentry/setuptoolsArmin Ronacher2016-04-191-1/+1
|\ | | | | Catch all exceptions raised from setuptools
| * Catch all exceptions raised from setuptoolsMatt Robenolt2016-04-191-1/+1
| | | | | | | | | | | | | | | | Newer versions of setuptools have changed the API to be more restrictive and whatnot, and now spits different errors. Instead of whitelisting specific errors, just catch them all so we never have to worry about it again.
* | Merge pull request #751 from friedcell/tornado-fixesDavid Cramer2016-04-142-3/+3
|\ \ | |/ |/| Make sure tornado implementations have access to future
| * make sure send_encoded returns; in tornado.AsyncSentryClient return the futureMarko Mrdjenovic2016-04-142-3/+3
|/
* Fix syntax highlighting in docsMatt Robenolt2016-04-121-1/+1
|
* Merge pull request #749 from getsentry/sdk-attributeDavid Cramer2016-04-122-4/+12
|\ | | | | Add sdk attribute
| * Add sdk attributesdk-attributeDavid Cramer2016-04-122-4/+12
| |
* | Add .cache to ignoreDavid Cramer2016-04-121-0/+1
|/
* Merge pull request #748 from dmclain/doc-updateDavid Cramer2016-04-121-3/+3
|\ | | | | Be more explicit that Django logging integration only captures ERROR
| * Be more explicit that LOGGING integration only captures ERRORDave McLain2016-04-121-3/+3
|/
* Added changelog entry for 5.12.05.12.0Armin Ronacher2016-03-303-1/+33
|
* Merge pull request #746 from getsentry/feature/falsy-dsnArmin Ronacher2016-03-302-2/+12
|\ | | | | Check for falsy dsn and not None dsn
| * Added tests for dns to empty stringfeature/falsy-dsnArmin Ronacher2016-03-291-0/+10
| |
| * Check for falsy dsn and not None dsnArmin Ronacher2016-03-291-2/+2
|/