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.12.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.13.0
Choose a head ref
  • 13 commits
  • 109 files changed
  • 11 contributors

Commits on Jan 17, 2023

  1. Merge branch 'release/6.12.1'

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

Commits on Jan 19, 2023

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

Commits on Jan 20, 2023

  1. Improve possible date precision to 10 μs (#2451)

    Co-authored-by: Markus Hintersteiner <[email protected]>
    adinauer and markushi authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    ffa66c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    897ad85 View commit details
    Browse the repository at this point in the history
  2. Add cpu usage collection (#2462)

    * Added ICpuCollector to collect cpu usage info while transactions are running
    * TransactionPerformanceCollector now returns PerformanceCollectionData, which contains memory and cpu usage data
    * Added a generic ICollector interface instead of a IMemoryCollector and ICpuCollector
    stefanosiano authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    e1fe618 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Bump github/codeql-action from 2.1.38 to 2.1.39 (#2488)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Markus Hintersteiner <[email protected]>
    dependabot[bot] and markushi authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    37e95ce View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    85fed9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    690f9dd View commit details
    Browse the repository at this point in the history
  3. Send transaction memory stats in profile payload (#2447)

    * Added list of MemoryCollectionData to Android profiles payload as measurements
    * AndroidTransactionProfiler now takes a PerformanceCollectionData onTransactionFinish
    * Updated profile measurement keys and units
    stefanosiano authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b049670 View commit details
    Browse the repository at this point in the history
  4. Send cpu usage percentage in profile payload (#2469)

    * Added cpu usage percentage to profile payload
    * Added a ui test to check memory and cpu usages being sent in profiles
    stefanosiano authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    fb1c50c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    e199f18 View commit details
    Browse the repository at this point in the history
  2. Fix performance collector setup called in main thread (#2499)

    * ICollector.setup() calls have been moved to background thread
    stefanosiano authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    46e43bb View commit details
    Browse the repository at this point in the history
  3. release: 6.13.0

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