autotel-tanstack 1.13.1 → 1.13.3

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/auto.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  export { functionTracingMiddleware, tracingMiddleware } from './middleware.js';
2
2
  export { traceServerFn } from './server-functions.js';
3
3
  export { traceBeforeLoad, traceLoader } from './loaders.js';
4
- import './types-C37KSxMN.js';
4
+ import './types-m5OjZJ-4.js';
5
5
  import '@opentelemetry/api';
6
6
  import '@tanstack/react-router';
7
7
 
@@ -1,5 +1,5 @@
1
1
  import { MiddlewareHandler } from './middleware.js';
2
- import './types-C37KSxMN.js';
2
+ import './types-m5OjZJ-4.js';
3
3
  import '@opentelemetry/api';
4
4
 
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { W as WrapStartHandlerConfig } from './types-C37KSxMN.js';
1
+ import { W as WrapStartHandlerConfig } from './types-m5OjZJ-4.js';
2
2
  import '@opentelemetry/api';
3
3
 
4
4
  /**
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { D as DEFAULT_CONFIG, S as SPAN_ATTRIBUTES, T as TanStackInstrumentationConfig, c as TraceLoaderConfig, b as TraceServerFnConfig, a as TracingMiddlewareConfig, W as WrapStartHandlerConfig } from './types-C37KSxMN.js';
1
+ export { D as DEFAULT_CONFIG, S as SPAN_ATTRIBUTES, T as TanStackInstrumentationConfig, a as TraceLoaderConfig, b as TraceServerFnConfig, c as TracingMiddlewareConfig, W as WrapStartHandlerConfig } from './types-m5OjZJ-4.js';
2
2
  export { MiddlewareHandler, createTracingMiddleware, createTracingServerHandler, functionTracingMiddleware, tracingMiddleware } from './middleware.js';
3
3
  export { createTracedServerFnFactory, traceServerFn } from './server-functions.js';
4
4
  export { createTracedRoute, traceBeforeLoad, traceLoader } from './loaders.js';
package/dist/loaders.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { c as TraceLoaderConfig } from './types-C37KSxMN.js';
1
+ import { a as TraceLoaderConfig } from './types-m5OjZJ-4.js';
2
2
  export { LoaderFnContext } from '@tanstack/react-router';
3
3
  import '@opentelemetry/api';
4
4
 
@@ -1,4 +1,4 @@
1
- import { a as TracingMiddlewareConfig } from './types-C37KSxMN.js';
1
+ import { c as TracingMiddlewareConfig } from './types-m5OjZJ-4.js';
2
2
  import '@opentelemetry/api';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { b as TraceServerFnConfig } from './types-C37KSxMN.js';
1
+ import { b as TraceServerFnConfig } from './types-m5OjZJ-4.js';
2
2
  import '@opentelemetry/api';
3
3
 
4
4
  /**
@@ -149,4 +149,4 @@ declare const SPAN_ATTRIBUTES: {
149
149
  readonly TANSTACK_REQUEST_DURATION_MS: "tanstack.request.duration_ms";
150
150
  };
151
151
 
152
- export { DEFAULT_CONFIG as D, SPAN_ATTRIBUTES as S, type TanStackInstrumentationConfig as T, type WrapStartHandlerConfig as W, type TracingMiddlewareConfig as a, type TraceServerFnConfig as b, type TraceLoaderConfig as c };
152
+ export { DEFAULT_CONFIG as D, SPAN_ATTRIBUTES as S, type TanStackInstrumentationConfig as T, type WrapStartHandlerConfig as W, type TraceLoaderConfig as a, type TraceServerFnConfig as b, type TracingMiddlewareConfig as c };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autotel-tanstack",
3
- "version": "1.13.1",
3
+ "version": "1.13.3",
4
4
  "description": "OpenTelemetry instrumentation for TanStack Start - automatic tracing for server functions, middleware, and route loaders",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -121,8 +121,8 @@
121
121
  "dependencies": {
122
122
  "@opentelemetry/api": "^1.9.0",
123
123
  "@tanstack/intent": "^0.0.23",
124
- "autotel": "2.25.1",
125
- "autotel-adapters": "0.2.1"
124
+ "autotel": "2.25.3",
125
+ "autotel-adapters": "0.2.3"
126
126
  },
127
127
  "peerDependencies": {
128
128
  "@tanstack/react-start": "^1.167.3",