[v15] Make IDetailedTelemetryProvider async
#17369
mattbrailsford
started this conversation in
Features and ideas
Replies: 1 comment
-
|
I like the idea. Would be a nice addition and should be possible to make in a backward compatible way |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
v15
Bug summary
In v15 Umbraco Commerce has gone fully async however in order to setup a
IDetailedTelemetryProviderwe have to force our code to be sync.IDetailedTelemetryProvidershould have methods for collecting data async.Specifics
No response
Steps to reproduce
Self explanitory
Expected result / actual result
I'd like to be able to use async services in a
IDetailedTelemetryProviderimplementationBeta Was this translation helpful? Give feedback.
All reactions