-
Notifications
You must be signed in to change notification settings - Fork 140
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
✨ [RUM-3387] forward isAborted to beforeSend context #2665
Conversation
Bundles Sizes Evolution
|
/to-staging |
We recommend you to add a file named schema-version: v1
kind: integration-branch
name: staging-13
team: <my-team-name>
update_automatically: true
update_at_most_every: 15m
reset_pattern: "0 12 * * Mon"
contacts:
- type: slack
contact: <my-teams-ops-channel>
--- This configuration would keep your branch up-to-date with the base branch of this repository automatically and would get reset every Monday at noon UTC. For more information: Integration Branches If you need support, contact us on Slack #ci-interfaces! |
🚂 Branch Integration: starting soon, merge in < 9m Commit b22357256e will soon be integrated into staging-13. This build is going to start soon! (estimated merge in less than 9m) Use |
…staging-13 Co-authored-by: Thomas Lebeau <[email protected]>
🚂 Branch Integration: This commit was successfully integrated Commit b22357256e has been merged into staging-13 in merge commit 038202d138. Check out the triggered pipeline on Gitlab 🦊 |
Motivation
Since we compute an isAborted property, we wanted to provide it as a beforeSend context attribute to allow customer to use it how they want, ex:
Changes
beforeSend
methodisAborted
so it's available in the beforeSend context for Logs and RumTesting
I have gone over the contributing documentation.