@dudousxd/nestjs-agent-telescope 0.8.1 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -114,9 +114,8 @@ function col(key, label, href) {
114
114
  };
115
115
  }
116
116
  __name(col, "col");
117
- var DEFAULT_TRACE_HREF = "#/traces/{runId}";
118
117
  function agentDashboard(opts = {}) {
119
- const runHref = opts.runHref ?? DEFAULT_TRACE_HREF;
118
+ const runHref = opts.runHref;
120
119
  return {
121
120
  id: "agent.overview",
122
121
  label: "Agent",