Conversation
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #155 +/- ##
==========================================
- Coverage 77.83% 74.95% -2.88%
==========================================
Files 27 38 +11
Lines 424 615 +191
Branches 55 75 +20
==========================================
+ Hits 330 461 +131
- Misses 68 119 +51
- Partials 26 35 +9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
After discussion we will reconsider the approach of using the native layer directly and keep performance related product withing the cross-platform layer. |
|
Will this functionality ever be ready? I really need the ability to measure the waiting time of requests on the client side. |
|
hey so far we have not planned to continue this feature, at least not until we have enough interest from other people. But it's helpful that you show your interest here so we can re-prio this. I have shared an example code snippet so you can start custom instrumenting on your own: #83 (comment) |
|
@buenaflor |

📜 Description
Adds feature to create spans and configure tracesSampler
💡 Motivation and Context
Closes #83
💚 How did you test it?
Example app
Tests
📝 Checklist
You have to check all boxes before merging:
sendDefaultPIIis enabled.🔮 Next steps