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.18.1
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.19.0
Choose a head ref
  • 17 commits
  • 148 files changed
  • 11 contributors

Commits on Apr 28, 2023

  1. Merge branch 'release/6.18.1'

    getsentry-bot
    getsentry-bot committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    4030f23 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Bump github/codeql-action from 2.2.12 to 2.3.2 (#2683)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 2, 2023
    Configuration menu
    Copy the full SHA
    9f7c9cb View commit details
    Browse the repository at this point in the history
  2. chore(deps): update Gradle to v8.1.1 (#2666)

    Co-authored-by: GitHub <[email protected]>
    Co-authored-by: Roman Zavarnitsyn <[email protected]>
    3 people authored May 2, 2023
    Configuration menu
    Copy the full SHA
    882316f View commit details
    Browse the repository at this point in the history
  3. Bump codecov/codecov-action from 3.1.2 to 3.1.3 (#2669)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 2, 2023
    Configuration menu
    Copy the full SHA
    4d00bb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b03d10f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    59a452f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e5929c View commit details
    Browse the repository at this point in the history
  3. Android Profiler on calling thread (#2691)

    * AndroidTransactionProfiler now starts/stops profiles without offloading to the executorService
    * removed any file checks in the profiler due to the code running possibly on the main thread
    * wrapped profiler methods into try/catch to compensate lack of file checks
    stefanosiano authored May 5, 2023
    Configuration menu
    Copy the full SHA
    2011dda View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Bump github/codeql-action from 2.3.2 to 2.3.3 (#2702)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 8, 2023
    Configuration menu
    Copy the full SHA
    ba90bd9 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    9fed939 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e96a1b7 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

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

Commits on May 12, 2023

  1. Remove null keys/values before creating concurrent hashmap (#2708)

    * remove null keys/values before creating concurrent hashmap
    
    * move null save logic to CollectionUtils
    
    * add changelog entry
    
    * add test
    
    * add test cases for ignoring null values when creating concurrent hash map
    lbloder authored May 12, 2023
    Configuration menu
    Copy the full SHA
    a78496a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Send source bundle IDs to Sentry to enable source context (#2663)

    Co-authored-by: Roman Zavarnitsyn <[email protected]>
    adinauer and romtsn authored May 15, 2023
    Configuration menu
    Copy the full SHA
    70ef023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a11214 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Exclude SentryOptions from obfuscation (#2699)

    Co-authored-by: Roman Zavarnitsyn <[email protected]>
    Co-authored-by: Sentry Github Bot <[email protected]>
    3 people authored May 16, 2023
    Configuration menu
    Copy the full SHA
    360297d View commit details
    Browse the repository at this point in the history
  2. release: 6.19.0

    getsentry-bot committed May 16, 2023
    Configuration menu
    Copy the full SHA
    7aa3531 View commit details
    Browse the repository at this point in the history
Loading