You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For debugging purposes it is often useful to look at the original JSON of the trace as it is stored in the database. This can be done by supporting an extra parameter in the trace API /api/traces/{traceID}/?raw=true.
Caveat: there trace is still going to go through a series of transformation: dbmodel -> domain model -> ui/JSON model, but those transformations are more or less lossless.
The text was updated successfully, but these errors were encountered:
For debugging purposes it is often useful to look at the original JSON of the trace as it is stored in the database. This can be done by supporting an extra parameter in the trace API
/api/traces/{traceID}/?raw=true
.Caveat: there trace is still going to go through a series of transformation: dbmodel -> domain model -> ui/JSON model, but those transformations are more or less lossless.
The text was updated successfully, but these errors were encountered: