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
.
rollbar
/
rollbar-java
Public
Notifications
You must be signed in to change notification settings
Fork
74
Star
78
Code
Issues
5
Pull requests
8
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
[Feat] [SDK-399] Okhttp interceptor
- #367
#367
Merged
buongarzoni
merged 21 commits into
master
rollbar/rollbar-java:master
from
feat/SDK-399/network-telemetry-interceptor
rollbar/rollbar-java:feat/SDK-399/network-telemetry-interceptor
Copy head branch name to clipboard
May 5, 2026
Conversation
Commits
21
(21)
Checks
Files changed
Merged
[Feat] [SDK-399] Okhttp interceptor
#367
buongarzoni
merged 21 commits into
master
rollbar/rollbar-java:master
from
feat/SDK-399/network-telemetry-interceptor
rollbar/rollbar-java:feat/SDK-399/network-telemetry-interceptor
Copy head branch name to clipboard
Commits
Commits on Mar 23, 2026
feat(okhttp): add telemetry interceptor
buongarzoni
committed
e19ecf3
View commit details
Copy full SHA for e19ecf3
Browse repository at this point
Commits on Mar 24, 2026
build(okhttp): update dependencies
buongarzoni
committed
e141e7e
View commit details
Copy full SHA for e141e7e
Browse repository at this point
chore(okhttp): add readme
buongarzoni
committed
ab26f42
View commit details
Copy full SHA for ab26f42
Browse repository at this point
chore(okhttp): fix lint
buongarzoni
committed
ed9af20
View commit details
Copy full SHA for ed9af20
Browse repository at this point
Commits on Apr 20, 2026
fix(okhttp): isolate NetworkTelemetryRecorder failures in interceptor
buongarzoni
committed
4f2e019
View commit details
Copy full SHA for 4f2e019
Browse repository at this point
build(okhttp): remove hardcoded version to inherit from root
buongarzoni
committed
e7dd96f
View commit details
Copy full SHA for e7dd96f
Browse repository at this point
build(okhttp): remove redundant plugins and repositories blocks
buongarzoni
committed
ed91c57
View commit details
Copy full SHA for ed91c57
Browse repository at this point
Commits on Apr 27, 2026
fix(okhttp): strip query params from recorded URLs by default to prevent sensitive data leakage
buongarzoni
committed
28807a1
View commit details
Copy full SHA for 28807a1
Browse repository at this point
fix(okhttp): strip query params from recorded URLs by default to prevent sensitive data leakage
buongarzoni
committed
02c7ea0
View commit details
Copy full SHA for 02c7ea0
Browse repository at this point
fix(okhttp): lint error, decrease line length
buongarzoni
committed
fd321cb
View commit details
Copy full SHA for fd321cb
Browse repository at this point
Commits on May 1, 2026
fix(okhttp): attribute sanitizer exceptions to urlSanitizer in logs
buongarzoni
committed
b4db532
View commit details
Copy full SHA for b4db532
Browse repository at this point
fix(okhttp): strip credentials and fragment from URLs in default sanitizer
buongarzoni
committed
ce27e7b
View commit details
Copy full SHA for ce27e7b
Browse repository at this point
fix(okhttp): replace JUL logger with SLF4J to match SDK conventions
buongarzoni
committed
2c505c1
View commit details
Copy full SHA for 2c505c1
Browse repository at this point
build(okhttp): remove redundant mockito-core declaration
buongarzoni
committed
3c4f505
View commit details
Copy full SHA for 3c4f505
Browse repository at this point
docs(okhttp): add rollbar-java to installation snippet
buongarzoni
committed
1d7dab4
View commit details
Copy full SHA for 1d7dab4
Browse repository at this point
fix(okhttp): lint line length
buongarzoni
committed
f14a9eb
View commit details
Copy full SHA for f14a9eb
Browse repository at this point
style(okhttp): make test class public and use 2-space indentation
buongarzoni
committed
0d75c63
View commit details
Copy full SHA for 0d75c63
Browse repository at this point
style: add missing colon prefix to rollbar-okhttp in settings.gradle.kts
buongarzoni
committed
5835a82
View commit details
Copy full SHA for 5835a82
Browse repository at this point
docs(okhttp): update sanitizer docs to list all stripped URL components
buongarzoni
committed
8af01d0
View commit details
Copy full SHA for 8af01d0
Browse repository at this point
Commits on May 2, 2026
fix(okhttp): replace java.util.function.Function with custom UrlSanitizer interface for API 21 compatibility
buongarzoni
committed
be12a54
View commit details
Copy full SHA for be12a54
Browse repository at this point
Commits on May 4, 2026
fix(okhttp): remove incorrect group override so module publishes as com.rollbar:rollbar-okhttp
buongarzoni
committed
106f26d
View commit details
Copy full SHA for 106f26d
Browse repository at this point
You can’t perform that action at this time.