chore: restore release safety baseline#13
Merged
Conversation
…ty-automation # Conflicts: # test/apps/react/yarn.lock # test/apps/vanilla/yarn.lock # yarn.lock
After merging publish, the fork's default-usr-id behavior (usr.id falls back to the session anonymous id) applies to log events, so the request spec must expect both id and anonymous_id. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Motivation
Restore a reliable green CI/release baseline for the Flashcat browser SDK. The previous release path relied too much on manual local checks, and e2e tests still had several local/offline reliability issues, including the e2e intake server forwarding requests to
browser-intake-datadoghq.comduring tests.Release-flow recommendation from this work:
Changes
test:e2e:ciinitializes test apps before running e2e.browser-intake-datadoghq.com.Test instructions
Fresh local validation on this branch:
yarn install --immutablepasses with existing peer warning:performances@workspace:performancesdoes not providetypescriptrequested byts-node.yarn formatyarn lintyarn typecheckscripts/cli typecheck test/e2eyarn buildnode scripts/check-packages.jsyarn test:unit --single-run->2643 SUCCESSyarn test:compat:tscyarn test:compat:ssrBUILD_MODE=release yarn build:bundleyarn test:scriptyarn test:e2e:ci->444 passed, no flaky/retry in the final runTargeted flaky regression checks:
forward logs to the bridge --repeat-each=5->15 passedflush events when the session expires --repeat-each=10->30 passedgetScrollX/Y should not be affected by pinch scroll --repeat-each=10->30 passedAlso verified e2e code no longer contains
browser-intake-datadoghq,forwardIntakeRequestToDatadog,E2E_FORWARD_INTAKE, or e2ehttps.requestforwarding.Checklist