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.16.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: 6.17.0
Choose a head ref
  • 17 commits
  • 59 files changed
  • 15 contributors

Commits on Mar 17, 2023

  1. Merge branch 'release/6.16.0'

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

Commits on Mar 21, 2023

  1. Bump github/codeql-action from 2.2.6 to 2.2.7 (#2612)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    db18794 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Fix wrong default environment in Session (#2610)

    Co-authored-by: Roman Zavarnitsyn <[email protected]>
    lbloder and romtsn authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    8ec2c16 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Read integration list written by sentry gradle plugin from manifest (#…

    …2598)
    
    * read integration list written by sentry gradle plugin from manifest
    
    * add changelog
    
    * set submodule to same tag as main
    
    * Update sentry-android-core/src/main/java/io/sentry/android/core/ManifestMetadataReader.java
    
    Co-authored-by: Roman Zavarnitsyn <[email protected]>
    
    ---------
    
    Co-authored-by: Roman Zavarnitsyn <[email protected]>
    lbloder and romtsn authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d81684e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Add time-to-initial-display and time-to-full-display measurements to …

    …Activity transactions (#2611)
    
    * added ttid and ttfd as measurements
    * added getStartDate() to ISpan
    * moved measurement keys into MeasurementValue as static constants
    stefanosiano authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    0f96fc3 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Fix Automatic UI transactions having wrong durations (#2623)

    * Automatic Activity transactions now have the ttid start timestamp if no appStart span is present
    * Span now trims for all transaction children if it's the root span of the transaction
    stefanosiano authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    986d057 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70c2097 View commit details
    Browse the repository at this point in the history
  3. Add name and geo to User (#2556)

    denrase authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    d390819 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ec7569 View commit details
    Browse the repository at this point in the history
  5. feat: logcat integration (#2620)

    * add logcat adapter
    
    * add changelog
    
    * Format code
    
    * fix changelog
    
    * add ApiStatus and comment
    
    * fix comment
    
    * set SentryLogcatAdapter to final
    
    * fix build
    
    * make parameters nullable and use final
    
    * add integration test
    
    * Format code
    
    * remove autoinit on SentryLogcatAdapterTest
    
    ---------
    
    Co-authored-by: Sentry Github Bot <[email protected]>
    buenaflor and getsentry-bot authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    17ab223 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    6641771 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7ba91f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    349f4e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d265ac4 View commit details
    Browse the repository at this point in the history
  5. Add breadcrumbs on network changes (#2608)

    * added NetworkBreadcrumbsIntegration
    * added io.sentry.breadcrumbs.network-events manifest option
    * added enableNetworkEventBreadcrumbs manual option
    * added NetworkConnectionDetails in Breadcrumb data
    stefanosiano authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7b0f520 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Trim time-to-full-display span if reportFullyDisplayed API is never c…

    …alled (#2631)
    
    * ttfd span is trimmed if `reportFullyDisplayed` API is never called
    * exposed `getFinishDate` internally in ISpan
    stefanosiano authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    9a46975 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. release: 6.17.0

    getsentry-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    d07bf70 View commit details
    Browse the repository at this point in the history
Loading