bugsnag / bugsnag-flutter-performance

Monitor the start-up, navigation events and network requests of your Flutter app and see the results in your BugSnag dashboard.
https://docs.bugsnag.com/performance/integration-guides/flutter
MIT License
1 stars 2 forks source link

Fixed sampling probability configuration option #78

Closed robert-smartbear closed 2 months ago

robert-smartbear commented 2 months ago

Goal

To support non-BugSnag trace endpoints, we should provide the client RUM SDKs with a samplingProbability configuration that can be set by the developer to provide a fixed p-value for sampling.

Design

When sampling probability is set it:

Changeset

Added samplingProbability argument to bugsnag_performance.start

Testing

E2E and Unit tests