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 faa4996 commit 5e12228Copy full SHA for 5e12228
packages/traceloop-sdk/src/lib/configuration/index.ts
@@ -24,7 +24,7 @@ let _client: TraceloopClient | undefined;
24
* });
25
* ```
26
*/
27
-export const initialize = (options: InitializeOptions) => {
+export const initialize = (options: InitializeOptions = {}) => {
28
if (_configuration) {
29
return;
30
}
0 commit comments