sentry-docs icon indicating copy to clipboard operation
sentry-docs copied to clipboard

No intialization docs/instructions for C# WPF apps

Open awbacker opened this issue 4 years ago • 1 comments

Core or SDK?

Platform/SDK

Which part? Which one?

C#

Description

I need to initialize this a WPF app, and the documentation is quite unclear on that.

Suggested Solution

Please add a section to the WPF documentation discussing how to initialize the SDK explicitly in a WPF app, including access to the DSN in the app.config if that is required.

awbacker avatar Aug 06 '21 12:08 awbacker

Until we address this, please refer to this example: https://github.com/getsentry/examples/tree/master/dotnet/WpfDotNetCoreCSharp

Also, if you create a project in Sentry, you can select WPF and installation instructions are there:

image

image image

bruno-garcia avatar Aug 06 '21 14:08 bruno-garcia

Routing to @getsentry/product-owners-sdks-web-backend for triage ⏲️

getsantry[bot] avatar Feb 27 '24 09:02 getsantry[bot]

We've had this on the docs for many years now: https://docs.sentry.io/platforms/dotnet/guides/wpf/#configuration

No instructions about app.config but that's not related to .NET. It's standard ConfigurationManager .

bruno-garcia avatar Apr 13 '24 01:04 bruno-garcia