There was an error while loading. Please reload this page.
1 parent 2c9587a commit 7e8a6a2Copy full SHA for 7e8a6a2
1 file changed
packages/browser/src/integrations/browserSpanStreaming.ts
@@ -13,7 +13,7 @@ interface SpanStreamingOptions {
13
flushOnSegmentEnd?: boolean;
14
}
15
16
-export const spanStreamingIntegration = (options: SpanStreamingOptions) => {
+export const spanStreamingIntegration = (options?: SpanStreamingOptions) => {
17
return spanStreamingIntegrationCore({
18
flushOnSegmentEnd: true,
19
...options,
0 commit comments