autotel-devtools 26.0.0 → 27.0.0

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/README.md CHANGED
@@ -237,7 +237,7 @@ against everything it has kept, rather than only what is on screen.
237
237
  ```
238
238
  service = api AND duration > 100
239
239
  name CONTAINS checkout
240
- http.status_code = 500
240
+ http.response.status_code = 500
241
241
  service IN [api, web, worker]
242
242
  name REGEXP "^GET /users/[0-9]+$"
243
243
  severity_number >= 17 # logs: error and above
package/dist/cli.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
- const require_http = require('./http-Dc57PtwQ.cjs');
2
+ const require_http = require('./http-C6eqJu9T.cjs');
3
3
  const require_listen = require('./listen-l09RRHht.cjs');
4
- const require_grpc = require('./grpc-AXr0CnZ_.cjs');
4
+ const require_grpc = require('./grpc-D-PgIW-i.cjs');
5
5
  let node_http = require("node:http");
6
6
  let node_fs = require("node:fs");
7
7
  let node_path = require("node:path");
package/dist/cli.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
- import { a as probePortHolder, g as hostHeaderIsLoopback, l as DevtoolsServer, r as resolveSourceRoot, t as attachDevtoolsRoutes } from "./http-JTSqQPVJ.js";
2
+ import { a as probePortHolder, g as hostHeaderIsLoopback, l as DevtoolsServer, r as resolveSourceRoot, t as attachDevtoolsRoutes } from "./http-KCnGSZXe.js";
3
3
  import { t as listenLoopbackDualStack } from "./listen-D-lLgfro.js";
4
- import { t as startOtlpGrpcReceiver } from "./grpc-C35twtEj.js";
4
+ import { t as startOtlpGrpcReceiver } from "./grpc-CejDNrpg.js";
5
5
  import { createServer } from "node:http";
6
6
  import { readFileSync } from "node:fs";
7
7
  import { dirname, resolve } from "node:path";