-
-
Notifications
You must be signed in to change notification settings - Fork 120
Comparing changes
Open a pull request
base repository: getsentry/raven-csharp
base: 2.1
head repository: getsentry/raven-csharp
compare: master
Commits on Apr 19, 2016
-
BugFix when the request is not an application/x-www-form-urlencoded t…
…he SentryRequest.Data is empty
Configuration menu - View commit details
-
Copy full SHA for 7d0a45e - Browse repository at this point
Copy the full SHA 7d0a45eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e17a805 - Browse repository at this point
Copy the full SHA e17a805View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2188bd7 - Browse repository at this point
Copy the full SHA 2188bd7View commit details -
Merge pull request #121 from xpicio/develop
When the request is not an `application/x-www-form-urlencoded` the `SentryRequest.Data` is empty. This is fixed such that the HTTP body is converted to a `string` otherwise.
Configuration menu - View commit details
-
Copy full SHA for a860540 - Browse repository at this point
Copy the full SHA a860540View commit details
Commits on Jul 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5a2ba1f - Browse repository at this point
Copy the full SHA 5a2ba1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40c8c56 - Browse repository at this point
Copy the full SHA 40c8c56View commit details -
Configuration menu - View commit details
-
Copy full SHA for df1859d - Browse repository at this point
Copy the full SHA df1859dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fccf0ff - Browse repository at this point
Copy the full SHA fccf0ffView commit details
Commits on Jul 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for bd9d2a5 - Browse repository at this point
Copy the full SHA bd9d2a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd98905 - Browse repository at this point
Copy the full SHA fd98905View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77e0312 - Browse repository at this point
Copy the full SHA 77e0312View commit details -
Merge remote-tracking branch 'refs/remotes/origin/master' into featur…
…e/support-breadcrumbs
Configuration menu - View commit details
-
Copy full SHA for bd778b2 - Browse repository at this point
Copy the full SHA bd778b2View commit details -
Merge pull request #1 from samukce/feature/support-breadcrumbs
Feature support breadcrumbs #128
Configuration menu - View commit details
-
Copy full SHA for f8a093f - Browse repository at this point
Copy the full SHA f8a093fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb0a71 - Browse repository at this point
Copy the full SHA 4eb0a71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b2e8a8 - Browse repository at this point
Copy the full SHA 8b2e8a8View commit details -
Merge remote-tracking branch 'refs/remotes/origin/develop' into featu…
…re/support-breadcrumbs
Configuration menu - View commit details
-
Copy full SHA for 5b84dd1 - Browse repository at this point
Copy the full SHA 5b84dd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a30b6e - Browse repository at this point
Copy the full SHA 4a30b6eView commit details
Commits on Jul 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 65e6989 - Browse repository at this point
Copy the full SHA 65e6989View commit details -
Configuration menu - View commit details
-
Copy full SHA for 364178b - Browse repository at this point
Copy the full SHA 364178bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fbfee7 - Browse repository at this point
Copy the full SHA 4fbfee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93d97c8 - Browse repository at this point
Copy the full SHA 93d97c8View commit details
Commits on Jul 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c1eca4d - Browse repository at this point
Copy the full SHA c1eca4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for be8dbcb - Browse repository at this point
Copy the full SHA be8dbcbView commit details
Commits on Jul 11, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5373745 - Browse repository at this point
Copy the full SHA 5373745View commit details
Commits on Jul 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 4c5b7aa - Browse repository at this point
Copy the full SHA 4c5b7aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 815397c - Browse repository at this point
Copy the full SHA 815397cView commit details
Commits on Jul 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for cc516ac - Browse repository at this point
Copy the full SHA cc516acView commit details
Commits on Aug 3, 2016
-
Merge pull request #131 from samukce/feature/support-breadcrumbs
Feature support breadcrumbs #128
Configuration menu - View commit details
-
Copy full SHA for 6049832 - Browse repository at this point
Copy the full SHA 6049832View commit details
Commits on Aug 10, 2016
-
Fixes #123 - Make sure User is initialized
- Avoid storing current HttpContext statically (requires things to happen in a certain order, and doesn't work with parallell requests) - Updating test case to initialize the package in the same order as the code does
Configuration menu - View commit details
-
Copy full SHA for ba9a625 - Browse repository at this point
Copy the full SHA ba9a625View commit details -
Configuration menu - View commit details
-
Copy full SHA for 102a29c - Browse repository at this point
Copy the full SHA 102a29cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 286d6eb - Browse repository at this point
Copy the full SHA 286d6ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for b27511b - Browse repository at this point
Copy the full SHA b27511bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51d2276 - Browse repository at this point
Copy the full SHA 51d2276View commit details
Commits on Aug 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e24acdb - Browse repository at this point
Copy the full SHA e24acdbView commit details -
Extract HttpWebRequest creation to a separate method to make the Send…
…() method across sync and async more DRY and improve logging when the request fails.
Configuration menu - View commit details
-
Copy full SHA for 5218e48 - Browse repository at this point
Copy the full SHA 5218e48View commit details -
Merge pull request #135 from getsentry/feature/improved-logging
Improved logging
Configuration menu - View commit details
-
Copy full SHA for 83344ff - Browse repository at this point
Copy the full SHA 83344ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5196ac - Browse repository at this point
Copy the full SHA b5196acView commit details -
Merge pull request #136 from getsentry/feature/genne-user-fix
Make sure User is initialized from the HTTP context.
Configuration menu - View commit details
-
Copy full SHA for 60e6cad - Browse repository at this point
Copy the full SHA 60e6cadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e816f3 - Browse repository at this point
Copy the full SHA 8e816f3View commit details -
Merge pull request #137 from getsentry/feature/resharper-cleanup-profile
Added ReSharper cleanup profile
Configuration menu - View commit details
-
Copy full SHA for 1fd038b - Browse repository at this point
Copy the full SHA 1fd038bView commit details -
Refactory BodyConvert() method with a specific Convert() method based…
… on current request's Content-Type header
Configuration menu - View commit details
-
Copy full SHA for bff5f96 - Browse repository at this point
Copy the full SHA bff5f96View commit details -
Renamed IMediaType.IsValid() to Matches() and added documentation to …
…the IMediaType interface.
Configuration menu - View commit details
-
Copy full SHA for a0e7ade - Browse repository at this point
Copy the full SHA a0e7adeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b8ecc9 - Browse repository at this point
Copy the full SHA 5b8ecc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19b37f3 - Browse repository at this point
Copy the full SHA 19b37f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae3b914 - Browse repository at this point
Copy the full SHA ae3b914View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82345d8 - Browse repository at this point
Copy the full SHA 82345d8View commit details -
Merge pull request #138 from getsentry/xpicio/improve_post_data_logging
Improve POST data logging
Configuration menu - View commit details
-
Copy full SHA for 2232362 - Browse repository at this point
Copy the full SHA 2232362View commit details
Commits on Aug 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for fdde7bf - Browse repository at this point
Copy the full SHA fdde7bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20dca5e - Browse repository at this point
Copy the full SHA 20dca5eView commit details -
Merge pull request #139 from getsentry/feature/sentry-version
Upped sentry_version from 4 to 7
Configuration menu - View commit details
-
Copy full SHA for 0fbb52b - Browse repository at this point
Copy the full SHA 0fbb52bView commit details
There are no files selected for viewing
This file was deleted.