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

Integration branch for #4336 #4823

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Apr 9, 2024

  1. qe: always create a span for prisma:engine regardless of iTX

    Prevent `prisma:engine:response_json_serialization` span from being
    orphan when using interactive transactions.
    
    This check made sense in the past in principle when there were no child
    spans outside of the iTX runner, and the `prisma:engine` span didn't
    cover the whole `Engine::query` method duration, but now it makes more
    sense to always create it.
    
    Fixes: prisma/prisma#21402
    aqrln committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b3450f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    b5bdd13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71fd6b6 View commit details
    Browse the repository at this point in the history
  3. qe-wasm: remove unused import

    aqrln committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    46637e0 View commit details
    Browse the repository at this point in the history