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(inbound-filters): Add react-hydration-errors filter #45188

Merged
merged 10 commits into from
Mar 3, 2023

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    167ee74 View commit details
    Browse the repository at this point in the history
  2. feat(monitors): Add basic ingestion via Kafka (#45079)

    Adds an ingest consumer similar to Replays and Profiles that reads from
    a Kafka topic `ingest-monitors` and updates them directly in postgres.
    The consumer runs automatically in devserver and can be started via
    `sentry run ingest-monitors`.
    
    This supports creating and updating check ins with a status and
    duration. Creating monitors is not supported yet. The consumer closely
    follows the logic from checkin creation, but there is a difference for
    disabled monitors compared to the Update (PUT) endpoint.
    jan-auer authored and priscilawebdev committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    2d25023 View commit details
    Browse the repository at this point in the history
  3. fix typo

    priscilawebdev committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    1fb75f5 View commit details
    Browse the repository at this point in the history
  4. cr feedback

    priscilawebdev committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    19248d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9b89d5 View commit details
    Browse the repository at this point in the history
  6. add type definition

    priscilawebdev committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    2acdce5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    813a06a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    daf22f2 View commit details
    Browse the repository at this point in the history
  9. update snapshot

    priscilawebdev committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    9940a17 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

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