Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppCenter does not log the stacktrace of Windows exceptions since version 5.0.0 #1724

Closed
asierpn opened this issue Jan 9, 2023 · 4 comments
Labels

Comments

@asierpn
Copy link

asierpn commented Jan 9, 2023

Description

After upgrading to AppCenter 5.0.1 the stacktrace of the exceptions is not being logged for a Windows App SDK 1.2 app, with AppCenter 4.5.3 all works fine.

Repro Steps

Please list the steps used to reproduce your issue.

  1. Create a Windows App SDK 1.2 app
  2. Add AppCenter 5.0.0 nuget and configure the app to log crashes
  3. Throw an exception

Details

  1. What is your app platform (Xamarin.Android or Xamarin.iOS or UWP)?
    • Windows App SDK 1.2
  2. If using Xamarin.Forms or if using portable/shared code to call our SDK APIs, are you using shared project, PCL code or .NET standard code for the application? Which .NET standard version or which PCL profile?
    • .NET 6
  3. Which SDK version are you using?
    • 5.0.1
  4. Which OS version did you experience the issue on?
    • Windows 10
  5. What device version did you see this error on? Were you using an emulator or a physical device?
    • Physical
  6. What third party libraries are you using?
    • Windows App SDK
@asierpn asierpn added the support label Jan 9, 2023
@DmitriyKirakosyan
Copy link
Contributor

Hi @asierpn , thank you for getting in touch!

You are creating an UWP application on the App Center Portal, right? Is it possible for you to create a WPF app as a workaround? The stacktrace should work for WPF. The problem is backend doesn't recognize the stacktrace as a UWP's stacktrace.
At this moment we don't have a dedicated MAUI Windows application.

Similar report:
#1688 (comment)

@asierpn
Copy link
Author

asierpn commented Jan 10, 2023

Hi @DmitriyKirakosyan, yes, we use an UWP application on the App Center Portal, I tried to create a WPF app but it doesn't work either when using App Center 5.0.1. With App Center 4.5.3 it is correctly registered in both type of App Center's apps.

@DmitriyKirakosyan
Copy link
Contributor

@asierpn , you are right, sorry for the confusion.

We are working on the fix. I will update you on the progress.

@AnatolyPristensky
Copy link
Contributor

Hello @asierpn,
The issue should be fixed now, please reopen if u still facing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants