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