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.11.0
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.12.1
Choose a head ref
  • 17 commits
  • 81 files changed
  • 8 contributors

Commits on Dec 30, 2022

  1. Merge branch 'release/6.11.0'

    getsentry-bot
    getsentry-bot committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    f55020d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Collect memory usage in transactions (#2445)

    * Added IMemoryCollector, with different implementations for Java and Android set in SentryOptions
    * Added TransactionPerformanceCollector to collect performance data while a transaction is running
    stefanosiano authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    ad99198 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ade225 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Bump actions/setup-java from 2 to 3 (#2449)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Roman Zavarnitsyn <[email protected]>
    dependabot[bot] and romtsn authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    3713a25 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 2 to 3 (#2448)

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

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    a3f5149 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c7bed9 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Add Android View Hierarchy support (#2440)

    Co-authored-by: Roman Zavarnitsyn <[email protected]>
    markushi and romtsn authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    9e28948 View commit details
    Browse the repository at this point in the history
  2. Use a single transactionPerfomanceCollector (#2464)

    * the TransactionPerformanceCollector instance is now put in the options, instead of being created in every Hub
    * TransactionPerformanceCollector reads memoryCollector on start() method, to allow option customization to be performed before reading it
    stefanosiano authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    e2e6ab2 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Bump github/codeql-action from 2.1.37 to 2.1.38 (#2471)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    068ace3 View commit details
    Browse the repository at this point in the history
  2. Fix potential Privilege Escalation via Content Provider (CVE-2018-9492)…

    … (#2466)
    
    Co-authored-by: Markus Hintersteiner <[email protected]>
    close undefined
    vestrel00 and markushi authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    2374884 View commit details
    Browse the repository at this point in the history
  3. release: 6.12.0

    getsentry-bot committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    561348c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release/6.12.0'

    getsentry-bot
    getsentry-bot committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    68dfbfd View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Update benchmark cpu approach (#2473)

    * updated benchmark devices
    * added sustained performance mode on profiling benchmarks, but not on sdk init
    * changed cpu time reading from Process.getElapsedCpuTime() to reading /proc/self/stat file
    * reverted threshold from 5.5% to 5%
    * removed absolute time check in SdkBenchmarkTest
    * converted cpu time from milliseconds to nanoseconds
    stefanosiano authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    734e4a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34431f8 View commit details
    Browse the repository at this point in the history
  3. release: 6.12.1

    getsentry-bot committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    c6f9c33 View commit details
    Browse the repository at this point in the history
Loading