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.12.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.12.1
Choose a head ref
  • 7 commits
  • 23 files changed
  • 5 contributors

Commits on Jul 15, 2024

  1. Merge branch 'release/7.12.0'

    getsentry-bot committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    9c4170f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Bump github/codeql-action from 3.25.10 to 3.25.11 (#3529)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.10 to 3.25.11.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@23acc5c...b611370)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a449452 View commit details
    Browse the repository at this point in the history
  2. Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.1 (#3531)

    Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.5.0 to 4.6.1.
    - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
    - [Commits](JamesIves/github-pages-deploy-action@65b5dfd...5c6e9e9)
    
    ---
    updated-dependencies:
    - dependency-name: JamesIves/github-pages-deploy-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] committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    028e225 View commit details
    Browse the repository at this point in the history
  3. Bump gradle/actions (#3532)

    Bumps [gradle/actions](https://github.com/gradle/actions) from 2cd2a6e951bd0b53f55a08e4e4c6f2586f3a36b9 to cdbbabd09cff07936e1c9dbe8c9d4b6ac2ef7156.
    - [Release notes](https://github.com/gradle/actions/releases)
    - [Commits](gradle/actions@2cd2a6e...cdbbabd)
    
    ---
    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>
    dependabot[bot] committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    83b0c04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7620eac View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Check app start spans time and foreground state (#3550)

    * App start now takes AppStartMetrics.appLaunchedInForeground variable to add spans to the transaction
    * App starts longer than 1 minute are dropped (same as Firebase)
    * added Activity lifecycle registration to check start launch time and foreground status
    * added AppStartMetrics.registerApplicationForegroundCheck in the SentryPerformanceProvider and SentryAndroid.init, other than AppStartMetrics.onApplicationCreate
    * ActivityLifecycleIntegration now reads first activity creation on create instead of class instantiation
    * AppStartMetrics stops app start profiler if no activity is being created
    stefanosiano committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    73237da View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. release: 7.12.1

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