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: main
Choose a base ref
...
head repository: detouched/sentry-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 6 files changed
  • 4 contributors

Commits on Mar 2, 2023

  1. feat: Improve API of SentryExceptionResolver

    Refactor `SentryExceptionResolver` to improve its API in order to allow
    easier behavior tweaking by Spring Boot integration module consumers.
    detouched committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    eb79e57 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    Include pull request id in the changelog record.
    
    Co-authored-by: Alexander Dinauer <[email protected]>
    detouched and adinauer committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    e4fa26a View commit details
    Browse the repository at this point in the history
  3. feat: Improve API of Jakarta SentryExceptionResolver

    Similarly to Spring Boot 2 module, refactor `SentryExceptionResolver`
    in Jakarta package to improve its API in order to allow easier
    behavior tweaking by Spring Boot integration module consumers.
    detouched committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    a847cf0 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    db07f95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a639db8 View commit details
    Browse the repository at this point in the history
Loading