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: getsentry/sentry-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.1.2
Choose a base ref
...
head repository: getsentry/sentry-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.1.4
Choose a head ref
  • 8 commits
  • 15 files changed
  • 5 contributors

Commits on Jun 20, 2022

  1. Merge branch 'release/6.1.2'

    getsentry-bot
    getsentry-bot committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    ba9dda7 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Add MDC back to changelog (#2118)

    Somehow got lost as it seems to have been added to an already released alpha version during merge of the PR.
    adinauer authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    0ebc417 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5ef9c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Fix thread leak due to Timer being created and never cancelled (#2131)

    * Only create timer if idleTimeout is set on SentryTracer; also cancel timer on finish
    
    * Add changelog
    
    * Synchronize timer interaction; only create Timer if session tracking enabled
    
    * Move null init
    adinauer authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    5127b6e View commit details
    Browse the repository at this point in the history
  2. release: 6.1.3

    getsentry-bot committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    c180fcf View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/6.1.3'

    getsentry-bot
    getsentry-bot committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    c214795 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    4a0e412 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. release: 6.1.4

    getsentry-bot committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    05ae871 View commit details
    Browse the repository at this point in the history
Loading