-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
meta(changelog): Update changelog for 7.63.0 #8788
Merged
Merged
Conversation
This file contains 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
[Gitflow] Merge master into develop
…8768) This ensures we ignore any events being added which are after the session max age. Maybe this helps with cases where we send weird replays with a single event much after initial timestamp. I added a test to ensure this does not regress in buffer mode, where recording is continuous and _can_ be "forever".
… origin in Browse (#8749)
Bumps [@opentelemetry/instrumentation](https://github.com/open-telemetry/opentelemetry-js) from 0.41.0 to 0.41.2. - [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-js@experimental/v0.41.0...experimental/v0.41.2) --- updated-dependencies: - dependency-name: "@opentelemetry/instrumentation" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
We assumed that the click debounce should only let one click per second through. however, that does not work if clicking different elements quickly (as it only debounces a single click/element). This adds a guard to ensure we only handle a single click breadcrumb per second. Fixes getsentry/sentry#54293
…rverFunctions` and `autoInstrumentAppDirectory` (#8781)
1. Make sure it is correctly kept when doing the compression worker switchover 2. Make sure it is correctly set for `session` recordings
Add another safeguard to avoid too-long replays, in the case where flushing takes too long.
Align mongodb spans with https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/mongodb.md needed for starfish views.
Align mysql spans with https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/mssql.md needed for starfish views.
Align postgres spans with https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/sql.md needed for starfish views.
Just re-export everything manually from node so it can be used in node-experimental.
…8783) In our `stop()` method, we always tried to force a final flush when in `session` mode. However, that may lead to weird behaviour when we internally `stop()` due to a failure - e.g. think a send replay request fails, we do not want to force a flush again in that case. Note that in tests this seems to be generally passing because `flush()` usually has a running `_flushLock` at this time and thus does not attempt to flush again immediately but only schedules a flush later. I added a test that properly failed for this before and is now fixed.
Lms24
approved these changes
Aug 10, 2023
lforst
approved these changes
Aug 10, 2023
6d6f2a2
to
3439d39
Compare
size-limit report 📦
|
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.
Changelog for v7.63.0. Nothing major user facing I'd say?