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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
getsentry
/
sentry-javascript
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.8k
Star
8.7k
Code
Issues
642
Pull requests
71
Discussions
Actions
Security and quality
5
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
fix(core): Avoid blocking the process when calling
flush
on empty buffer
- #19062
#19062
Merged
Lms24
merged 12 commits into
develop
getsentry/sentry-javascript:develop
from
copilot/fix-issue-18996-bug
getsentry/sentry-javascript:copilot/fix-issue-18996-bug
Copy head branch name to clipboard
Jan 29, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
fix(core): Avoid blocking the process when calling
flush
on empty buffer
#19062
Lms24
merged 12 commits into
develop
getsentry/sentry-javascript:develop
from
copilot/fix-issue-18996-bug
getsentry/sentry-javascript:copilot/fix-issue-18996-bug
Copy head branch name to clipboard
Commits
Commits on Jan 29, 2026
Initial plan
Copilot
authored and
Lms24
committed
f40eb35
View commit details
Copy full SHA for f40eb35
Browse repository at this point
Fix client.flush() blocking process exit with unref'd timers and early exit
Show description for 1438d5b
Copilot
and
Lms24
committed
1438d5b
View commit details
Copy full SHA for 1438d5b
Browse repository at this point
Fix lint error in client.test.ts
Show description for f9f3f6b
Copilot
and
Lms24
committed
f9f3f6b
View commit details
Copy full SHA for f9f3f6b
Browse repository at this point
deslop
Lms24
committed
dfa682b
View commit details
Copy full SHA for dfa682b
Browse repository at this point
extract safeUnref
Lms24
committed
92aa121
View commit details
Copy full SHA for 92aa121
Browse repository at this point
size check
Lms24
committed
8746622
View commit details
Copy full SHA for 8746622
Browse repository at this point
stop flushing too early
Lms24
committed
4d8a973
View commit details
Copy full SHA for 4d8a973
Browse repository at this point
Update packages/core/src/utils/timer.ts
Show description for 39baa2f
Lms24
and
chargome
committed
39baa2f
View commit details
Copy full SHA for 39baa2f
Browse repository at this point
make test more strict
Lms24
committed
917fc69
View commit details
Copy full SHA for 917fc69
Browse repository at this point
do not unref the 1ms delay
Lms24
committed
35ace69
View commit details
Copy full SHA for 35ace69
Browse repository at this point
use safeUnref in offline transport
Lms24
committed
755abb3
View commit details
Copy full SHA for 755abb3
Browse repository at this point
lint
Lms24
committed
d93d93c
View commit details
Copy full SHA for d93d93c
Browse repository at this point
You can’t perform that action at this time.