autotel-devtools 25.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 +1 -1
- package/dist/cli.cjs +2 -2
- package/dist/cli.js +2 -2
- package/dist/fullpage.global.js +34 -34
- package/dist/{grpc-C35twtEj.js → grpc-CejDNrpg.js} +1 -1
- package/dist/{grpc-AXr0CnZ_.cjs → grpc-D-PgIW-i.cjs} +1 -1
- package/dist/{http-Dc57PtwQ.cjs → http-C6eqJu9T.cjs} +3 -0
- package/dist/{http-JTSqQPVJ.js → http-KCnGSZXe.js} +3 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/server/index.cjs +2 -2
- package/dist/server/index.js +2 -2
- package/dist/widget.global.js +15 -15
- package/package.json +8 -8
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-
|
|
2
|
+
const require_http = require('./http-C6eqJu9T.cjs');
|
|
3
3
|
const require_listen = require('./listen-l09RRHht.cjs');
|
|
4
|
-
const require_grpc = require('./grpc-
|
|
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-
|
|
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-
|
|
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";
|