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: 8.13.3
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: 8.14.0
Choose a head ref
  • 9 commits
  • 40 files changed
  • 7 contributors

Commits on Jun 12, 2025

  1. Merge branch 'release/8.13.3'

    getsentry-bot committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    e16d062 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. New User Feedback form (#4384)

    * added SentryFeedbackOptions 
    * added feedbackOptions to SentryOptions
    * SentryUserFeedbackDialog
    * user feedback dialog uses dialogTheme
    * added dialog theme to sample app
    * MainActivity "send user feedback" button now opens feedback dialog instead of sending feedback
    * added tests and UI tests
    * added manifest options
    * added replay capturing on feedback dialog open
    * added SentryUserFeedbackDialog.Builder, allowing a configuration being passed for the current dialog options
    * added SentryFeedbackOptions copy constructor
    stefanosiano authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    4152701 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

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

Commits on Jun 17, 2025

  1. Fix replay masking for Jetpack Compose 1.8+ (#4485)

    * Fix broken view hierarchy retrieval for Jetpack Compose 1.8+
    
    * Update Changelog
    
    * Fix tests
    
    * Update Changelog
    
    * Add more tests
    
    * Allow null semantics, but mask in case an exception gets thrown
    
    * Address PR feedback
    markushi authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    8bfa9cc View commit details
    Browse the repository at this point in the history
  2. Add user.id, user.name and user.email to log attributes (#4486)

    * Add user id, username and email to log attributes
    
    * changelog
    
    * use enum for attribute type
    
    * no longer check isSendDefaultPii
    
    * Format code
    
    * ignore IntelliJ / Android Studio run configs
    
    * suppress deprecation warning for user.name
    
    ---------
    
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    adinauer and getsentry-bot authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    5fde6b6 View commit details
    Browse the repository at this point in the history
  3. New User Feedback Widget (#4450)

    * added SentryUserFeedbackWidget, with styles and icon
    * MainActivity sendFeedback reverted to call API, with new widget to open dialog
    * Added widget ui tests
    stefanosiano authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    58769f0 View commit details
    Browse the repository at this point in the history
  4. User Feedback followup (#4494)

    * Changed logo with vector drawable
    * Changed FeedbackOptions from String to CharSequence
    * Changed User feedback User name to User username
    stefanosiano authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    bb0801b View commit details
    Browse the repository at this point in the history
  5. Add device and OS attributes to logs (#4493)

    * Add user id, username and email to log attributes
    
    * changelog
    
    * use enum for attribute type
    
    * no longer check isSendDefaultPii
    
    * Format code
    
    * ignore IntelliJ / Android Studio run configs
    
    * suppress deprecation warning for user.name
    
    * Add device and OS attributes to logs
    
    * changelog
    
    * add method impl for MainEventProcessor
    
    * use device and os info more directly
    
    * Format code
    
    * update changelog
    
    * api
    
    ---------
    
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    adinauer and getsentry-bot authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    c6f23ec View commit details
    Browse the repository at this point in the history
  6. release: 8.14.0

    getsentry-bot committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    4e48568 View commit details
    Browse the repository at this point in the history
Loading