summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add reference to raven-python-lambdaawslambda-integrationAshley Camba Garrido2017-10-111-5/+3
|
* feature(lambda): Add lambda tests and clientAshley Camba Garrido2017-10-111-0/+56
|
* Added Django setting to ignore expected Celery errorsdhoffman2017-09-161-0/+6
|
* Update Django message ref example for 1.11, fixes #993Isaac Slavitt2017-09-061-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 usageAshley Camba Garrido2017-08-091-18/+46
|
* Update README with graphics, quickstart and other improvementsAshley Camba Garrido2017-07-171-0/+2
|
* Add docs for logging_configured signal for FlaskArnav Kumar2017-06-291-0/+24
|
* changed description of ZConfig's logging supportJim Fulton2017-06-121-2/+3
| | | | As requested by reviewer.
* Added support for logging integreation via ZConfig:Jim Fulton2017-06-072-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 levelMarius Gedminas2017-05-041-0/+4
|
* Fix syntax highlighting in advanced docsMatt Robenolt2017-04-271-0/+6
|
* Specify in which version of 2.7 was extra keyword added to .exceptionMichał Łazowik2017-04-051-1/+1
| | | See tags in the commit: https://github.com/python/cpython/commit/947f358a069c9141c0230e440ab5cba07df0f87f
* Add docs to demonstrate sampling messagesArnav Kumar2017-04-042-0/+25
| | | | | - Update Client.capture documentation to describe `sample_rate` - Add section on sampling in the Advanced Usage docs
* Add sample_rate configurationDavid Cramer2017-03-091-0/+10
|
* Describe ignore_exception in the documentationAxel Haustant2017-02-181-0/+5
|
* fix path to repos docsDavid Cramer2017-02-151-1/+1
|
* Add repos configurationDavid Cramer2017-02-151-0/+19
|
* Document global tags (refs GH-947)David Cramer2017-02-021-0/+6
|
* add ZEO client sample configuration (#931)T. Kim Nguyen2016-12-191-5/+23
|
* Revert "Fix Django LOGGING example root logger"Moritz Schlarb2016-11-211-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 examplesDavid Cramer2016-10-271-25/+34
|
* Update interfaces linkDavid Cramer2016-10-271-1/+1
|
* Change django release path (#889)MeredithAnya2016-10-191-1/+1
| | | | | | | | * release path change * release path change * use os.pardir
* Fixed a missing domain prefix in docsArmin Ronacher2016-10-191-1/+1
|
* Added docs for new breadcrumbs featureArmin Ronacher2016-10-181-0/+6
|
* Merge pull request #844 from manhg/masterArmin Ronacher2016-10-181-0/+8
|\ | | | | Add tip to dynamically use Sentry
| * Add tip for dynamically use SentryGiang Manh2016-08-261-0/+8
| |
* | Fix various code blocksDavid Cramer2016-10-111-6/+20
| |
* | Merge pull request #860 from Crowdbooster/django-110-middlewareDavid Cramer2016-10-091-5/+5
|\ \ | | | | | | Add support for Django 1.10-style middleware via `MiddlewareMixin`
| * | Add support for Django 1.10-style middleware via `MiddlewareMixin`David Tran2016-09-171-5/+5
| | | | | | | | | | | | Update docs to mention `MIDDLEWARE` for Django 1.10
* | | `list_max_length` not `max_list_length`slai2016-09-261-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 opinionsDavid Cramer2016-09-232-8/+1
| | |
* | | Adding environment argument documentationenv_argEric Feng2016-09-221-0/+6
| | |
* | | Add missing import (#868)Pradip Caulagi2016-09-211-0/+1
| | |
* | | Add missing comma for keyword arguments to function call (#867)Pradip Caulagi2016-09-211-1/+1
|/ /
* | docfix signature of python captureException (#848)Marc Sibson2016-08-261-1/+1
|/
* Flask config docsflask-config-docsEric Feng2016-08-101-0/+11
| | | | | | Adding instructions on how to add configuration to the Flask Sentry client. Resolves #829. /cc @armin
* docs typo fixEric Feng2016-08-101-1/+1
|
* Add Celery config option to ignore expected exceptionsMervyn Chng2016-08-081-3/+8
|
* Merge pull request #794 from pquentin/masterDavid Cramer2016-08-041-4/+4
|\ | | | | Fix Django LOGGING example root logger
| * Fix Django LOGGING example root loggerQuentin Pradet2016-06-231-4/+4
| |
* | Fixed rst syntaxArmin Ronacher2016-07-271-1/+1
| |
* | Add ignore_exceptions to client configuration (#807)David Cramer2016-07-261-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 projectsAdam Chainz2016-05-292-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-apiArmin Ronacher2016-05-191-29/+0
|
* Updated documentation on context bindingArmin Ronacher2016-05-192-10/+35
|
* Improved breadcrumb documentationArmin Ronacher2016-05-192-10/+31
|
* record_breadcrumb requires type as first arg (#763)Chris Streeter2016-05-051-2/+2
| | | | | | * record_breadcrumb requires type as first arg * Use default breadcrumb type in examples
* Updated docs for breadrumb disablingArmin Ronacher2016-05-051-0/+4
|
* Improved docs on 5.15 context managementArmin Ronacher2016-05-031-1/+3
|