Changes
- Breaking change: removed the
samplingProbability
configuration option
#149
Enhancements
- ApiKey can be read from "com.bugsnag.performance.android.API_KEY" so that
bugsnag-android
andbugsnag-android-performance
can have different ApiKeys in the manifest.
#152 - AppStart spans now end strictly when the first ViewLoad ends, allowing manual control of the AppStart end (when combined with
PerformanceConfiguration.autoInstrumentActivities
)
#154
Bug fixes
- More reliably report the response Content-Length of HTTP requests
#150