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
.
PostHog
/
posthog-android
Public
Notifications
You must be signed in to change notification settings
Fork
48
Star
90
Code
Issues
38
Pull requests
11
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(server): opt-in uncaught exception capture
- #671
#671
Merged
cat-ph
merged 23 commits into
main
PostHog/posthog-android:main
from
cat/java-et-uncaught
PostHog/posthog-android:cat/java-et-uncaught
Copy head branch name to clipboard
Aug 31, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
feat(server): opt-in uncaught exception capture
#671
cat-ph
merged 23 commits into
main
PostHog/posthog-android:main
from
cat/java-et-uncaught
PostHog/posthog-android:cat/java-et-uncaught
Copy head branch name to clipboard
Commits
Commits on Aug 20, 2026
feat(server): opt-in uncaught exception capture
Show description for d8bc581
cat-ph
committed
d8bc581
View commit details
Copy full SHA for d8bc581
Browse repository at this point
fix(server): guard uncaught-handler lifecycle with setupLock
Show description for 06affef
posthog[bot]
authored and
cat-ph
committed
06affef
View commit details
Copy full SHA for 06affef
Browse repository at this point
fix(server): flush the crash capture behind an executor barrier
cat-ph
committed
d2ced6c
View commit details
Copy full SHA for d2ced6c
Browse repository at this point
Commits on Aug 24, 2026
fix(core): keep the ThreadDeath check compiling under newer JDKs
Show description for 59a37c1
cat-ph
committed
59a37c1
View commit details
Copy full SHA for 59a37c1
Browse repository at this point
fix(core): always delegate even when the uncaught capture fails
Show description for 02b3de2
cat-ph
committed
02b3de2
View commit details
Copy full SHA for 02b3de2
Browse repository at this point
refactor(server): route fatal exception events through a queue fatal path
Show description for 737f697
cat-ph
committed
737f697
View commit details
Copy full SHA for 737f697
Browse repository at this point
refactor(core): move the captured-throwables guard to the logback PR
Show description for 277db0d
cat-ph
committed
277db0d
View commit details
Copy full SHA for 277db0d
Browse repository at this point
fix(core): use the canonical onuncaughtexception mechanism and name the capture hook
Show description for c50cd28
cat-ph
committed
c50cd28
View commit details
Copy full SHA for c50cd28
Browse repository at this point
fix(server): capture worker-thread uncaught exceptions as error, not fatal
Show description for e308994
cat-ph
committed
e308994
View commit details
Copy full SHA for e308994
Browse repository at this point
docs(server): document single-owner uncaught capture in the config KDoc
Show description for 3975eed
cat-ph
committed
3975eed
View commit details
Copy full SHA for 3975eed
Browse repository at this point
fix(server): make the periodic flush timer a daemon thread
Show description for 259e11e
cat-ph
committed
259e11e
View commit details
Copy full SHA for 259e11e
Browse repository at this point
test(server): prove crash semantics on a real forked JVM
Show description for 2174b3b
cat-ph
committed
2174b3b
View commit details
Copy full SHA for 2174b3b
Browse repository at this point
fix(server): wait out a concurrent flush in the fatal drain
Show description for c074bd9
cat-ph
committed
c074bd9
View commit details
Copy full SHA for c074bd9
Browse repository at this point
fix(server): send the fatal event in the first drained batch
Show description for 529b089
cat-ph
committed
529b089
View commit details
Copy full SHA for 529b089
Browse repository at this point
fix(server): keep the crash path bounded after the fatal drain
Show description for b7dc5a5
cat-ph
committed
b7dc5a5
View commit details
Copy full SHA for b7dc5a5
Browse repository at this point
fix(server): never evict a fatal event by capacity trimming
Show description for 942bd71
cat-ph
committed
942bd71
View commit details
Copy full SHA for 942bd71
Browse repository at this point
fix(server): keep maxQueueSize a hard bound under fatal-only contents
Show description for 195b37c
cat-ph
committed
195b37c
View commit details
Copy full SHA for 195b37c
Browse repository at this point
fix(server): refine fatal-priority eviction at the capacity bound
Show description for c2a2ac2
cat-ph
committed
c2a2ac2
View commit details
Copy full SHA for c2a2ac2
Browse repository at this point
docs(server): note the fatal-trim victim choice is best-effort
Show description for dcbee3e
cat-ph
committed
dcbee3e
View commit details
Copy full SHA for dcbee3e
Browse repository at this point
Merge origin/main: reconcile the fatal crash path with the reworked flush (#717) and shutdown flush
cat-ph
committed
7cd8bc0
View commit details
Copy full SHA for 7cd8bc0
Browse repository at this point
style(server): drop redundant safe-calls flagged by CodeQL
Show description for 8507cfb
cat-ph
committed
8507cfb
View commit details
Copy full SHA for 8507cfb
Browse repository at this point
Commits on Aug 25, 2026
fix(core): roll back a denied uncaught-handler installation
Show description for 0d4f164
cat-ph
committed
0d4f164
View commit details
Copy full SHA for 0d4f164
Browse repository at this point
refactor(server): move the uncaught-capture wiring out of the client class
Show description for a57eb1e
cat-ph
committed
a57eb1e
View commit details
Copy full SHA for a57eb1e
Browse repository at this point
You can’t perform that action at this time.