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 c92eaab commit 2b3b28cCopy full SHA for 2b3b28c
packages/node/src/integrations/tracing/firebase/otel/patches/firestore.ts
@@ -50,8 +50,8 @@ export function patchFirestore(
50
unwrap: typeof shimmerUnwrap,
51
config: FirebaseInstrumentationConfig,
52
): InstrumentationNodeModuleDefinition {
53
- // eslint-disable-next-line @typescript-eslint/no-empty-function
54
// Setting an empty function as a default
+ // eslint-disable-next-line @typescript-eslint/no-empty-function
55
let firestoreSpanCreationHook: FirestoreSpanCreationHook = () => {};
56
const configFirestoreSpanCreationHook = config.firestoreSpanCreationHook;
57
0 commit comments