Skip to content

Transaction Logs

For debugging and deep introspection, Backpac logs every request.

Accessing Logs

  1. Navigate to Logs in the sidebar.
  2. Filter by Network Key, Status Code, or Method.

Log Fields

  • Timestamp: When the request was received.
  • Method: The RPC method called (e.g., eth_call).
  • Status: HTTP status code (200, 429, 500).
  • Latency: Total processing time in milliseconds.
  • Provider: The specific upstream node that handled the request.
  • Compute Units / Gas: (Solana/EVM) The resource cost of the transaction.
  • Req/Res Size: Data transfer size in KB.

Transactions View

For a focused view on sendTransaction calls, use the Transactions tab. This filters out noise (like getBlockHeight calls) and shows only your write operations, allowing you to debug failed broadcasts quickly.

Settlement Certainty Layer