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

task(admin-server): Fix admin server startup times and some refactor #17938

Merged
merged 1 commit into from
Oct 31, 2024

Commits on Oct 30, 2024

  1. task(admin-server): Fix startup times and some refactor

    Because:
    - We want to improve startup performance of admin-server
    - We determined using the @sentry/node package in the admin-server was source of slowdown
    - Using @sentry/nestjs made a big improvement in startup time.
    
    This Commit:
    - Switches to using @sentry/nestjs integration for admin-server
    - Refactors libs/sentry into three distinct contexts libs/sentry-nestjs, libs/sentry-node, libs/sentry-browser, and libs/sentry-utils
    - Extracts common functions to libs/sentry-utils so they can be reused.
    dschom committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    14c64e1 View commit details
    Browse the repository at this point in the history