sentry-dotnet
sentry-dotnet copied to clipboard
Support for Electron.NET
Customers have requested support for Electron.NET
Using the Electron SDK in combination with the .NET SDK should already cover all types of errors an app built with Electron.NET (untested). But a first class support would be similar to how we have Unity (.NET + Android or .NET + iOS) and React Native (JS + Android). Where a tag set in one SDK propagates downstream to the underlying SDK.
Additionally, crashes from any SDK mark a session as crashed to properly show the stats in the Release Health product.
Initialization is also often done via 1 SDK calling into the other. As opposed to the user requiring to call Sentry.init
on each SDK.
@bruno-garcia how many customers?
This would make a great community contribution.