summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve record UX for crumbsimprove-record-callDavid Cramer2016-05-192-12/+24
* Kill stray printArmin Ronacher2016-05-181-1/+0
* Add basic deduplication for log messages.Armin Ronacher2016-05-183-6/+48
* This is 5.17.05.17.0Armin Ronacher2016-05-141-1/+1
* Added changelog entryArmin Ronacher2016-05-141-0/+5
* Merge pull request #767 from getsentry/bugfix/resiliant-logArmin Ronacher2016-05-142-5/+32
|\
| * Capture down breadcrumb failuresbugfix/resiliant-logArmin Ronacher2016-05-141-2/+9
| * More resilient log reporting.Armin Ronacher2016-05-142-3/+23
|/
* Fixed tests for python 35.16.0Armin Ronacher2016-05-091-13/+10
* This is 5.16.0Armin Ronacher2016-05-091-1/+1
* Corrected an issue where logging locations were reported incorrectly.Armin Ronacher2016-05-093-1/+33
* record_breadcrumb requires type as first arg (#763)Chris Streeter2016-05-051-2/+2
* Fix a typo (#762)Chris Streeter2016-05-051-1/+1
* Updated docs for breadrumb disablingArmin Ronacher2016-05-051-0/+4
* Added tests for breadcrumbsArmin Ronacher2016-05-052-0/+32
* Added flag for enabling or disabling breadcrumbsArmin Ronacher2016-05-054-9/+26
* Log the entire logger name as categoryArmin Ronacher2016-05-042-1/+2
* Remove exc_info in breadcrumbsArmin Ronacher2016-05-042-0/+10
* This is 5.15.05.15.0Armin Ronacher2016-05-031-1/+1
* Improved docs on 5.15 context managementArmin Ronacher2016-05-031-1/+3
* Added support for improved context thread bindingArmin Ronacher2016-05-034-7/+74
* Added docs on context thread managementArmin Ronacher2016-05-032-0/+55
* Fixed rst errorsArmin Ronacher2016-05-031-4/+4
* Added a note about breadcrumbs to the changelogArmin Ronacher2016-05-031-0/+4
* Added breadcrumb docsArmin Ronacher2016-05-032-0/+105
* Added changelog for breadcrumbs5.14.0Armin Ronacher2016-05-031-0/+1
* Merge branch 'feature/breadcrumbs'Armin Ronacher2016-05-037-28/+531
|\
| * 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