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

Commits on Jul 14, 2026

  1. feat(sentry): replace RequestDispatcher with SentryRequestDispatcher …

    …and add E2E tests
    
    - Implement SentryRequestDispatcher to wrap all incoming HTTP request handling (including routing, parameter parsing, and guards execution) inside Sentry isolation scope, trace continuation, and spans.
    - Remove SentrySpanInterceptor as its functionality is now redundant and fully covered by SentryRequestDispatcher.
    - Add comprehensive E2E tests verifying trace continuation, span lifecycle, and automatic capture of uncaught exceptions.
    - Add Node.js subpath imports (#src/*) to the sentry package to support clean imports in E2E tests.
    KostyaTretyak committed Jul 14, 2026
    Configuration menu
    Copy the full SHA
    960aa83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    639c25e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fca18f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b57899 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0eb9db View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2026

  1. Configuration menu
    Copy the full SHA
    15e9030 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fdcfa8 View commit details
    Browse the repository at this point in the history
Loading