Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rollbar/rollbar-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: rollbar/rollbar-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0-beta.1
Choose a head ref
  • 5 commits
  • 16 files changed
  • 1 contributor

Commits on Jan 11, 2026

  1. [Feat][SDK-574] Automatic navigation telemetry events (#361)

    * feat: add flag to capture navigation events in AndroidConfiguration
    
    * doc: update javadoc for TelemetryEventTracker
    
    * doc: update javadoc for RollbarTelemetryEventTracker
    
    * feat: Add TelemetryNavigationCallbacks implementation
    
    * feat: init automatic capture of navigation telemetry events
    
    * ci: fix lint
    
    * ci: fix lint
    buongarzoni authored Jan 11, 2026
    Configuration menu
    Copy the full SHA
    9a2e6a5 View commit details
    Browse the repository at this point in the history
  2. [Feat][SDK-483] Update dependencies (#359)

    * build: update struts2 and javax.servlet-api
    
    * build: update logback
    buongarzoni authored Jan 11, 2026
    Configuration menu
    Copy the full SHA
    c97abeb View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. [Fix][SDK-575] Keep telemetry events during session (#362)

    * fix: keep telemetry events during session,
    
    dump method is replaced by getAll
    this shouldn't be a problem for a user since this functions are new and expected to be used internally only
    
    * fix: lint
    
    * fix: revapi file
    
    * fix: revapi file
    buongarzoni authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    5b00b91 View commit details
    Browse the repository at this point in the history
  2. Release 2.2.0-alpha.1 (#363)

    * doc: update changelog for v2.2.0-alpha.1
    
    * bump version to 2.2.0-alpha.1
    buongarzoni authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    c916ff2 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. Release 2.2.0-beta.1 (#365)

    * doc: update changelog for v2.2.0-beta.1
    
    * bump version to 2.2.0-beta.1
    buongarzoni authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    a86bb0e View commit details
    Browse the repository at this point in the history
Loading