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.9.1
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.9.2
Choose a head ref
  • 11 commits
  • 28 files changed
  • 8 contributors

Commits on Nov 30, 2022

  1. Merge branch 'release/6.9.1'

    getsentry-bot
    getsentry-bot committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    69d6122 View commit details
    Browse the repository at this point in the history
  2. Fix 6.9.1 changelog (#2400)

    adinauer authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    7967d22 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Bump saucelabs/saucectl-run-action from 1.3.0 to 2.0.0 (#2338)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Roman Zavarnitsyn <[email protected]>
    Co-authored-by: Stefano <[email protected]>
    3 people authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    31f3e4c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Update profiling release field (#2371)

    * updated profile schema:
    - replaced versionCode with an empty string on new envelopes
    - replaced versionName with release string
    * added test
    stefanosiano authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    34a8bfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecf9680 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Fix ClassNotFoundException for `io.sentry.spring.SentrySpringServle…

    …tContainerInitializer` in `sentry-spring-jakarta` (#2413)
    
    Co-authored-by: Alexander Dinauer <[email protected]>
    Fixes #2411
    js361014 and adinauer authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    f122116 View commit details
    Browse the repository at this point in the history
  2. Clear window reference only on activity stop in profileMeasurements c…

    …ollector (#2407)
    
    * the current window reference in SentryFrameMetricsCollector is cleared only after the activity stops, and no more when the profiler stops
    stefanosiano authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    1e1ab7f View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Updated ProfileMeasurementValue types (#2412)

    * changed ProfileMeasurementValue types: timestamp is now a string and the value is a double
    added a check against negative timestamps
    stefanosiano authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    20d7d3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61132a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96b948d View commit details
    Browse the repository at this point in the history
  4. release: 6.9.2

    getsentry-bot committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    cd0af87 View commit details
    Browse the repository at this point in the history
Loading