Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
flashcatcloud
/
browser-sdk
Public
forked from
DataDog/browser-sdk
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
Code
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
feat(rum): add sessionReplayOnError
- #24
#24
Merged
Fiona2016
merged 29 commits into
publish
flashcatcloud/browser-sdk:publish
from
feat/error-session-replay-sampling
flashcatcloud/browser-sdk:feat/error-session-replay-sampling
Copy head branch name to clipboard
Sep 18, 2026
Conversation
Commits
29
(29)
Checks
Files changed
Merged
feat(rum): add sessionReplayOnError
#24
Fiona2016
merged 29 commits into
publish
flashcatcloud/browser-sdk:publish
from
feat/error-session-replay-sampling
flashcatcloud/browser-sdk:feat/error-session-replay-sampling
Copy head branch name to clipboard
Commits
Commits on Aug 19, 2026
test: point the profiling test helpers at the packages they actually export from
Show description for 53e2f3f
Fiona2016
committed
53e2f3f
View commit details
Copy full SHA for 53e2f3f
Browse repository at this point
feat(rum): add sessionReplayOnErrorSampleRate
Show description for a40a542
Fiona2016
committed
a40a542
View commit details
Copy full SHA for a40a542
Browse repository at this point
Commits on Aug 20, 2026
refactor(rum): name the session a withheld segment belongs to just once
Show description for 5912e3e
Fiona2016
committed
5912e3e
View commit details
Copy full SHA for 5912e3e
Browse repository at this point
fix(rum): keep a withheld replay buffer when the page is only hidden
Show description for 8ca8bca
Fiona2016
committed
8ca8bca
View commit details
Copy full SHA for 8ca8bca
Browse repository at this point
docs(rum): record the window in which a session can take its own released buffer
Show description for 2c2c4f5
Fiona2016
committed
2c2c4f5
View commit details
Copy full SHA for 2c2c4f5
Browse repository at this point
Commits on Aug 21, 2026
fix(rum): stop a dropped buffer leaving its segment index behind
Show description for f516c9e
Fiona2016
committed
f516c9e
View commit details
Copy full SHA for f516c9e
Browse repository at this point
feat(rum): mark a replay that is only kept because the session errored
Show description for 32ade09
Fiona2016
committed
32ade09
View commit details
Copy full SHA for 32ade09
Browse repository at this point
Commits on Sep 1, 2026
fix(rum): leave sessions that withhold nothing out of the session store
Show description for 9cf3404
Fiona2016
committed
9cf3404
View commit details
Copy full SHA for 9cf3404
Browse repository at this point
fix(rum): give a dropped segment's index back before another one can take it
Show description for a85a57e
Fiona2016
committed
a85a57e
View commit details
Copy full SHA for a85a57e
Browse repository at this point
refactor(core): let a session store update see the state it would land on
Show description for 38fe32b
Fiona2016
committed
38fe32b
View commit details
Copy full SHA for 38fe32b
Browse repository at this point
fix(rum): keep the error mark on the session that reported the error
Show description for 4509cd4
Fiona2016
committed
4509cd4
View commit details
Copy full SHA for 4509cd4
Browse repository at this point
fix(rum): leave a stopped recorder alone when a late flush lands
Show description for 3f3d27f
Fiona2016
committed
3f3d27f
View commit details
Copy full SHA for 3f3d27f
Browse repository at this point
fix(rum): send a withheld replay only when its own session earned it
Show description for b77b205
Fiona2016
committed
b77b205
View commit details
Copy full SHA for b77b205
Browse repository at this point
fix(rum): do not offer a replay a dropped buffer took with it
Show description for 082b9aa
Fiona2016
committed
082b9aa
View commit details
Copy full SHA for 082b9aa
Browse repository at this point
fix(rum): let forcing a replay reach a session that is withholding one
Show description for ec33201
Fiona2016
committed
ec33201
View commit details
Copy full SHA for ec33201
Browse repository at this point
feat(rum): say so when a sampling rate cannot draw a single session
Show description for d1e2f3e
Fiona2016
committed
d1e2f3e
View commit details
Copy full SHA for d1e2f3e
Browse repository at this point
test(rum): hold the error-replay sampling to the promises it makes
Show description for 725cb02
Fiona2016
committed
725cb02
View commit details
Copy full SHA for 725cb02
Browse repository at this point
refactor(rum): drop a withholding default nothing withholds by
Show description for dec56f0
Fiona2016
committed
dec56f0
View commit details
Copy full SHA for dec56f0
Browse repository at this point
test(rum): name the session when marking it in the last spec that did not
Fiona2016
committed
06a2617
View commit details
Copy full SHA for 06a2617
Browse repository at this point
fix(rum): count records, not segments, when deciding a view has a replay
Show description for ba45ec6
Fiona2016
committed
ba45ec6
View commit details
Copy full SHA for ba45ec6
Browse repository at this point
Commits on Sep 5, 2026
feat(rum): make sessionReplayOnError a switch, not a sample rate
Show description for 89af49c
Fiona2016
committed
89af49c
View commit details
Copy full SHA for 89af49c
Browse repository at this point
test(rum): name the session replay on error specs after the switch
Fiona2016
committed
7aef035
View commit details
Copy full SHA for 7aef035
Browse repository at this point
Commits on Sep 6, 2026
Merge branch 'publish' into feat/error-session-replay-sampling
Show description for ff76071
Fiona2016
committed
ff76071
View commit details
Copy full SHA for ff76071
Browse repository at this point
fix(rum): narrow the next creation reason where the compiler can see it
Fiona2016
committed
378981e
View commit details
Copy full SHA for 378981e
Browse repository at this point
test(rum): store the released session with the expiry a session now has to carry
Fiona2016
committed
a83b13d
View commit details
Copy full SHA for a83b13d
Browse repository at this point
Commits on Sep 7, 2026
feat(rum): read sessionReplayOnError from remote configuration
Show description for 6413227
Fiona2016
committed
6413227
View commit details
Copy full SHA for 6413227
Browse repository at this point
fix(rum): restore remotely enabled replay and oversized snapshot baselines
Fiona2016
committed
3054135
View commit details
Copy full SHA for 3054135
Browse repository at this point
fix(rum): preserve conditional replay across session and worker races
Fiona2016
committed
2dceabf
View commit details
Copy full SHA for 2dceabf
Browse repository at this point
Commits on Sep 8, 2026
docs(rum): correct the manual-start default doc and cover two withheld branches
Show description for 02cfde4
Fiona2016
committed
02cfde4
View commit details
Copy full SHA for 02cfde4
Browse repository at this point
You can’t perform that action at this time.