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: 7.10.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: 7.11.0
Choose a head ref
  • 20 commits
  • 57 files changed
  • 8 contributors

Commits on Jun 6, 2024

  1. Merge branch 'release/7.10.0'

    getsentry-bot
    getsentry-bot committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1e646ca View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Remove profiling timeout logic and disable profiling on API 21 (#3478)

    * removed timeout logic from AndroidProfiler, as unused by the backend anyway, to fix potential profiling always or never running when one times out
    * removed API 21 from supported profiling versions, due to a crash
    stefanosiano authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    051ce9b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Properly reset metric flush flag on metric emission (#3493)

    * Fix schedule flag reset
    
    * Update changelog
    markushi authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    133f63e View commit details
    Browse the repository at this point in the history
  2. Move fragment auto span finish to onFragmentStarted (#3424)

    * moved fragment auto span finish to onFragmentStarted instead of onFragmentResumed to account for ViewPager2 behaviour
    stefanosiano authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5ad752a View commit details
    Browse the repository at this point in the history
  3. Add timestamp when a profile starts (#3442)

    * added start timestamp in ProfileStartData when a profile starts
    * added the timestamp in ProfilingTraceData and send it in the json payload
    stefanosiano authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c17f259 View commit details
    Browse the repository at this point in the history
  4. Move onFinishCallback before span or transaction is finished (#3459)

    * moved span and transaction finish callback before they are actually finished
    * moved performance collection before transaction is finished, fixing frame measurements not being set
    stefanosiano authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2e90ac7 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Use SecureRandom instead of Random for Metrics (#3495)

    * Use SecureRandom instead of Random
    
    * Update changelog
    markushi authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    75bfb8b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    5c82ecf View commit details
    Browse the repository at this point in the history
  2. Fix UncaughtExceptionHandlerIntegration Memory Leak (#3398)

    * On register, if a UncaughtExceptionHandlerIntegration is already registered use its default exception handler instead
    lbloder authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b071538 View commit details
    Browse the repository at this point in the history
  3. Bump gradle/actions (#3507)

    Bumps [gradle/actions](https://github.com/gradle/actions) from 579fbbe7221704325eb4c4d4bf20c2b0859fba76 to 2cd2a6e951bd0b53f55a08e4e4c6f2586f3a36b9.
    - [Release notes](https://github.com/gradle/actions/releases)
    - [Commits](gradle/actions@579fbbe...2cd2a6e)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/actions
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Stefano <[email protected]>
    dependabot[bot] and stefanosiano authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    12b5c8d View commit details
    Browse the repository at this point in the history
  4. Bump gradle/wrapper-validation-action from 2.1.1 to 3.4.2 (#3506)

    Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2.1.1 to 3.4.2.
    - [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
    - [Commits](gradle/wrapper-validation-action@699bb18...8842585)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/wrapper-validation-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    2c98a99 View commit details
    Browse the repository at this point in the history
  5. Bump github/codeql-action from 2.13.4 to 3.25.10 (#3487)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.13.4 to 3.25.10.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@cdcdbb5...23acc5c)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    aeadabe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a473a2d View commit details
    Browse the repository at this point in the history
  7. Bump saucelabs/saucectl-run-action from 4.0.0 to 4.3.0 (#3484)

    Bumps [saucelabs/saucectl-run-action](https://github.com/saucelabs/saucectl-run-action) from 4.0.0 to 4.3.0.
    - [Release notes](https://github.com/saucelabs/saucectl-run-action/releases)
    - [Commits](saucelabs/saucectl-run-action@7fe025e...39e4f06)
    
    ---
    updated-dependencies:
    - dependency-name: saucelabs/saucectl-run-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f06fd1d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Fix duplicated http spans (#3526)

    * SentryOkHttpEventListener now checks if an existing io.sentry.android.SentryOkHttpEventListener is attached and skips it
    * added proguard rule to keep name of `io.sentry.android.okhttp.SentryOkHttpEventListener`
    stefanosiano authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2364670 View commit details
    Browse the repository at this point in the history
  2. Bump phoenix-actions/test-reporting from 12 to 15 (#3408)

    Bumps [phoenix-actions/test-reporting](https://github.com/phoenix-actions/test-reporting) from 12 to 15.
    - [Release notes](https://github.com/phoenix-actions/test-reporting/releases)
    - [Changelog](https://github.com/phoenix-actions/test-reporting/blob/main/CHANGELOG.md)
    - [Commits](phoenix-actions/test-reporting@41efe7e...f957cd9)
    
    ---
    updated-dependencies:
    - dependency-name: phoenix-actions/test-reporting
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    cb9b3f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

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

Commits on Jul 1, 2024

  1. deprecated User.segment (#3511)

    * deprecated User.segment
    stefanosiano authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    890530d View commit details
    Browse the repository at this point in the history
  2. Report dropped spans (#3528)

    * added span data category for client reports
    * added dropped span report when recording lostEnvelopeItem
    * added dropped span report on beforeSend and eventProcessor filtering (SentryClient) and backpressure and sampleRate (Hub)
    stefanosiano authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    edf4a58 View commit details
    Browse the repository at this point in the history
  3. release: 7.11.0

    getsentry-bot committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3ce03cc View commit details
    Browse the repository at this point in the history
Loading