We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c5ac2 commit f90fc84Copy full SHA for f90fc84
packages/logfire-cf-workers/src/index.ts
@@ -45,6 +45,7 @@ function getConfig(config: LogfireCloudflareConfigOptions) {
45
}
46
47
export function instrument<T>(handler: T, config: LogfireCloudflareConfigOptions): T {
48
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-return
49
return microlabsInstrument(handler, getConfig(config))
50
51
0 commit comments