File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/datadog-instrumentations/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ addHook({
9393 constructor ( ...args ) {
9494 super ( ...args )
9595
96- // We are patching the instance instead of the prototype because when it is compiled form
96+ // We are patching the instance instead of the prototype because when it is compiled from
9797 // typescript, the models property is not available on the prototype.
9898 if ( this . models ) {
9999 if ( this . models . generateContent ) {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module.exports = {
1313 '@playwright/test' : ( ) => require ( '../playwright' ) ,
1414 '@elastic/elasticsearch' : ( ) => require ( '../elasticsearch' ) ,
1515 '@elastic/transport' : ( ) => require ( '../elasticsearch' ) ,
16- '@google/genai' : ( ) => require ( '../genai' ) ,
16+ '@google/genai' : ( ) => require ( '../google- genai' ) ,
1717 '@google-cloud/pubsub' : ( ) => require ( '../google-cloud-pubsub' ) ,
1818 '@google-cloud/vertexai' : ( ) => require ( '../google-cloud-vertexai' ) ,
1919 '@graphql-tools/executor' : ( ) => require ( '../graphql' ) ,
You can’t perform that action at this time.
0 commit comments