Skip to content

Node Azure Functions Tracing without Performance is needed #8996

@thinkocapo

Description

@thinkocapo

Problem Statement

Tracing is broken between frontend JS to Node Azure, 'tracing without performance'.

The js transaction on the frontend has a bunch of quesiton marks '????' to the backend.

The backend transaction does exist.

Node sdk 7.68.0
JS React sdk 7.64.0

Solution Brainstorm

should be the same traceId on both the frontend and backend events. Should not see the '????'. I'm not entirely sure what's needed to fix this.

Miscellaneous Debugging info

Comparing traceId's between the frontend and backend transactions, they're the same...if you remove the postfixed strings at the end.

frontend txn vs backend txn

"6d7d97b8f6284167b89050d56ff8a093"=="6d7d97b8f6284167b89050d56ff8a093"
true

"6d7d97b8f6284167b89050d56ff8a093"=="6d7d97b8f6284167b89050d56ff8a093-8ca96459fa381343-1"
false

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions