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
Accelerator
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 }}
lbloder
/
sentry-java
Public
forked from
getsentry/sentry-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
sentry-java
sentry
on
main
User selector
All users
All time
Commit history
Commits on Jun 7, 2022
Fix test after merge
adinauer
committed
1519ccd
View commit details
Copy full SHA for 1519ccd
View code at this point
Browse repository at this point
Merge branch 'main' into 6.x.x
bruno-garcia
authored
304540f
View commit details
Copy full SHA for 304540f
View code at this point
Browse repository at this point
Commits on Jun 4, 2022
Sentry recovers after a Thread had currentHub set to a NoOpHub (#2076)
adinauer
authored
fd2d94e
View commit details
Copy full SHA for fd2d94e
View code at this point
Browse repository at this point
Commits on Jun 3, 2022
Tests/android UI tests (#2013)
Show description for 712115b
stefanosiano
authored
712115b
View commit details
Copy full SHA for 712115b
View code at this point
Browse repository at this point
Commits on May 24, 2022
Move Hint one package up into io.sentry (#2064)
adinauer
authored
6270232
View commit details
Copy full SHA for 6270232
View code at this point
Browse repository at this point
Commits on May 23, 2022
Hints are now used via a Hints object and passed into beforeSend and EventProcessor as @NotNull Hints object (#2045)
Show description for 134eb16
adinauer
and
philipphofmann
authored
134eb16
View commit details
Copy full SHA for 134eb16
View code at this point
Browse repository at this point
Commits on May 19, 2022
Isolate cached events with hashed dsn subfolder (#2038)
marandaneto
authored
3f10556
View commit details
Copy full SHA for 3f10556
View code at this point
Browse repository at this point
Commits on May 18, 2022
Fix serialization of Long inside of Request.data (#2051)
Show description for cfdd10b
adinauer
authored
cfdd10b
View commit details
Copy full SHA for cfdd10b
View code at this point
Browse repository at this point
Commits on May 17, 2022
No longer close OutputStream that is passed into JsonSerializer (#2029)
Show description for ad91a62
adinauer
authored
ad91a62
View commit details
Copy full SHA for ad91a62
View code at this point
Browse repository at this point
Commits on May 13, 2022
feat: UI events transactions (#1975)
romtsn
authored
840fc7e
View commit details
Copy full SHA for 840fc7e
View code at this point
Browse repository at this point
Include application permissions in Android events (#2018)
romtsn
authored
d4c250a
View commit details
Copy full SHA for d4c250a
View code at this point
Browse repository at this point
Commits on May 11, 2022
Change order of event filtering mechanisms and only send session update for dropped events if session state changed (#2028)
Show description for 4ebc5ef
adinauer
authored
4ebc5ef
View commit details
Copy full SHA for 4ebc5ef
View code at this point
Browse repository at this point
Commits on May 5, 2022
Fix/flaky json serializer test (#2021)
Show description for 8e90638
adinauer
and
marandaneto
authored
8e90638
View commit details
Copy full SHA for 8e90638
View code at this point
Browse repository at this point
Commits on May 3, 2022
Only send session update for dropped events if state changed (#2002)
Show description for e91f397
adinauer
and
marandaneto
authored
e91f397
View commit details
Copy full SHA for e91f397
View code at this point
Browse repository at this point
Change order of event filtering mechanisms (#2001)
Show description for 4fd621e
adinauer
authored
4fd621e
View commit details
Copy full SHA for 4fd621e
View code at this point
Browse repository at this point
Commits on Apr 26, 2022
Feat/profiling fixes (#1997)
Show description for 67a096c
stefanosiano
authored
67a096c
View commit details
Copy full SHA for 67a096c
View code at this point
Browse repository at this point
Fix: Allow disabling sending of client reports via Android Manifest and external options (#2007)
Show description for 4eb7640
adinauer
authored
4eb7640
View commit details
Copy full SHA for 4eb7640
View code at this point
Browse repository at this point
Commits on Apr 25, 2022
Merge branch '6.x.x' of https://github.com/getsentry/sentry-java into 6.x.x
marandaneto
committed
c6dbc01
View commit details
Copy full SHA for c6dbc01
View code at this point
Browse repository at this point
Fixed hints nullability in tests
marandaneto
committed
608570f
View commit details
Copy full SHA for 608570f
View code at this point
Browse repository at this point
Commits on Apr 21, 2022
Feat: Add client reports (#1982)
Show description for 72f1911
adinauer
and
marandaneto
authored
72f1911
View commit details
Copy full SHA for 72f1911
View code at this point
Browse repository at this point
Commits on Apr 20, 2022
Ref: Make options.printUncaughtStackTrace primitive type (#1995)
marandaneto
authored
1a7068b
View commit details
Copy full SHA for 1a7068b
View code at this point
Browse repository at this point
Commits on Apr 6, 2022
Feat/profiling/android (#1973)
Show description for e5cc1b3
stefanosiano
authored
e5cc1b3
View commit details
Copy full SHA for e5cc1b3
View code at this point
Browse repository at this point
Feat: screenshots (#1967)
Show description for 4414ba0
marandaneto
and
getsentry-bot
authored
4414ba0
View commit details
Copy full SHA for 4414ba0
View code at this point
Browse repository at this point
Commits on Mar 28, 2022
Pass MDC tags as Sentry tags (#1954)
Show description for 8bd08ba
maciejwalkowiak
authored
8bd08ba
View commit details
Copy full SHA for 8bd08ba
View code at this point
Browse repository at this point
Commits on Mar 19, 2022
fix
marandaneto
committed
de7466e
View commit details
Copy full SHA for de7466e
View code at this point
Browse repository at this point
Commits on Mar 13, 2022
fix conflict
marandaneto
committed
7189abf
View commit details
Copy full SHA for 7189abf
View code at this point
Browse repository at this point
Commits on Mar 8, 2022
Fix: If transaction or span is finished, do not allow to mutate (#1940)
marandaneto
authored
530d17d
View commit details
Copy full SHA for 530d17d
View code at this point
Browse repository at this point
Commits on Mar 5, 2022
remove
marandaneto
committed
c7e9df2
View commit details
Copy full SHA for c7e9df2
View code at this point
Browse repository at this point
fix merge conflict
marandaneto
committed
6f10208
View commit details
Copy full SHA for 6f10208
View code at this point
Browse repository at this point
Commits on Mar 4, 2022
Ref: Make hints Map<String, Object> instead of only Object (#1929)
Show description for 736f4a2
marandaneto
and
romtsn
authored
736f4a2
View commit details
Copy full SHA for 736f4a2
View code at this point
Browse repository at this point
Commits on Mar 2, 2022
Feat: Enable enableScopeSync by default for Android (#1928)
marandaneto
authored
0c48e6b
View commit details
Copy full SHA for 0c48e6b
View code at this point
Browse repository at this point
Commits on Mar 1, 2022
fix
marandaneto
committed
585f223
View commit details
Copy full SHA for 585f223
View code at this point
Browse repository at this point
Commits on Feb 25, 2022
Remove temp file (#1921)
marandaneto
authored
4362229
View commit details
Copy full SHA for 4362229
View code at this point
Browse repository at this point
Commits on Feb 14, 2022
fix merge conflict
marandaneto
committed
193345b
View commit details
Copy full SHA for 193345b
View code at this point
Browse repository at this point
Fix potential memory leaks. (#1909)
maciejwalkowiak
authored
651fa3d
View commit details
Copy full SHA for 651fa3d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.