| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add reference to raven-python-lambdaawslambda-integration | Ashley Camba Garrido | 2017-10-11 | 1 | -5/+3 |
| | | |||||
| * | feature(lambda): Add lambda tests and client | Ashley Camba Garrido | 2017-10-11 | 1 | -0/+56 |
| | | |||||
| * | Added Django setting to ignore expected Celery errors | dhoffman | 2017-09-16 | 1 | -0/+6 |
| | | |||||
| * | Update Django message ref example for 1.11, fixes #993 | Isaac Slavitt | 2017-09-06 | 1 | -6/+4 |
| | | | | | | | | | | - Use a `TemplateResponse` (backwards compatible to Django 1.7) instead of trying to pass a `Context` object to an instance of `django.template.backends.django.Template.render` which is no longer allowed (see #993) - Verified working with example app (Python 3.5, Django 1.11) before changing example in docs | ||||
| * | Update contributing docs with tox/travis usage | Ashley Camba Garrido | 2017-08-09 | 1 | -18/+46 |
| | | |||||
| * | Update README with graphics, quickstart and other improvements | Ashley Camba Garrido | 2017-07-17 | 1 | -0/+2 |
| | | |||||
| * | Add docs for logging_configured signal for Flask | Arnav Kumar | 2017-06-29 | 1 | -0/+24 |
| | | |||||
| * | changed description of ZConfig's logging support | Jim Fulton | 2017-06-12 | 1 | -2/+3 |
| | | | | | As requested by reviewer. | ||||
| * | Added support for logging integreation via ZConfig: | Jim Fulton | 2017-06-07 | 2 | -0/+33 |
| | | | | | | | | http://zconfig.readthedocs.io/en/latest/using-logging.html (Note that the Zope integration also uses ZConfig, but adds lots of Zope-specific machinery that won't work elsewhere.) | ||||
| * | Gently remind the user to set the logging level | Marius Gedminas | 2017-05-04 | 1 | -0/+4 |
| | | |||||
| * | Fix syntax highlighting in advanced docs | Matt Robenolt | 2017-04-27 | 1 | -0/+6 |
| | | |||||
| * | Specify in which version of 2.7 was extra keyword added to .exception | Michał Łazowik | 2017-04-05 | 1 | -1/+1 |
| | | | | See tags in the commit: https://github.com/python/cpython/commit/947f358a069c9141c0230e440ab5cba07df0f87f | ||||
| * | Add docs to demonstrate sampling messages | Arnav Kumar | 2017-04-04 | 2 | -0/+25 |
| | | | | | | - Update Client.capture documentation to describe `sample_rate` - Add section on sampling in the Advanced Usage docs | ||||
| * | Add sample_rate configuration | David Cramer | 2017-03-09 | 1 | -0/+10 |
| | | |||||
| * | Describe ignore_exception in the documentation | Axel Haustant | 2017-02-18 | 1 | -0/+5 |
| | | |||||
| * | fix path to repos docs | David Cramer | 2017-02-15 | 1 | -1/+1 |
| | | |||||
| * | Add repos configuration | David Cramer | 2017-02-15 | 1 | -0/+19 |
| | | |||||
| * | Document global tags (refs GH-947) | David Cramer | 2017-02-02 | 1 | -0/+6 |
| | | |||||
| * | add ZEO client sample configuration (#931) | T. Kim Nguyen | 2016-12-19 | 1 | -5/+23 |
| | | |||||
| * | Revert "Fix Django LOGGING example root logger" | Moritz Schlarb | 2016-11-21 | 1 | -4/+4 |
| | | | | | | | | | | | This reverts commit 5d863173772cb53edcf95c7ba83060ebeac90c38. In https://docs.python.org/library/logging.config.html#dictionary-schema-details, there is in fact a special key named ``root`` in the ``LOGGING`` dict that specifies the configuration for the root logger. I think it can also be specified in the ``loggers`` dict, but then its key should just be the empty string rather than ``root``! | ||||
| * | Fix up configuration examples | David Cramer | 2016-10-27 | 1 | -25/+34 |
| | | |||||
| * | Update interfaces link | David Cramer | 2016-10-27 | 1 | -1/+1 |
| | | |||||
| * | Change django release path (#889) | MeredithAnya | 2016-10-19 | 1 | -1/+1 |
| | | | | | | | | | * release path change * release path change * use os.pardir | ||||
| * | Fixed a missing domain prefix in docs | Armin Ronacher | 2016-10-19 | 1 | -1/+1 |
| | | |||||
| * | Added docs for new breadcrumbs feature | Armin Ronacher | 2016-10-18 | 1 | -0/+6 |
| | | |||||
| * | Merge pull request #844 from manhg/master | Armin Ronacher | 2016-10-18 | 1 | -0/+8 |
| |\ | | | | | Add tip to dynamically use Sentry | ||||
| | * | Add tip for dynamically use Sentry | Giang Manh | 2016-08-26 | 1 | -0/+8 |
| | | | |||||
| * | | Fix various code blocks | David Cramer | 2016-10-11 | 1 | -6/+20 |
| | | | |||||
| * | | Merge pull request #860 from Crowdbooster/django-110-middleware | David Cramer | 2016-10-09 | 1 | -5/+5 |
| |\ \ | | | | | | | Add support for Django 1.10-style middleware via `MiddlewareMixin` | ||||
| | * | | Add support for Django 1.10-style middleware via `MiddlewareMixin` | David Tran | 2016-09-17 | 1 | -5/+5 |
| | | | | | | | | | | | | | Update docs to mention `MIDDLEWARE` for Django 1.10 | ||||
| * | | | `list_max_length` not `max_list_length` | slai | 2016-09-26 | 1 | -1/+1 |
| | | | | | | | | | | Fixes a small typo in the name of the configuration parameter. I believe https://github.com/getsentry/raven-python/blob/256667349bf883624b2caa6b02ebec62b4deac15/raven/utils/conf.py#L46 confirms the actual name of the dictionary key read. | ||||
| * | | | Remove some opinions | David Cramer | 2016-09-23 | 2 | -8/+1 |
| | | | | |||||
| * | | | Adding environment argument documentationenv_arg | Eric Feng | 2016-09-22 | 1 | -0/+6 |
| | | | | |||||
| * | | | Add missing import (#868) | Pradip Caulagi | 2016-09-21 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add missing comma for keyword arguments to function call (#867) | Pradip Caulagi | 2016-09-21 | 1 | -1/+1 |
| |/ / | |||||
| * | | docfix signature of python captureException (#848) | Marc Sibson | 2016-08-26 | 1 | -1/+1 |
| |/ | |||||
| * | Flask config docsflask-config-docs | Eric Feng | 2016-08-10 | 1 | -0/+11 |
| | | | | | | | Adding instructions on how to add configuration to the Flask Sentry client. Resolves #829. /cc @armin | ||||
| * | docs typo fix | Eric Feng | 2016-08-10 | 1 | -1/+1 |
| | | |||||
| * | Add Celery config option to ignore expected exceptions | Mervyn Chng | 2016-08-08 | 1 | -3/+8 |
| | | |||||
| * | Merge pull request #794 from pquentin/master | David Cramer | 2016-08-04 | 1 | -4/+4 |
| |\ | | | | | Fix Django LOGGING example root logger | ||||
| | * | Fix Django LOGGING example root logger | Quentin Pradet | 2016-06-23 | 1 | -4/+4 |
| | | | |||||
| * | | Fixed rst syntax | Armin Ronacher | 2016-07-27 | 1 | -1/+1 |
| | | | |||||
| * | | Add ignore_exceptions to client configuration (#807) | David Cramer | 2016-07-26 | 1 | -0/+10 |
| |/ | | | | | | | | * Add ignore_exceptions to client configuration This takes Django's IGNORE_EXCEPTIONS support and moves it into core. @getsentry/python | ||||
| * | Convert readthedocs link for their .org -> .io migration for hosted projects | Adam Chainz | 2016-05-29 | 2 | -2/+2 |
| | | | | | | | | | 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. | ||||
| * | Kill context thread binding docs. It's on api anywaysrefactor/breadcrumb-api | Armin Ronacher | 2016-05-19 | 1 | -29/+0 |
| | | |||||
| * | Updated documentation on context binding | Armin Ronacher | 2016-05-19 | 2 | -10/+35 |
| | | |||||
| * | Improved breadcrumb documentation | Armin Ronacher | 2016-05-19 | 2 | -10/+31 |
| | | |||||
| * | record_breadcrumb requires type as first arg (#763) | Chris Streeter | 2016-05-05 | 1 | -2/+2 |
| | | | | | | | * record_breadcrumb requires type as first arg * Use default breadcrumb type in examples | ||||
| * | Updated docs for breadrumb disabling | Armin Ronacher | 2016-05-05 | 1 | -0/+4 |
| | | |||||
| * | Improved docs on 5.15 context management | Armin Ronacher | 2016-05-03 | 1 | -1/+3 |
| | | |||||
