summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
0.7.0-maintVersion bump to 0.7.1David Cramer12 years
1.xDont reference a non existant variable (SENTRY_DEBUG)David Cramer12 years
1030-instrument-flask-app-loggerFix indentationAshley Camba Garrido7 years
1035-avoid-deprecation-warningsfix(django): Avoid deprecation warnings when calling is_authenticatedAshley Camba Garrido7 years
1067-flask-json-request-bodyfix(flask): Use request.get_json instead of dataAshley Camba Garrido7 years
1074-quickfix-celery-instrument-settingAdd setting check for instrumenting celeryAshley Camba Garrido7 years
1078-django-command-fails-with-datafix(django): Fix django command with data option (#1078)Ashley Camba Garrido7 years
2.0.x2.0.12.3Xavier Ordoquy9 years
GH-840Add the ability to pass in a different RESERVED.James Cunningham8 years
add-proxyAdd proxy option to requests transportDavid Cramer9 years
add-releases-travisUpdate travis.yml with releases - fix branch specAshley Camba6 years
add_test_hook_librariesremoved requestsAshley Camba6 years
awslambda-integrationAdd reference to raven-python-lambdaAshley Camba Garrido7 years
better-case-handlingBetter handling of bad exception objectsDavid Cramer8 years
bugfix/519Update the capture documentation.Xavier Ordoquy10 years
bugfix/keep-userfix: Keep user in log data if it came from djangoArmin Ronacher6 years
bugfix/optional-dsnbugfix: Make DSN secret optionalArmin Ronacher6 years
bugfix/reset-exceptionsSkip a broken test on 2.6Armin Ronacher8 years
bugfix/resiliant-logCapture down breadcrumb failuresArmin Ronacher8 years
bugfix/to-unicodefix: Correct repr fallback of to_unicodeArmin Ronacher7 years
bump-requirements-small-improvemnts-buildNo luck, just removing xdist from pypy envAshley Camba Garrido6 years
bumpreleaseRelease: 6.4.0 → 6.5.0.dev0Ashley Camba Garrido6 years
cached-propertyUse cached_property for getting client in the Django middlewareMatt Robenolt9 years
celery_3_1_xRemoved django-celery has it’s no more needed with celery 3.1Xavier Ordoquy10 years
certificatesUpdate cacertificate bundle with latest from MozillaMatt Robenolt8 years
change-django-release-pathrelease path changeMeredith8 years
changelog-formatReformat changelog and preparing bumpversion functionalityAshley Camba Garrido7 years
ci/probotci(travis): Set python version explicitly on deployJan Michael Auer7 years
cleanup-threadedSet a cap on threaded queue and minor cleanupDavid Cramer11 years
closingiteratorImplement a ClosingIterator for wsgi middlewareMatt Robenolt9 years
closingiterator-rebaseSwitch test to vendorized too.James Cunningham8 years
configure-bumpversionFix flake8 violationAshley Camba Garrido7 years
deprecate-fields-in-processorsdeprecate(core): Add missing deprecation fields in processorAshley Camba Garrido6 years
deprecate-transport-settingRemove deprecated transport in dsnAshley Camba Garrido6 years
deprecate-transport-setting-in-dnsRemove deprecated transport in dsnAshley Camba Garrido6 years
deprecation-cleanupRemove deprecated transform funcAshley Camba Garrido6 years
django-110Support for Django 1.10David Cramer8 years
django-110-managementFix behavior of raven command on Django 1.8+David Cramer8 years
django-raven-installAdd raven installation instructions for python frameworksNeil Manvar7 years
django_removal'é(ç&"$^'&(éù(&`é(^&é' pep8Xavier Ordoquy10 years
dsn-refactorRefactor DSN and transport configurationDavid Cramer9 years
env_argAdding environment argument documentationEric Feng8 years
fastpassflask monkey patching and other tingsEric Feng8 years
feature-disable-dsnFix flake8 errorAshley Camba Garrido6 years
feature-disable-dsn-explicitMerge branch 'feature-disable-dsn-explicit' of github.com:getsentry/raven-pyt...Ashley Camba Garrido6 years
feature-disable-dsn-explicit-noneChange behaviour of passing no argument to dsn is NoneAshley Camba Garrido6 years
feature/better-strippingImplemented more intelligent frame strippingArmin Ronacher8 years
feature/breadcrumbsFix query logging for djangoArmin Ronacher8 years
feature/check-threadsDetect disabled threads for uwsgiArmin Ronacher8 years
feature/default-clientDefault Raven instanceDavid Cramer8 years
feature/disable-dsn-explicitAllow explicit disabling of clients by setting DSN to None.Armin Ronacher8 years
feature/django-cli-runnerFixed a typoArmin Ronacher8 years
feature/django_removalMerge remote-tracking branch 'origin/master' into feature/django_removalXavier Ordoquy9 years
feature/falsy-dsnAdded tests for dns to empty stringArmin Ronacher8 years
feature/fatalMark process errors as fatalDavid Cramer8 years
feature/federated-docsUpdated sentry ext and renamed wizards.json.Armin Ronacher9 years
feature/health-eventsAutomatically capture health events for djangoArmin Ronacher7 years
feature/honor-ignore-for-loggingHonor exception ignores for logging handlerArmin Ronacher8 years
feature/ignore-exceptionsAdd ignore_exceptions to client configurationDavid Cramer8 years
feature/last-event-idAdd last_event_id to ClientDavid Cramer7 years
feature/merge-tagsMerge logger tagsDavid Cramer7 years
feature/no-flask-darraNo longer provide form data for Flask. Fixes #457Armin Ronacher7 years
feature/no-sixMake tests work with newer DjangoArmin Ronacher8 years
feature/nottyAdded test for sys hook behaviorArmin Ronacher7 years
feature/pid-checkAdded test for spawning new threads after forkArmin Ronacher8 years
feature/pip_cacheTake the most out of the containers (see http://docs.travis-ci.com/user/apt/)Xavier Ordoquy9 years
feature/remove-messageremove deprecated behaviorsDavid Cramer8 years
feature/reposAdd repos configurationDavid Cramer7 years
feature/safeguard-userHandle user errors from django better.Armin Ronacher8 years
feature/transactionfeat: switch from culprit to transactionArmin Ronacher6 years
feature/transport-refactorAdded changelog entryArmin Ronacher7 years
fingerprint-soft-timeoutsAdd fingerprint to soft timeouts in CeleryDavid Cramer8 years
fix-django-200-resolverFix tests by pinning pytest for python 3.3Ashley Camba Garrido6 years
fix-flake8-errorFix flake8 errorAshley Camba Garrido6 years
fix-lambda-no-request-contextfix(lambda): Process requestContext only if presentAshley Camba Garrido6 years
fix-test-with-containersFix flake8 errorAshley Camba Garrido6 years
fix-tornado-depFix tornado dependency fixes:#1206Ashley Camba Garrido6 years
fix-value-error-django-middlewarefix(django): Catch django bug in request.body DjangoRestFrameworkCompatMiddle...Ashley Camba Garrido7 years
fix/chain-recursion-2Prevent chained exception recursionDavid Cramer8 years
fix/deploymentci: Fix upload directory for deployment taskJan Michael Auer7 years
fix/discover-sync-environmentsDiscover Lambda and GAEDavid Cramer8 years
fix/django-request[django] fix shared request not being available in thread contextDavid Cramer7 years
fix/django-sys-hookAdd lock around initializationDavid Cramer7 years
fix/encoding-excMerge remote-tracking branch 'origin/master' into fix/encoding-excMarkus Unterwaditzer5 years
fix/nan-in-varsfix: Convert all numbers to stringMarkus Unterwaditzer5 years
fix/trim-crumbsfix(breadcrumbs): Ensure maximum lengths on several attributesDavid Cramer6 years
flask-config-docsFlask config docsEric Feng8 years
gh-712django: ignore a missing settings.SITE_IDMatt Robenolt8 years
guess-parent-moduleSome initial work on guessing calling module name to add to include pathsDavid Cramer11 years
improve-loggingImprove failure handling and loggingDavid Cramer9 years
improve-record-callImprove record UX for crumbsDavid Cramer8 years
iterlistsdjango: use our _compat.iterlistsMatt Robenolt7 years
lambda-integrationAdd sentry aws lambda decoratorAshley Camba Garrido7 years
legacy-docsAdd docs redirectDavid Cramer8 years
loaderoriginFall back from LoaderOrigin to Origin for django 1.9Matt Robenolt9 years
masterfix: README formattingMarkus Unterwaditzer3 years
new-frame-slimmingPrioritize trimming system framesDavid Cramer8 years
packed-refsRead git sha from packed-refs file after a git-gcMatt Robenolt8 years
pr/1205Added noqaArmin Ronacher6 years
pr/1211Recognize Content Type ending with `+json` as JSON typeIva Kaneva6 years
pr/990Extract self.fields into methodAshley Camba Garrido6 years
prepare-next-releaseFix repo name for future refAshley Camba Garrido7 years
protocol6Initial pass at v6 of the protocolMatt Robenolt10 years
raise-timeout-fixRaise default urllib timeout to 5 secondsAshley Camba Garrido7 years
ref/ci-setupref: Only run flake8 in CIMarkus Unterwaditzer6 years
ref/improve-travisImprove matrix builds; Drop Python 2.6David Cramer7 years
ref/tastypie-tests[django] improve various request behaviorDavid Cramer7 years
ref/throw-import-errorThrow ImportError on import_string failureDavid Cramer7 years
refactor-version-testAdd D107 to ignore flake8 docsAshley Camba Garrido7 years
refactor/breadcrumb-apiKill context thread binding docs. It's on api anywaysArmin Ronacher8 years
releases/5.24.xCorrect test for Django 1.8+David Cramer8 years
releases/5.27.x5.27.1David Cramer8 years
releases/5.33.x5.33.0Matt Robenolt7 years
releases/5.4.xChanges for 5.4.4David Cramer9 years
releases/5.7.x5.7.2Matt Robenolt9 years
releases/5.8.x5.8.1David Cramer9 years
releases/5.9.x5.9.2David Cramer8 years
releases/6.3.0Release: 6.3.0.dev0 → 6.3.0Ashley Camba Garrido7 years
releases/6.4.0Release: 6.4.0.dev0 → 6.4.0Ashley Camba Garrido6 years
releases/6.5.0Fix typoAshley Camba6 years
releases/7.0.0Fix flake8 errorAshley Camba Garrido6 years
remove-culpritLeave culprit up to the serverDavid Cramer9 years
rm-rf-sixRemove six entirely and unify _compat into utils.compatMatt Robenolt8 years
sdk-attributeAdd sdk attributeDavid Cramer8 years
sdk-name-frameweorkadding integration name for remaining python framework integrationsEric Feng7 years
speedup-404Slight speed improvement for the common case of not needing to reportMatt Robenolt8 years
ssl-verificationMaintain behavior between python 2/3David Cramer10 years
stack-local-cc-processorAdding testsEric Feng6 years
switch-to-linecacheSwitch source reading to linecacheDavid Cramer9 years
systemexitAdd testsMatt Robenolt8 years
threaded-callbacksRemove unused send function and correct indentationDavid Cramer11 years
threaded-clientOnly show a warning if an actual value is passed for timeoutDavid Cramer12 years
tox-refactorAdd tox docs for setting up environmentAshley Camba Garrido7 years
tox-travis-refactorRemove old django-dev environAshley Camba Garrido7 years
transactionsHandle included patternsDavid Cramer8 years
transport-refactorRefactor transport namespaceDavid Cramer10 years
travisTrying to fix failing travis testMatt Robenolt9 years
travis-deploymentsAdd zip format to travis distributionAshley Camba Garrido7 years
trovesReplace py 3.2 classifier with 3.5Matt Robenolt8 years
unify-optionsUnify option configuration between Flask/DjangoDavid Cramer8 years
unittest_cleanupFix the test class name change for python 3.3Xavier Ordoquy11 years
untitaker-patch-1doc: Add deprecation noticeMarkus Unterwaditzer3 years
update-fetch-git-sha-docsuse abspathMeredithAnya6 years
update-travis-confbuild: Switch to Zeus and build every master commitJan Michael Auer6 years
versionsRefactor get_version_from_app to better handle unexepcted casesMatt Robenolt9 years
workaround/close-on-endAutomatically close iterator on end of iterationArmin Ronacher8 years
xfffix(flask): Use request.remote_addr as fallback for flask too, fix testsAshley Camba Garrido7 years