Skip to content
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

Merged
merged 127 commits into from
Mar 2, 2023
Merged

Release 1.16.0 #1186

merged 127 commits into from
Mar 2, 2023

Conversation

maciejburda
Copy link
Member

@maciejburda maciejburda commented Mar 1, 2023

maxep and others added 30 commits January 20, 2023 14:45
RUMM-2786 Create AnyEncoder and AnyDecoder
RUMM-2786 Use AnyEncoder and AnyDecoder on FeatureBaggage
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.
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
@maciejburda maciejburda requested review from a team as code owners March 1, 2023 18:27
@maciejburda maciejburda mentioned this pull request Mar 1, 2023
3 tasks
Created an internal configuration attribute to allow the cross platform framework SDKs to adjust the configuration telemetry sample rate for testing purposes.
CHANGELOG.md Outdated Show resolved Hide resolved
This more closely matches what Flutter sends in for other sampling rates.
Copy link
Member

@ncreated ncreated left a 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?

@maciejburda
Copy link
Member Author

@ncreated Totally. I'll rebase on develop after #1188 is merged 🙌

maciejburda and others added 6 commits March 2, 2023 08:52
…uration-sampling

Add ability to adjust configuration telemetry sampling rate.
Co-authored-by: Ursula Chen <58821586+urseberry@users.noreply.github.com>
Copy link
Member

@maxep maxep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@maciejburda maciejburda merged commit 6418c62 into master Mar 2, 2023
@maciejburda maciejburda deleted the release/1.16.0 branch March 2, 2023 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants