SilverRaven, silverlight client

I’m having trouble getting the (3rd party) Silverlight client for Sentry to work. Everything seems ok, ‘new RavenClient(“my dsn”)’ and ‘ravenClient.CaptureException(ex)’ both run without errors but no issues reach sentry.io.

Any ideas?

The project is registered as a C# project. Is that ok? Also; silverlight obviously runs in a browser but the public dsn was rejected so I use the private one. Is that ok?

Thanks,

Never mind. Figured it out. SilverRaven depends on Newtonsoft.Json.