1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added the ignored NuGet.exe file More... about 11 years ago
Enabled "NuGet Package Restore" on the solution More... about 11 years ago
Looks like TeamCity's AssemblyInfoPatcher is unable to patch AssemblyInformationalVersion, so remove it (for now). More... about 11 years ago
Added a couple of nuspec changes as per issue #17. More... about 11 years ago
Changed version and id in the nuspec file to match the assembly More... about 11 years ago
Changed some information in AssemblyInfo More... about 11 years ago
Removed comments from AssemblyInfo, upped the version numbers and wrote some helpful comments. More... about 11 years ago
Added NuSpec file More... about 11 years ago
Replaced local lib reference to JSon.NET with NuGet reference More... about 11 years ago
Merge pull request #36 from mechonomics/master More... about 11 years ago
Fix NullRef when SentryRequest is null More... about 11 years ago
Merge pull request #34 from tobiasviehweger/master More... about 11 years ago
Merge pull request #33 from asbjornu/capture-http-request More... about 11 years ago
Fix error handling... More... about 11 years ago
Changed the WebTest project from .NET 4.5 to .NET 4.0 More... about 11 years ago
Changed the type of SentryRequest.Data from dictionary to object to better fit its description. More... about 11 years ago
Added documentation to SentryRequest More... about 11 years ago
Added documentation to SentryUser More... about 11 years ago
Capture data from HttpContext.User More... about 11 years ago
Set the User property in the JSON packet More... about 11 years ago
ReSharper formatting More... about 11 years ago
Added properties to SentryUser More... about 11 years ago
Delegated the instantiation of SentryRequest to a static method to improve readability in JsonPacket More... about 11 years ago
Added SentryUser so we can capture `sentry.interfaces.User`. More... about 11 years ago
The SentryRequest property should just be called "Request" More... about 11 years ago
Revert Formatting.Indented on JSON serialization. More... about 11 years ago
Capture QueryString More... about 11 years ago
Capture POST data More... about 11 years ago
Use Request.Url instead of Request.RawUrl More... about 11 years ago
Capture HTTP cookies More... about 11 years ago