Commit Graph

3030 Commits

Author SHA1 Message Date
Armin Ronacher 4fe75cb001 Added support level 2015-11-05 03:11:18 +01:00
Matt Robenolt 1a7fda8491 Ignore bodies from GET and HEAD 2015-11-04 15:47:57 -08:00
David Cramer b994915a08 Expand RQ documentation 2015-11-02 12:00:59 -08:00
David Cramer 207e0cebbf Merge pull request #678 from Precis/non-text-keys
Handle non-text dictionary keys when sanitizing data.
2015-11-01 21:49:58 -08:00
Matthias Erll de38ac6718 Handle non-text dictionary keys when sanitizing data. 2015-10-30 10:04:51 +01:00
David Cramer 12c148e174 Bad code block 2015-10-28 13:49:32 -07:00
David Cramer 8490a3e8b9 Correct transport docs 2015-10-28 09:55:28 -07:00
David Cramer a93f8201fe Switch source reading to linecache 2015-10-22 20:45:53 +01:00
Matt Robenolt 4d34f712f2 Fix link to complete docs 2015-10-20 16:42:53 -07:00
David Cramer 4d801cce70 Lock in lower version of coverage 2015-10-19 21:40:13 -07:00
David Cramer c0726143cb Only convert DSN to string in Python 2.x (fixes GH-674) 2015-10-19 21:40:10 -07:00
David Cramer 483af2d6d1 5.9.0.dev0 2015-10-19 15:38:35 -07:00
David Cramer 5a16f7f012 Convert input DSN values to strings (fixes GH-653) 2015-10-19 15:37:57 -07:00
David Cramer 9ef72b2cfb Changes for 5.8.0 2015-10-19 15:06:32 -07:00
David Cramer 8038eff323 Add support for in_app on exception frames 2015-10-19 15:04:58 -07:00
David Cramer 42dbe37095 Merge pull request #673 from feldi88/patch-1
DSN configuration with environment variable
2015-10-19 14:17:37 -07:00
Matthias Feldotto dd5da1fb77 DSN configuration with environment variable 2015-10-19 23:15:59 +02:00
David Cramer b93e3d423c Merge pull request #672 from noirbizarre/detect-real-version
Detected installed version instead of declared version when possible
2015-10-19 12:52:37 -07:00
Axel Haustant 9614a709d2 Try to detect version with pkg_resources first 2015-10-19 12:00:50 +02:00
David Cramer 2e43aa7091 Support HEROKU_SLUG_COMMIT for default release 2015-10-16 11:49:29 -07:00
David Cramer 6b104c5f1a Merge pull request #669 from kgritesh/fix_user_context
Fix issue user_info is populated but not returned when SENTRY_USER_ATTRS is populated
2015-10-15 12:57:26 -07:00
David Cramer ab9f645186 Improve unsupported DSN scheme error 2015-10-15 10:55:36 -07:00
Ritesh Kadmawala 0bb58608ab - Ensuring user info is returned properly if SENTRY_USER_ATTRS are provided 2015-10-15 17:58:55 +05:30
David Cramer 531afa59fe Respect include_paths when configured 2015-10-08 11:18:09 -07:00
David Cramer 82939e9ad2 Coverage is provided by codecov 2015-10-06 17:35:45 -07:00
David Cramer 0687e6a9e6 Switch to coverage command 2015-10-06 17:33:22 -07:00
David Cramer a0abd9af1b Merge pull request #667 from stevepeak/codecov
Submit coverage reports to Codecov
2015-10-04 14:48:45 -07:00
Steve Peak 0e5b659bc9 Submit coverage reports to Codecov 2015-10-04 10:48:10 +02:00
David Cramer d9d17697a9 Remove legacy gunicorn recommendation (fixes GH-666) 2015-09-30 11:07:42 -07:00
Armin Ronacher 2fbd4a710e Fixed bad syntax on the django page 2015-09-30 18:07:54 +02:00
Armin Ronacher 060286c8bc Updated sentryext 2015-09-29 23:50:40 +02:00
Armin Ronacher d9a0695d13 Changed the docs to mention platforms. 2015-09-29 23:49:23 +02:00
David Cramer c49cc615dd Merge pull request #663 from dbravender/twisted-parsed_url-parameter-to-httptransport-init
Pass the required parsed_url parameter back to HTTPTransport
2015-09-24 14:30:59 -07:00
David Cramer d07ce65b1b Remove UUID serializer (same as default behavior)
Refs GH-664
2015-09-24 12:26:57 -07:00
Matt Robenolt c1f6ce5d5f Flask needs installation 2015-09-23 12:46:02 -07:00
Matt Robenolt 8c601978c2 doc_links should have trailing slashes 2015-09-23 12:44:51 -07:00
Dan Bravender 9bd631909c Pass the required parsed_url parameter back to HTTPTransport 2015-09-23 11:53:58 -04:00
David Cramer 5563919261 Swap in variable placeholders 2015-09-22 18:07:14 -07:00
David Cramer fb671d5d8e Expand / fix wizard configurations 2015-09-22 11:59:24 -07:00
David Cramer 09b53627eb Merge pull request #660 from akheron/patch-1
Docs change: tags should be a dict
2015-09-21 10:56:27 -07:00
Matt Robenolt dd30f185bb Changes for 5.7.2 2015-09-18 16:00:57 -07:00
Matt Robenolt 6a60ed8f84 Add docs for logging fingerprint parameter 2015-09-18 15:59:20 -07:00
Matt Robenolt d3b2fb63a4 Support `fingerprint` through logging handler
Fixes GH-661
2015-09-18 15:55:32 -07:00
Petri Lehtinen 31f22e8b41 Client.capture(): tags should be a dict 2015-09-18 09:05:01 +03:00
David Cramer af2e462621 Changes for 5.7.1 2015-09-16 15:18:40 -07:00
David Cramer e29c6e9b8b Various fixes for Python3 / versioning 2015-09-16 15:17:30 -07:00
David Cramer acb27abb83 Ensure int is passed for range 2015-09-16 15:08:49 -07:00
David Cramer d0f5f5ce69 Handle SHA as HEAD 2015-09-16 14:59:28 -07:00
David Cramer 3e5ae0c9bf Python 3 compatibility (refs GH-659) 2015-09-16 14:56:03 -07:00
David Cramer 97ad85d594 5.8.0.dev0 2015-09-16 10:48:06 -07:00