You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/server.ts:68:5 - error TS2322: Type 'PgInstrumentation' is not assignable to type 'InstrumentationOption'.
Type 'PgInstrumentation' is missing the following properties from type 'Instrumentation': setConfig, getConfig
68 new PgInstrumentation(),
~~~~~~~~~~~~~~~~~~~~~~~
src/server.ts:70:5 - error TS2322: Type 'ExpressInstrumentation' is not assignable to type 'InstrumentationOption'.
Type 'ExpressInstrumentation' is missing the following properties from type 'Instrumentation': setConfig, getConfig
70 new ExpressInstrumentation(),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: