Is your feature request related to a problem? Please describe.
ActiveLogin.Authentication.BankId.AzureMonitor is incompatible with Microsoft.ApplicationInsights 3.x.
What area is it related to
Monitoring
Describe the solution you'd like
Upgrade Microsoft.ApplicationInsights to 3.x
Describe alternatives you've considered
I remove .AddApplicationInsightsEventListener()
Additional context
System.MissingMethodException: Method not found: 'Void Microsoft.ApplicationInsights.TelemetryClient.TrackEvent(System.String, System.Collections.Generic.IDictionary`2<System.String,System.String>, System.Collections.Generic.IDictionary`2<System.String,Double>)'.
at ActiveLogin.Authentication.BankId.AzureMonitor.BankIdApplicationInsightsEventListener.Track(BankIdEvent e, Dictionary`2 properties, ...)
Is your feature request related to a problem? Please describe.
ActiveLogin.Authentication.BankId.AzureMonitoris incompatible withMicrosoft.ApplicationInsights3.x.What area is it related to
Monitoring
Describe the solution you'd like
Upgrade
Microsoft.ApplicationInsightsto 3.xDescribe alternatives you've considered
I remove
.AddApplicationInsightsEventListener()Additional context