Skip to content

Commit ea8c176

Browse files
committed
Add JSDoc
1 parent 60d537f commit ea8c176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/src/integrations/tracing/firebase/otel/firebaseInstrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const DefaultFirebaseInstrumentationConfig: FirebaseInstrumentationConfig = {};
77
const firestoreSupportedVersions = ['>=3.0.0 <5']; // firebase 9+
88

99
/**
10-
*
10+
* Instrumentation for Firebase services, specifically Firestore.
1111
*/
1212
export class FirebaseInstrumentation extends InstrumentationBase<FirebaseInstrumentationConfig> {
1313
public constructor(config: FirebaseInstrumentationConfig = DefaultFirebaseInstrumentationConfig) {

0 commit comments

Comments
 (0)