File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -302,6 +302,7 @@ const openSearchOptions: plugins.opensearch = {
302302 } ,
303303} ;
304304
305+ tracer . use ( 'ai' , true )
305306tracer . use ( 'amqp10' ) ;
306307tracer . use ( 'amqplib' ) ;
307308tracer . use ( 'anthropic' ) ;
Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ interface Tracer extends opentracing.Tracer {
181181/** @hidden */
182182interface Plugins {
183183 "aerospike" : tracer . plugins . aerospike ;
184+ "ai" : tracer . plugins . ai ;
184185 "amqp10" : tracer . plugins . amqp10 ;
185186 "amqplib" : tracer . plugins . amqplib ;
186187 "anthropic" : tracer . plugins . anthropic ;
@@ -1642,6 +1643,12 @@ declare namespace tracer {
16421643 */
16431644 interface aerospike extends Instrumentation { }
16441645
1646+ /**
1647+ * This plugin automatically instruments the
1648+ * [Vercel AI SDK](https://ai-sdk.dev/docs/introduction) module.
1649+ */
1650+ interface ai extends Instrumentation { }
1651+
16451652 /**
16461653 * This plugin automatically instruments the
16471654 * [amqp10](https://github.com/noodlefrenzy/node-amqp10) module.
You can’t perform that action at this time.
0 commit comments