@downtrace/agent 0.2.0 → 0.2.1

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.
@@ -360,7 +360,7 @@ var Sender = class {
360
360
  //#endregion
361
361
  //#region src/version.ts
362
362
  /** Version of this agent build, from package.json. */
363
- const AGENT_VERSION = "0.2.0";
363
+ const AGENT_VERSION = "0.2.1";
364
364
  //#endregion
365
365
  //#region src/agent.ts
366
366
  const REQUEST_START = "http.server.request.start";
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
- import { a as createAgent, c as Sender, d as IntervalAggregator, f as OTHER_ROUTE, h as routeOf, i as Agent, l as createLogger, m as normalizeMethod, n as configFromEnv, o as AGENT_VERSION, p as heuristicTemplate, r as detectVersion, s as DEFAULT_MAX_QUEUED, t as DEFAULT_INTERVAL_MS, u as DEFAULT_MAX_ROUTES } from "./config-K6GUM60m.js";
1
+ import { a as createAgent, c as Sender, d as IntervalAggregator, f as OTHER_ROUTE, h as routeOf, i as Agent, l as createLogger, m as normalizeMethod, n as configFromEnv, o as AGENT_VERSION, p as heuristicTemplate, r as detectVersion, s as DEFAULT_MAX_QUEUED, t as DEFAULT_INTERVAL_MS, u as DEFAULT_MAX_ROUTES } from "./config-B_GsH0f7.js";
2
2
  export { AGENT_VERSION, Agent, DEFAULT_INTERVAL_MS, DEFAULT_MAX_QUEUED, DEFAULT_MAX_ROUTES, IntervalAggregator, OTHER_ROUTE, Sender, configFromEnv, createAgent, createLogger, detectVersion, heuristicTemplate, normalizeMethod, routeOf };
package/dist/register.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a as createAgent, l as createLogger, n as configFromEnv } from "./config-K6GUM60m.js";
1
+ import { a as createAgent, l as createLogger, n as configFromEnv } from "./config-B_GsH0f7.js";
2
2
  //#region src/register.ts
3
3
  /**
4
4
  * Entry point users load with `node --import @downtrace/agent/register`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@downtrace/agent",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Downtrace agent for Node.js: a flight recorder for your backend. Observes HTTP requests, aggregates locally, ships compact batches, never in your request path.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -22,7 +22,7 @@
22
22
  "node": ">=20"
23
23
  },
24
24
  "dependencies": {
25
- "@downtrace/protocol": "0.2.0"
25
+ "@downtrace/protocol": "0.2.1"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/express": "^5.0.6",