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.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: 6.6.0
Choose a head ref
  • 18 commits
  • 114 files changed
  • 14 contributors

Commits on Oct 10, 2022

  1. Merge branch 'release/6.5.0'

    getsentry-bot
    getsentry-bot committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    4ca1d7b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Android 13 ui tests (#2252)

    * added Android 13 device to Saucelabs ui tests
    * set ui tests timeout of 30 minutes
    * updated androidx.test:core and androidx.test:core-ktx to 1.5.0-beta01
    stefanosiano authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    9c3b569 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. fix(android): Remove verbose FrameMetricsAggregator failure logging (#…

    …2293)
    
    * fix(android): Remove verbose FrameMetricsAggregator failure logging
    
    * Add changelog for removing verbose FrameMetricsAggregator failure logging
    
    * Enable logging for FrameMetricsAggregator.add and .stop, but not for .remove
    markushi authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    2be62a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a60541 View commit details
    Browse the repository at this point in the history
  3. Add captureProfile method to hub and client (#2290)

    * added captureProfile(ProfilingTraceData) methods to IHub and ISentryClient
    * removed internal captureTransaction(..., ProfilingTraceData) methods from hub and client
    * deprecated public captureTransaction(..., ProfilingTraceData) methods in hub and client
    stefanosiano authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    7d87f22 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. fix(java): Ensure potential callback exceptions are caught #2123 (#2291)

    * fix(java): Ensure potential callback exceptions are caught
    
    * Add Changelog for callback exceptions
    
    * Cleanup mock logger setup for HubTest
    markushi authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    adee765 View commit details
    Browse the repository at this point in the history
  2. Ignore broken regex for tracePropagationTarget (#2288)

    Co-authored-by: Philipp Hofmann <[email protected]>
    Co-authored-by: Alexander Dinauer <[email protected]>
    Co-authored-by: Markus Hintersteiner <[email protected]>
    Co-authored-by: Markus Hintersteiner <[email protected]>
    Co-authored-by: Roman Zavarnitsyn <[email protected]>
    Co-authored-by: getsentry-bot <[email protected]>
    Co-authored-by: getsentry-bot <[email protected]>
    Co-authored-by: Sentry Github Bot <[email protected]>
    8 people authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    4796772 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c5f172 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Add support for using Encoder with logback.SentryAppender (#2246)

    Co-authored-by: Alexander Dinauer <[email protected]>
    Co-authored-by: Alexander Dinauer <[email protected]>
    3 people authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    afa17ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4fb390 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

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

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    6b00463 View commit details
    Browse the repository at this point in the history
  2. Profile envelopes sent directly from profiler (#2298)

    * AndroidTransactionProfiler now directly sends profile envelopes
    * Dropped old timed out profiles handling. Now they are directly sent when they time out
    * AndroidTransactionProfiler does not return the ProfileTraceData anymore
    * Added ui test for timed out profiles
    * Added hub parameter to AndroidTransactionProfiler ctor
    * Removed captureProfile methods from Hub and Client
    * Profiles are sent creating an envelope and using captureEnvelope
    * Added SentryEnvelope.from(... ProfilingTraceData ...)
    stefanosiano authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    f50fb16 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    418a49e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba49577 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    649f171 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Add option to enable or disable Activity Frame Tracking (#2314)

    * Add option to enable or disable Activity Frames Tracker
    
    * Add Activity Frames Tracker to changelog
    
    * Use options flag instead of Noop impl for FrameTracker, improve naming
    
    * Restore ActivityFramesTracker constructor, as it's required for flutter
    
    * Fix missing @deprecated annotation for ActivityFramesTracker
    
    * Fix disable InlineMeSuggester error
    
    * Add missing .api file update
    
    * Adapt ActivityFramesTracker ctor and options nullability
    
    Co-authored-by: Alexander Dinauer <[email protected]>
    markushi and adinauer authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    83be7c7 View commit details
    Browse the repository at this point in the history
  2. release: 6.6.0

    getsentry-bot committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    0410d7c View commit details
    Browse the repository at this point in the history
Loading