@@ -7,9 +7,8 @@ SharpRaven is the .NET client for [Sentry](https://getsentry.com/welcome/).
77| ** GitHub** | [ ![ GitHub release] [ 1 ]] [ 2 ] | - |
88| ** SharpRaven** | [ ![ NuGet] [ 3 ]] [ 4 ] | [ ![ NuGet] [ 5 ]] [ 4 ] |
99| ** SharpRaven.Nancy** | [ ![ NuGet] [ 6 ]] [ 7 ] | [ ![ NuGet] [ 8 ]] [ 7 ] |
10- | ** Travis Build** | [ ![ Master] [ 12 ]] [ 14 ] | [ ![ Develop] [ 13 ]] [ 14 ] |
11- | ** TeamCity Build** | [ ![ Build Status] [ 9 ]] [ 10 ] | - |
12- | ** Code Coverage** | [ ![ TeamCity Coverage] [ 11 ]] [ 10 ] | - |
10+ | ** Travis Build** | [ ![ Master] [ 12 ]] [ 14 ] | [ ![ Develop] [ 13 ]] [ 14 ] |
11+ | ** AppVeyor Build** | [ ![ Master] [ 9 ]] [ 10 ] | [ ![ Develop] [ 15 ]] [ 10 ] |
1312
1413## Usage
1514Instantiate the client with your DSN:
@@ -41,9 +40,8 @@ ravenClient.Capture(new SentryEvent("Hello World!"));
4140```
4241
4342### Additional Data
44- You can add additional data to the
45- [ ` Exception.Data ` ] ( https://msdn.microsoft.com/en-us/library/system.exception.data.aspx )
46- property on exceptions thrown about in your solution:
43+ You can add additional data to the [ ` Exception.Data ` ] [ ex ] property on
44+ exceptions thrown about in your solution:
4745
4846``` csharp
4947try
@@ -74,10 +72,9 @@ async Task<string> CaptureAsync(SentryEvent @event);
7472
7573### Nancy Support
7674You can install the
77- [ SharpRaven.Nancy] ( https://www.nuget.org/packages/SharpRaven.Nancy ) package to
78- capture the HTTP context in [ Nancy] ( http://nancyfx.org/ ) applications. It will
79- auto-register on the ` IPipelines.OnError ` event, so all unhandled exceptions
80- will be sent to Sentry.
75+ [ SharpRaven.Nancy] [ nuget-nancy ] package to capture the HTTP context in
76+ [ Nancy] [ nancy ] applications. It will auto-register on the ` IPipelines.OnError `
77+ event, so all unhandled exceptions will be sent to Sentry.
8178
8279The only thing you have to do is provide a DSN, either by registering an
8380instance of the ` Dsn ` class in your container:
@@ -145,14 +142,14 @@ ravenClient.BeforeSend = requester =>
145142## Get it!
146143You can clone and build SharpRaven yourself, but for those of us who are happy
147144with prebuilt binaries, there's NuGet packages of both
148- [ SharpRaven] ( https://www. nuget.org/packages/SharpRaven ) and
149- [ SharpRaven.Nancy] ( https://www. nuget.org/packages/SharpRaven.Nancy ) .
145+ [ SharpRaven] [ nuget ] and
146+ [ SharpRaven.Nancy] [ nuget-nancy ] .
150147
151148## Resources
152- * [ ![ Join the chat at https://gitter.im/getsentry/raven-csharp ] ( https://badges. gitter.im/Join%20Chat.svg )] ( https:// gitter.im/getsentry/raven-csharp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
153- * [ Code] ( http:// github.com/getsentry/raven-csharp )
154- * [ Mailing List] ( https://groups.google.com/group/getsentry )
155- * [ IRC] ( irc://irc.freenode.net/sentry ) ( irc.freenode.net, #sentry )
149+ * [ ![ Join the chat at https://gitter.im/getsentry/raven-csharp ] [ gitter-badge ]] [ gitter-link ]
150+ * [ Code] [ github ]
151+ * [ Mailing List] [ mail ]
152+ * [ IRC] [ irc ] ( ` #sentry ` on ` irc.freenode.net ` )
156153
157154 [ 1 ] : https://img.shields.io/github/release/getsentry/raven-csharp.svg
158155 [ 2 ] : https://github.com/getsentry/raven-csharp/releases/latest
@@ -162,9 +159,18 @@ with prebuilt binaries, there's NuGet packages of both
162159 [ 6 ] : https://img.shields.io/nuget/v/SharpRaven.Nancy.svg
163160 [ 7 ] : https://www.nuget.org/packages/SharpRaven.Nancy
164161 [ 8 ] : https://img.shields.io/nuget/vpre/SharpRaven.Nancy.svg
165- [ 9 ] : https://img.shields.io/teamcity/codebetter/bt1000.svg
166- [ 10 ] : http://teamcity.codebetter.com/viewType.html?buildTypeId=bt1000&guest=1
167- [ 11 ] : https://img.shields.io/teamcity/coverage/bt1000.svg?maxAge=2592000
162+ [ 9 ] : https://img.shields.io/appveyor/ci/sentry/raven-csharp/master.svg
163+ [ 10 ] : https://ci.appveyor.com/project/sentry/raven-csharp
168164[ 12 ] : https://travis-ci.org/getsentry/raven-csharp.svg?branch=master
169165[ 13 ] : https://travis-ci.org/getsentry/raven-csharp.svg?branch=develop
170166[ 14 ] : https://travis-ci.org/getsentry/raven-csharp
167+ [ 15 ] : https://img.shields.io/appveyor/ci/sentry/raven-csharp/develop.svg
168+ [ ex ] : https://msdn.microsoft.com/en-us/library/system.exception.data.aspx
169+ [ gitter-badge ] : https://badges.gitter.im/Join%20Chat.svg
170+ [ gitter-link ] : https://gitter.im/getsentry/raven-csharp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
171+ [ github ] : http://github.com/getsentry/raven-csharp
172+ [ mail ] : https://groups.google.com/group/getsentry
173+ [ irc ] : irc://irc.freenode.net/sentry
174+ [ nuget ] : https://www.nuget.org/packages/SharpRaven
175+ [ nuget-nancy ] : https://www.nuget.org/packages/SharpRaven.Nancy
176+ [ nancy ] : http://nancyfx.org/
0 commit comments