meta(changelog): Update Changelog for 7.50.0#7966
Merged
Conversation
[Gitflow] Merge master into develop
Co-authored-by: Francesco Novy <francesco.novy@sentry.io>
…es logger statements (#7908)
Co-authored-by: Francesco Novy <francesco.novy@sentry.io>
) `stop()` will now flush the eventBuffer before clearing it, as well as removing the session from Session Storage. Due to the flushing, `stop()` is now async. Closes: #7738
Bumps [yaml](https://github.com/eemeli/yaml) from 2.1.1 to 2.2.2. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.1.1...v2.2.2) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Not sure where I got the `closed` stuff from, but this seems to be actually correct based on https://docs.github.com/en/webhooks-and-events/webhooks/webhook-events-and-payloads#issues.
Now, a session will only expire & trigger a new session if no user activity happened for 15min. After 5min of inactivity, we will pause recording events. If the user resumes in the next 10 minutes, we'll resume the session, else re-create it if they resume later.
46e80b2 to
f2fc8f6
Compare
AbhiPrasad
reviewed
Apr 26, 2023
Contributor
AbhiPrasad
left a comment
There was a problem hiding this comment.
This changelog seems pretty lengthy, could we shorten it - or create another doc that users can go read if they are interested?
AbhiPrasad
reviewed
Apr 26, 2023
33af9a1 to
7ceb4a3
Compare
Member
Author
I extracted some of it out into the readme of replay and linked there! |
7ceb4a3 to
b5acd75
Compare
* feat: Add `startBuffering()` API to begin replay buffering. This is useful if you turn off `replaysSessionSampleRate` and `replaysOnErrorSampleRate` and want to manually decide when to start replay buffering. You can then call `flush()` to save the replay. * fix: Sample at a per error rate instead of per session rate. Previously we were sampling at a per-session rather than per-error. This means the sampling decision happened prior to any error occurrence. The sampling rate was not accurate if you had sessions with many errors. This is now changed so that in the case of capturing replays only on error, we begin buffering the replay immediately and only run the sampling decision when an error occurs.
b5acd75 to
cd7bf97
Compare
cd7bf97 to
acbafce
Compare
Contributor
|
|
Contributor
size-limit report 📦
|
AbhiPrasad
reviewed
Apr 26, 2023
acbafce to
4cfe834
Compare
Also one test was actually incorrect.
4cfe834 to
adf3bb0
Compare
Lms24
approved these changes
Apr 26, 2023
Member
Lms24
left a comment
There was a problem hiding this comment.
Thanks for the last-minute adjustments!
adf3bb0 to
33d044d
Compare
f2c95f9 to
da799e9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a big release!