Issues after upgrading package from "Raygun4Xamarin.Forms" to "Raygun4Maui"
TBS
Posted on
Apr 29 2024
I upgraded my app to Version 2.0.0 of Raygun4Maui today, but now it is not working anymore. Firstly I had to change my code according to the current documentation as follows (old code commented out):
//.AddRaygun4Maui(config.GetValue
I get the following error at runtime: You should only call 'AddRaygun4maui' once in your app
Any ideas?
Reilly Oldham
Raygun
Posted on
Apr 30 2024
Hi TBS,
Posting again for visibility from your GitHub issue.
Currently, we are looking into the issue where .Attach appears to be called twice. This is likely due to build being called twice either by a 3rd party package or in your setup process.
I'll post an update once we've resolved this for visibility for others who may encounter this.
Kind Regards,
Reilly