Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(nestjs): Automatic instrumentation of nestjs interceptors after route execution #13264

Merged
merged 24 commits into from
Aug 28, 2024

Commits on Aug 7, 2024

  1. Progress

    nicohrubec committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5123d6d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Merge branch 'develop' into nh/instrument-interceptors-after-route

    # Conflicts:
    #	packages/node/src/integrations/tracing/nest/sentry-nest-instrumentation.ts
    nicohrubec committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    dd4a3c2 View commit details
    Browse the repository at this point in the history
  2. Linting

    nicohrubec committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    e73d83f View commit details
    Browse the repository at this point in the history
  3. Stuff works

    nicohrubec committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2081e1a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

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

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    29766cd View commit details
    Browse the repository at this point in the history
  2. Seems to work?

    nicohrubec committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    96ad0a2 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    nicohrubec committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    02131cb View commit details
    Browse the repository at this point in the history
  4. Minor improvement

    nicohrubec committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    029fec8 View commit details
    Browse the repository at this point in the history
  5. Remove leftover type

    nicohrubec committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d7bc8bb View commit details
    Browse the repository at this point in the history
  6. Add tests

    nicohrubec committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    86b33fa View commit details
    Browse the repository at this point in the history
  7. guard subscribe

    nicohrubec committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    84f2db5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Address pr comments

    nicohrubec committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ffc2bf6 View commit details
    Browse the repository at this point in the history
  2. Lint

    nicohrubec committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e639af5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b97d3c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Handle promises

    nicohrubec committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    39bda54 View commit details
    Browse the repository at this point in the history
  2. TEsts

    nicohrubec committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    cdfca8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d98bae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b182d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5698bb8 View commit details
    Browse the repository at this point in the history
  6. Guard non-http context

    nicohrubec committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f5e15be View commit details
    Browse the repository at this point in the history
  7. Fix some styling

    nicohrubec committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    30d2d7b View commit details
    Browse the repository at this point in the history
  8. Fix race condition

    nicohrubec committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d8c5033 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

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