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 }}
vaind
/
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
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
sentry-java
sentry-spring
src
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 15, 2022
Replace tracestate header with baggage (#2078)
Show description for a88509c
4 people
authored
a88509c
View commit details
Copy full SHA for a88509c
View code at this point
Browse repository at this point
Commits on May 24, 2022
Fix setting context tags on events captured by Spring (#2060)
Show description for 4835920
maciejwalkowiak
and
adinauer
authored
4835920
View commit details
Copy full SHA for 4835920
View code at this point
Browse repository at this point
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
Philipp Hofmann
authored
134eb16
View commit details
Copy full SHA for 134eb16
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
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 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
Commits on Jan 27, 2022
remove comment
marandaneto
committed
8f1cbe2
View commit details
Copy full SHA for 8f1cbe2
View code at this point
Browse repository at this point
Ref: Remove deprecated and scheduled fields (#1875)
Show description for 36c1fab
marandaneto
and
maciejwalkowiak
authored
36c1fab
View commit details
Copy full SHA for 36c1fab
View code at this point
Browse repository at this point
Commits on Jan 18, 2022
Feat: Relax TransactionNameProvider. (#1861)
Show description for 067d69d
maciejwalkowiak
and
marandaneto
authored
067d69d
View commit details
Copy full SHA for 067d69d
View code at this point
Browse repository at this point
Commits on Nov 18, 2021
catch throwable to suppress errors in Java (#1812)
bruno-garcia
authored
380ea81
View commit details
Copy full SHA for 380ea81
View code at this point
Browse repository at this point
Commits on Oct 25, 2021
Upgrade dev deps (#1778)
marandaneto
authored
29232bd
View commit details
Copy full SHA for 29232bd
View code at this point
Browse repository at this point
Commits on Oct 22, 2021
Bump Android API to 31 (#1775)
marandaneto
authored
eb9622a
View commit details
Copy full SHA for eb9622a
View code at this point
Browse repository at this point
Commits on Oct 20, 2021
Chore: Add test for SpringSecuritySentryUserProvider. (#1773)
maciejwalkowiak
authored
f9e7ace
View commit details
Copy full SHA for f9e7ace
View code at this point
Browse repository at this point
Chore: Add integration test for WebClient in Spring MVC context. (#1772)
maciejwalkowiak
authored
64a3f39
View commit details
Copy full SHA for 64a3f39
View code at this point
Browse repository at this point
Commits on Sep 6, 2021
Feat: Add option to filter which origins receive tracing headers (#1698)
Show description for fb919f9
maciejwalkowiak
authored
fb919f9
View commit details
Copy full SHA for fb919f9
View code at this point
Browse repository at this point
Commits on Sep 2, 2021
Feat: Add `tracestate` HTTP header support. (#1683)
Show description for 8dcd504
maciejwalkowiak
authored
8dcd504
View commit details
Copy full SHA for 8dcd504
View code at this point
Browse repository at this point
Commits on Aug 25, 2021
Fix Servlet 3.1 compatibility issue (#1681)
maciejwalkowiak
authored
cf758c9
View commit details
Copy full SHA for cf758c9
View code at this point
Browse repository at this point
Commits on Aug 19, 2021
Fix: Make sure scope is popped when processing request results in exception (#1665)
maciejwalkowiak
authored
a611eb2
View commit details
Copy full SHA for a611eb2
View code at this point
Browse repository at this point
Optimize tests execution. (#1658)
maciejwalkowiak
authored
47fedcf
View commit details
Copy full SHA for 47fedcf
View code at this point
Browse repository at this point
Add support for async methods in Spring MVC. (#1652)
Show description for 9c64c24
maciejwalkowiak
authored
9c64c24
View commit details
Copy full SHA for 9c64c24
View code at this point
Browse repository at this point
Commits on Aug 2, 2021
Feat: add tracing support for Spring WebClient (#1621)
yhware
authored
bb9f248
View commit details
Copy full SHA for bb9f248
View code at this point
Browse repository at this point
Commits on Jul 20, 2021
Add request body extraction for Spring MVC integration (#1595)
Show description for ab5a278
maciejwalkowiak
authored
ab5a278
View commit details
Copy full SHA for ab5a278
View code at this point
Browse repository at this point
Commits on Jul 16, 2021
Fix: Do not throw IAE when tracing header contain invalid trace id. (#1605)
maciejwalkowiak
authored
fb12011
View commit details
Copy full SHA for fb12011
View code at this point
Browse repository at this point
Commits on Jul 2, 2021
Fix lint tests (#1575)
marandaneto
authored
a85bfc7
View commit details
Copy full SHA for a85bfc7
View code at this point
Browse repository at this point
Commits on Jun 30, 2021
Experimental Spring Webflux integration (#1529)
Show description for 36411c2
maciejwalkowiak
authored
36411c2
View commit details
Copy full SHA for 36411c2
View code at this point
Browse repository at this point
Commits on Jun 28, 2021
Feat: Perf. for fragments (#1528)
marandaneto
authored
a533114
View commit details
Copy full SHA for a533114
View code at this point
Browse repository at this point
Commits on Jun 25, 2021
ref: naming convention http integration (#1559)
bruno-garcia
authored
72df420
View commit details
Copy full SHA for 72df420
View code at this point
Browse repository at this point
Commits on Jun 24, 2021
Set mechanism type in SentryExceptionResolver. (#1556)
Show description for 76a313e
maciejwalkowiak
authored
76a313e
View commit details
Copy full SHA for 76a313e
View code at this point
Browse repository at this point
Commits on May 19, 2021
Feat: Add breadcrumb in Spring RestTemplate integration (#1481)
maciejwalkowiak
authored
c68d7be
View commit details
Copy full SHA for c68d7be
View code at this point
Browse repository at this point
Commits on May 12, 2021
Add nullability annotations to integrations modules (#1462)
maciejwalkowiak
authored
112c46d
View commit details
Copy full SHA for 112c46d
View code at this point
Browse repository at this point
Commits on May 10, 2021
Add nullability annotations to `sentry` module. (#1439)
maciejwalkowiak
authored
b45944c
View commit details
Copy full SHA for b45944c
View code at this point
Browse repository at this point
Commits on Apr 28, 2021
Fix: set user on transaction (#1443)
maciejwalkowiak
authored
dd652c2
View commit details
Copy full SHA for dd652c2
View code at this point
Browse repository at this point
Commits on Apr 26, 2021
Fix: Run event processors and enrich transactions with contexts (#1430)
marandaneto
authored
053a8ab
View commit details
Copy full SHA for 053a8ab
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.