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.5.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.6.0
Choose a head ref
  • 9 commits
  • 64 files changed
  • 4 contributors

Commits on Mar 1, 2024

  1. Merge branch 'release/7.5.0'

    getsentry-bot committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8c08ad9 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Update min-sdk version for Android (#3243)

    #skip-changelog
    -- as this change is already live since `7.0`
    markushi authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1e05e43 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Improve CI speed (#3245)

    * Fix explicitly set buildSrc root project name to avoid breaking the cache
    
    Project accessors enabled, but root project name not explicitly set for
    'buildSrc'. Checking out the project in different folders will impact
    the generated code and implicitly the buildscript classpath, breaking
    caching.
    
    * Early checkout submodules, in order to include them in the cache
    
    * Apply recursive submodule checkout to all jobs
    
    * Enable gradle cache
    
    * Move from gradle/gradle-build-action to newer gradle/actions/setup-gradle
    
    * Reverse licence-compliance job order again to make ci happy
    
    * No gradle cache for licence check
    
    * Disable actions/setup-java@v4 gradle cache, in favor of gradle/actions/setup-gradle
    markushi authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    02729df View commit details
    Browse the repository at this point in the history
  2. Aggregate metrics for spans (#3238)

    * Aggregate metrics for spans
    
    * Add manifest property
    
    * Add metrics sample Activity
    
    * Update Changelog
    
    * Minor cleanup
    
    * Update sentry-android-core/src/test/java/io/sentry/android/core/ManifestMetadataReaderTest.kt
    
    Co-authored-by: Stefano <stefano.siano@sentry.io>
    
    * Address PR feedback
    
    * Address PR feedback
    
    * Address PR feedback
    
    ---------
    
    Co-authored-by: Stefano <stefano.siano@sentry.io>
    markushi and stefanosiano authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    e37359d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Add support for span creating mode in metrics.timing API (#3248)

    * Create a span when metrics.timing is called
    
    * Populate span tags with metric tags
    
    * Update Changelog
    markushi authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f4f39c7 View commit details
    Browse the repository at this point in the history
  2. Add before_emit_metric callback to options (#3250)

    * Create a span when metrics.timing is called
    
    * Add before_emit_metric callback to options
    
    * Populate span tags with metric tags
    
    * Update Changelog
    
    * Address PR feedback
    markushi authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    8282f8a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Unify Metrics changelog entry (#3251)

    * Unify Metrics changelog entry
    
    * Update CHANGELOG.md
    
    * Fix typo
    markushi authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e492f4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b9d4ca View commit details
    Browse the repository at this point in the history
  3. release: 7.6.0

    getsentry-bot committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5e9e7db View commit details
    Browse the repository at this point in the history
Loading