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 Loading
base: 7.8.0
Choose a base ref
...
head repository: getsentry/sentry-java Loading
compare: 7.10.0
Choose a head ref
  • 17 commits
  • 51 files changed
  • 9 contributors

Commits on Apr 9, 2024

  1. Merge branch 'release/7.8.0'

    getsentry-bot committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7b7964f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Fix timing metric value different from span duration (#3368)

    * removed timing from IMetricsAggregator
    * duration of timing metric of MetricsApi now equals span duration
    * local metrics aggregator is fetch directly from the span in the timing api
    stefanosiano committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    61981dc View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Add start_type to app context (#3379)

    * Add start_type to app context
    
    * Create app contexst in case it doesn't exist
    
    * Add changelog
    
    * Fix test fixtures
    
    * Fix tests
    markushi committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0156268 View commit details
    Browse the repository at this point in the history
  2. Fix Frame measurements in app start transactions (#3382)

    * performance collectors are called independently from profiling (now transactions get frames measurements)
    * TimeSpan.getStartTimestamp is now a SentryNanotimeDate, to fix FrameMetricsCollector on app start transactions
    stefanosiano committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    a33b076 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

Commits on May 3, 2024

  1. Add ttid/ttfd contribution flags (#3386)

    * Add ttid/ttfd contribution flags
    
    * Update Changelog
    
    * Add ui namespace
    
    * Update according to develop docs
    
    * consider main thread info for contribution flags
    markushi committed May 3, 2024
    Configuration menu
    Copy the full SHA
    8045023 View commit details
    Browse the repository at this point in the history
  2. Metrics clean (#3403)

    * Remove `timestampMs` from `LocalMetricsAggregator`
    * put `toStatsdType` in enum directly
    * beforeMetric wrapped in try catch
    * flush check if there are metrics before scheduling again
    stefanosiano committed May 3, 2024
    Configuration menu
    Copy the full SHA
    8d236f4 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. reverted app start span timestamp to SentryLongDate (#3410)

    * reverted TimeSpan.getStartTimestamp to SentryLongDate, to not break hybrid sdks
    * fixed SpanFrameMetricsCollector.realNanos (it now checks the date type and reacts accordingly)
    stefanosiano committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ef1c11b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d83be50 View commit details
    Browse the repository at this point in the history
  3. release: 7.9.0

    getsentry-bot committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1576a77 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release/7.9.0'

    getsentry-bot committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9e57f46 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Supply a token for CODECOV and bump to action v4 (#3342)

    * Supply a token for CODECOV and bump to action v4
    
    * Update codecov commit
    
    ---------
    
    Co-authored-by: Giancarlo Buenaflor <giancarlo_buenaflor@yahoo.com>
    adinauer and buenaflor committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f1fdb9f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    0a2d0b6 View commit details
    Browse the repository at this point in the history
  2. Fix faulty span.frame_delay calculation for early app start spans (#3427

    )
    
    * Fix large frame delay values
    
    * Update changelog
    markushi committed May 16, 2024
    Configuration menu
    Copy the full SHA
    619c9b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    4fe50fc View commit details
    Browse the repository at this point in the history
  2. Do not crash when installing shutdown hook (#3456)

    * Do not crash when installing shutdown hook
    
    * Changelog
    romtsn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    84892a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. release: 7.10.0

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