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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
DCbrainOrg
/
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
src
test
java
on
master
User selector
All users
All time
Commit history
Commits on May 6, 2020
Extract interfaces from servlet API to avoid servlet dependency in HttpInterface (#838)
Show description for cc4b373
pulse00
and
bruno-garcia
authored
cc4b373
View commit details
Copy full SHA for cc4b373
View code at this point
Browse repository at this point
Commits on Dec 6, 2019
Fixed loosing of interruption status in EventBuilder. (#799)
jbzhur
authored and
bruno-garcia
committed
714dbaa
View commit details
Copy full SHA for 714dbaa
View code at this point
Browse repository at this point
Commits on Nov 28, 2019
Blacklist other frameworks using cglib dynamic classes, like Guice (#796)
Show description for ba3df85
hippoz
authored and
bruno-garcia
committed
ba3df85
View commit details
Copy full SHA for ba3df85
View code at this point
Browse repository at this point
Commits on Oct 7, 2019
feat: Milliseconds to breadcrumbs (#777)
Show description for 9961579
bruno-garcia
authored
9961579
View commit details
Copy full SHA for 9961579
View code at this point
Browse repository at this point
Commits on Oct 2, 2019
Fixes #663. Don't attempt to send events for null payloads. (#769)
metlos
authored and
bruno-garcia
committed
41ce264
View commit details
Copy full SHA for 41ce264
View code at this point
Browse repository at this point
Commits on Sep 10, 2019
Test rewrite in sentry module (#759)
metlos
authored and
bruno-garcia
committed
4317975
View commit details
Copy full SHA for 4317975
View code at this point
Browse repository at this point
Commits on Sep 4, 2019
Propagate the Lookup instance during the Sentry.init() and other initialization workflows. (#755)
Show description for dae5e13
metlos
authored and
bruno-garcia
committed
dae5e13
View commit details
Copy full SHA for dae5e13
View code at this point
Browse repository at this point
Commits on Aug 20, 2019
ANR support for Android (#752)
bruno-garcia
authored
06575c7
View commit details
Copy full SHA for 06575c7
View code at this point
Browse repository at this point
Commits on Aug 14, 2019
Make Lookup instantiatable with a default constructor retaining the original behavior (#750)
Show description for 94af124
metlos
authored and
bruno-garcia
committed
94af124
View commit details
Copy full SHA for 94af124
View code at this point
Browse repository at this point
Commits on Aug 7, 2019
fix: SentryClient overrides event with default data (#751)
Show description for 6874067
bruno-garcia
authored
6874067
View commit details
Copy full SHA for 6874067
View code at this point
Browse repository at this point
Commits on May 24, 2019
[STACKTRACE] Add more classes to blacklist and optimize parsing (#719)
Show description for 2ccdfd2
justacodefan
authored
2ccdfd2
View commit details
Copy full SHA for 2ccdfd2
View code at this point
Browse repository at this point
[EXCEPTION] Don't erase inner class names from stack trace interface when it's of type exception (#720)
justacodefan
authored
294f6c8
View commit details
Copy full SHA for 294f6c8
View code at this point
Browse repository at this point
[DSN] When a secret key is not set, don't throw NPE (#696)
mayt017
authored and
justacodefan
committed
a779329
View commit details
Copy full SHA for a779329
View code at this point
Browse repository at this point
Commits on Feb 27, 2019
Don't put body in nested object if parameterMap is empty (#686)
Show description for 1f8fe00
erhangullu
authored and
bretthoerner
committed
1f8fe00
View commit details
Copy full SHA for 1f8fe00
View code at this point
Browse repository at this point
Commits on Sep 19, 2018
Drop events when the server returns an HTTP 429. (#613)
bretthoerner
authored
b5286b0
View commit details
Copy full SHA for b5286b0
View code at this point
Browse repository at this point
Commits on Sep 12, 2018
Encode SDK_VERSION in a Java class instead of looking up a ResouceBun… (#609)
bretthoerner
authored
f536793
View commit details
Copy full SHA for f536793
View code at this point
Browse repository at this point
Commits on May 1, 2018
Allow new-style DSNs without the secret key.
bretthoerner
committed
941ac2f
View commit details
Copy full SHA for 941ac2f
View code at this point
Browse repository at this point
Commits on Apr 9, 2018
Fix support for JUL handler level. (#576)
Sitbon
authored and
bretthoerner
committed
2342be6
View commit details
Copy full SHA for 2342be6
View code at this point
Browse repository at this point
Commits on Mar 14, 2018
Actively set connection timeout and read timeout for sentry connection. (#567)
kalaspuffar
authored and
bretthoerner
committed
5421f49
View commit details
Copy full SHA for 5421f49
View code at this point
Browse repository at this point
Commits on Feb 23, 2018
Changed buffer code to only retry in the case of HTTP 429 or (#562)
Show description for 21cd593
bretthoerner
authored
21cd593
View commit details
Copy full SHA for 21cd593
View code at this point
Browse repository at this point
Log backoff responses (HTTP 429 Too Many Requests) as a warning to th… (#560)
Show description for 5291aef
bretthoerner
authored
5291aef
View commit details
Copy full SHA for 5291aef
View code at this point
Browse repository at this point
Commits on Feb 9, 2018
Create a noop sentry client when the user provides bad configuration (#556)
Dave McLain
authored and
bretthoerner
committed
b6bb081
View commit details
Copy full SHA for b6bb081
View code at this point
Browse repository at this point
Commits on Jan 15, 2018
Set default dsn when null or empty. (#546)
Edward McFarlane
authored and
bretthoerner
committed
c856b76
View commit details
Copy full SHA for c856b76
View code at this point
Browse repository at this point
Commits on Oct 20, 2017
Don't throw a ConnectionException if an event is filtered by the Sent… (#521)
Show description for 5db7ba7
bretthoerner
authored
5db7ba7
View commit details
Copy full SHA for 5db7ba7
View code at this point
Browse repository at this point
Commits on Oct 18, 2017
Add transaction field to Event, deprecate culprits and no longer set … (#520)
Show description for f05c7e3
bretthoerner
authored
f05c7e3
View commit details
Copy full SHA for f05c7e3
View code at this point
Browse repository at this point
Commits on Oct 12, 2017
Add ``in_app`` frame blacklist regex list to skip CGLIB generated cla… (#517)
bretthoerner
authored
6cbbd36
View commit details
Copy full SHA for 6cbbd36
View code at this point
Browse repository at this point
Commits on Sep 5, 2017
Fix for serializing null values in Event extras map. (#502)
Show description for 71b72e4
bretthoerner
authored
71b72e4
View commit details
Copy full SHA for 71b72e4
View code at this point
Browse repository at this point
Commits on Aug 25, 2017
Add ability to remove individual tags or extra data from the context, or clear them entirely. (#497)
bretthoerner
authored
77e9e3d
View commit details
Copy full SHA for 77e9e3d
View code at this point
Browse repository at this point
Commits on Aug 18, 2017
Local Variable caching work. (#490)
bretthoerner
authored
5ab2a70
View commit details
Copy full SHA for 5ab2a70
View code at this point
Browse repository at this point
Commits on Aug 17, 2017
Improve Object JSON serializer for local variables. (#483)
bretthoerner
authored
2f05385
View commit details
Copy full SHA for 2f05385
View code at this point
Browse repository at this point
Commits on Jul 31, 2017
* Enable UncaughtExceptionHandler by default, add ``uncaught.handler.enabled`` option.
bretthoerner
authored
5b342b4
View commit details
Copy full SHA for 5b342b4
View code at this point
Browse repository at this point
Commits on Jul 10, 2017
Add tests.
bretthoerner
committed
25ec9a0
View commit details
Copy full SHA for 25ec9a0
View code at this point
Browse repository at this point
Improve docs.
bretthoerner
committed
82bd43e
View commit details
Copy full SHA for 82bd43e
View code at this point
Browse repository at this point
Commits on Jul 5, 2017
Deprecate ``extratags`` in favor of the more clear ``mdctags``. (#447)
bretthoerner
authored
328f8b0
View commit details
Copy full SHA for 328f8b0
View code at this point
Browse repository at this point
Add ability to set ``extra`` data via options and on ``SentryClient`` instances.
bretthoerner
committed
ec610c6
View commit details
Copy full SHA for ec610c6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.