getsentry / sentry-dotnet

Sentry SDK for .NET
https://docs.sentry.io/platforms/dotnet
MIT License
594 stars 207 forks source link

Mobile Vitals #3181

Open bitsandfoxes opened 8 months ago

bitsandfoxes commented 8 months ago

What are Mobile Vitals

Can we pull those from the native SDKs?

bitsandfoxes commented 8 months ago

Also relevant RFC: Pass Native SDKs Spans to Hybrid

de-preut commented 6 months ago

Hey @bitsandfoxes any updates on that topic? These mobile vitals would really helpful for our MAUI app use case.

bitsandfoxes commented 6 months ago

Sadly, I don't have an ETA for these just yet. But your timing is great. We're looking into prioritizing this and having some idea how much benefit this would give helps out greatly.

de-preut commented 4 months ago

@bitsandfoxes any updates here? We would really benefit from the mobile vitals in our MAUI app!

bitsandfoxes commented 4 months ago

@de-preut thanks for asking! As a "next feature" we do have that still quite high on the roadmap but I can't give you an ETA, unfortunately.

de-preut commented 1 month ago

@bitsandfoxes sorry to bother you with this again, but this feature would increase the value of the sentry integration in our mobile app dramatically. Any ETA yet?

bitsandfoxes commented 1 month ago

No worries! Feature requests are so much more happy than issues because something broke! That'd be a prime example of catching up with the rest of the mobile offering.

@bruno-garcia @bricefriha for priorization.

bruno-garcia commented 4 weeks ago

We have prior art if you look at our Flutter or React Native SDKs, all that interacts with native is there so we just need to replicate here.

That said we should first add some auto instrumentation, for example:

bricefriha commented 4 weeks ago

We have prior art if you look at our Flutter or React Native SDKs, all that interacts with native is there so we just need to replicate here

Should be relatively easy then, I reckon