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: 8511811
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: be4a0ba
Choose a head ref
  • 11 commits
  • 57 files changed
  • 11 contributors

Commits on Jan 26, 2023

  1. Merge branch 'release/6.13.0'

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

Commits on Jan 27, 2023

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

Commits on Jan 30, 2023

  1. Bump github/codeql-action from 2.1.39 to 2.2.1 (#2502)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    e007cfc View commit details
    Browse the repository at this point in the history
  2. Bump saucelabs/saucectl-run-action from 2.0.0 to 2.1.1 (#2501)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    9ab45a7 View commit details
    Browse the repository at this point in the history
  3. Remove authority from URLs sent to Sentry (#2366)

    Co-authored-by: Ivan Dlugos <[email protected]>
    adinauer and vaind authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    5fa24ec View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

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

Commits on Feb 2, 2023

  1. PR template breaking changes for hybrid SDKs (#2511)

    Add an item to remind the author of a PR to communicate breaking changes for hybrid SDKs.
    philipphofmann authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    658c557 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14c083a View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    7da2a31 View commit details
    Browse the repository at this point in the history
  2. Fix transaction performance collector oom (#2505)

    * moved synchronized() bit later in stop() method in DefaultTransactionPerformanceCollector
    * PerformanceCollectionData now contains single values instead of lists and removed the commit() method
    * TransactionPerformanceCollector:
     - is now set in Android options
     - a NoOpTransactionPerformanceCollector is set in Java options
     - deletes data after 30 seconds
     - collect data only if a profile is sampled
    stefanosiano authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    f6a135d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. release: 6.13.1

    getsentry-bot committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    be4a0ba View commit details
    Browse the repository at this point in the history
Loading