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 60d537f commit ea8c176Copy full SHA for ea8c176
packages/node/src/integrations/tracing/firebase/otel/firebaseInstrumentation.ts
@@ -7,7 +7,7 @@ const DefaultFirebaseInstrumentationConfig: FirebaseInstrumentationConfig = {};
7
const firestoreSupportedVersions = ['>=3.0.0 <5']; // firebase 9+
8
9
/**
10
- *
+ * Instrumentation for Firebase services, specifically Firestore.
11
*/
12
export class FirebaseInstrumentation extends InstrumentationBase<FirebaseInstrumentationConfig> {
13
public constructor(config: FirebaseInstrumentationConfig = DefaultFirebaseInstrumentationConfig) {
0 commit comments