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: dbuos/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.
  • 19 commits
  • 39 files changed
  • 2 contributors

Commits on Oct 17, 2020

  1. Add SentryReactiveWebFilter to associate the scope to the reactive re…

    …quest in webflux
    dbuos authored and Daniel Bustamante Ospina committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    05231f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. SentryReactiveWebFilter Tests

    dbuos authored and Daniel Bustamante Ospina committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    2937df0 View commit details
    Browse the repository at this point in the history
  2. Add handling of webflux exceptions and a ReactiveUserProvider

    dbuos authored and Daniel Bustamante Ospina committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    d28a20a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Update sentry-spring/src/main/java/io/sentry/spring/reactive/SentryRe…

    …activeErrorAttributes.java
    
    Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
    dbuos and bruno-garcia authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    56b2e04 View commit details
    Browse the repository at this point in the history
  2. Update sentry-spring/src/test/kotlin/io/sentry/spring/reactive/Sentry…

    …ReactiveErrorAttributesTest.kt
    
    Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
    dbuos and bruno-garcia authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    6e8e7cb View commit details
    Browse the repository at this point in the history
  3. Update sentry-spring/src/test/kotlin/io/sentry/spring/reactive/Sentry…

    …ReactiveErrorAttributesTest.kt
    
    Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
    dbuos and bruno-garcia authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    15a5f72 View commit details
    Browse the repository at this point in the history
  4. Update sentry-spring/src/test/kotlin/io/sentry/spring/reactive/Sentry…

    …ReactiveErrorAttributesTest.kt
    
    Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
    dbuos and bruno-garcia authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    9ad0c02 View commit details
    Browse the repository at this point in the history
  5. Update sentry-spring/src/main/java/io/sentry/spring/reactive/SentryRe…

    …activeWebHelper.java
    
    Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
    dbuos and bruno-garcia authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    1d578c8 View commit details
    Browse the repository at this point in the history
  6. Update sentry-spring/src/main/java/io/sentry/spring/reactive/SentryRe…

    …activeWebHelper.java
    
    Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
    dbuos and bruno-garcia authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    448723a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Pop scope in SentryReactiveWebFilter reactive

    dbuos authored and Daniel Bustamante Ospina committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    703b2c0 View commit details
    Browse the repository at this point in the history
  2. Implement SentryReactiveUserProvider, abstracts common userProviderEv…

    …entProcessors logic in GenericSentryUserProviderEventProcessor, Add initial Webflux auto-configuration.
    dbuos authored and Daniel Bustamante Ospina committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    a92ab21 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Change error attributes to WebExceptionHandler

    dbuos authored and Daniel Bustamante Ospina committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    faae191 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Changes in WebfluxRequestSentryUserProvider and SentryReactiveExcepti…

    …onHandler to be completely lazy when gather user information.
    dbuos authored and Daniel Bustamante Ospina committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    662b6d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Code cleaning

    dbuos authored and Daniel Bustamante Ospina committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    7dff2c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. Get User as principal from Exchange (spring security user)

    Add Sample application
    dbuos authored and Daniel Bustamante Ospina committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    a6da33a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. SentryReactive context (Subscriber context)

    Enhance EnableSentry annotation (config) to enable SentryMvc or SentryWebflux configuration
    Add SentryWebFlux samples
    dbuos authored and Daniel Bustamante Ospina committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    9b083ef View commit details
    Browse the repository at this point in the history
  2. Fix Test (Sentry Webflux)

    dbuos authored and Daniel Bustamante Ospina committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    264eb2f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Enhance SentryConfiguration to deduce application type from Environme…

    …nt type
    dbuos authored and Daniel Bustamante Ospina committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    04a3cd0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Add SentrySpringIntegrationTest.kt for Sentry webflux

    dbuos authored and Daniel Bustamante Ospina committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    971a41d View commit details
    Browse the repository at this point in the history
Loading