-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.16.0 #1186
Release 1.16.0 #1186
Conversation
RUMM-2786 Create AnyEncoder and AnyDecoder
RUMM-2786 Use AnyEncoder and AnyDecoder on FeatureBaggage
Fix E2ETests build
When logs started going through the message bus, we accidentally started dropping the additional log attributes. This fixes it so we send the attributes properly. Additionally, we need to decode certain values specifically from the cross platform SDKs to ensure they're being set on the RUMErrorModel properly (sourceType and isCrash)
…orwarding RUMM-2950 Fix log attribute forwarding to RUM
…ount-not-being-incremented Increase error count by 1 on the view update event following a crash
[git-flow] `release/1.15.0` to `develop`
This allows modal views to be "untracked" (not call startView / stopView) when using automatic view tracking. The view disappearing under the modal will still call `stopView`, and will restart when the modal is dismissed.
Also apply changes from code review.
RUMM-2939 Use TestUtilities as Module
It seems that tab=us doesn't exists anymore on those links causing empty code blocks on the page. Removing the `tag` defaults to the first tab being selected. Thanks @bill350 for the report
Nodes flattener tests
…ickers RUMM-2964 [SR] Support `UIPickerView` elements in session replay
…itches REPLAY-1340 Support `UISwitch` elements in session replay
…s_per_seconds RUMM-3081 fix invalid cpu ticks per seconds
Remove data race caused by doing sample on rum thread
Created an internal configuration attribute to allow the cross platform framework SDKs to adjust the configuration telemetry sample rate for testing purposes.
This more closely matches what Flutter sends in for other sampling rates.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks OK 👌, but we could additionally benefit if cherry picking sampling fix for RUM telemetry #1188 once it's done. It solves internal telemetry problem that was introduced between 1.15.x
and now. WDYT?
…uration-sampling Add ability to adjust configuration telemetry sampling rate.
Co-authored-by: Ursula Chen <58821586+urseberry@users.noreply.github.com>
119aa93
to
78eea01
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
What and why?
Custom CI job configuration (optional)