1
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Dec 04, 2024 — Dec 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Capture HTTP headers More... about 12 years ago
Ignore ALL_ and HTTP_ server variables More... about 12 years ago
Renamed "SentryHttp" to "SentryRequest" and its corresponding "Http" property to "Request" More... about 12 years ago
Ternary assign to the "Http" property for tersness. More... about 12 years ago
Added default page for capturing exception with HTTP context More... about 12 years ago
Added WebTest project to test HTTP context capture More... about 12 years ago
Capture server variables More... about 12 years ago
Added SentryHttp for HTTP contextual information More... about 12 years ago
CRLF cleanup More... about 12 years ago
Rejigged the JSON schema More... about 12 years ago
We can just return the exception directly More... about 12 years ago
First take on validating a JsonPacket according to a JSON schema More... about 12 years ago
Replaced Newtonsoft.Json reference with one from NuGet More... about 12 years ago
Enabled NuGet Package Restore for the solution More... about 12 years ago
Added NUnit reference to SharpRaven.UnitTests More... about 12 years ago
Ignore /packages/ except /packages/repositories.config More... about 12 years ago
Added UnitTests project More... about 12 years ago
Made the RavenClient(string) constructor invoke RavenClient(Dsn) instead of repeating the initialization. More... about 12 years ago
Removed superfluous RavenClient.CaptureMessage() and CaptureException() methods. More... about 12 years ago
Added some TODO questions in RavenClient More... about 12 years ago
Replaced JsonPacket.Serialize() with a ToString() override. More... about 12 years ago
Added documentation to JsonPacket More... about 12 years ago
Made Module.Version into a property More... about 12 years ago
Made Module.Name into a property More... about 12 years ago
Moved SharpRaven.Data.Module from JsonPacket.cs to its own Module.cs file. More... about 12 years ago
ReSharper formatting More... about 12 years ago
Made JsonPacket.Tags into a proper property More... about 12 years ago
Made JsonPacket.Extra into a proper property More... about 12 years ago
Use object initializer on SentryException. More... about 12 years ago
Moved the JsonPacket.Initialize() method into the constructor and invoked this from the other. More... about 12 years ago