发布

  • fix(nx-dev): remove OTel-based tracing for now to remove local dev erros (#30096)

    frostbyte_neo 发布于 2025-02-18 19:55:43 +00:00

    Locally, when running nx serve-docs nx-dev, you'll see errors coming
    from /blog URLs due to instrumentation problems. This is caused by the
    @grafana/faro-web-tracing packages as soon as it is imported in an app
    router environment.

    We don't need it for now, so we can just remove it. It means that we
    will be missing tracing on HTTP requests like XHRs, but we still get
    performance metrics and error reporting.

    Current Behavior

    See errors in logs during development

    Expected Behavior

    No errors in logs

    Related Issue(s)

    Fixes #

    下载附件