Skip to content

Commit 7e8a6a2

Browse files
committed
make optional
1 parent 2c9587a commit 7e8a6a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎packages/browser/src/integrations/browserSpanStreaming.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface SpanStreamingOptions {
1313
flushOnSegmentEnd?: boolean;
1414
}
1515

16-
export const spanStreamingIntegration = (options: SpanStreamingOptions) => {
16+
export const spanStreamingIntegration = (options?: SpanStreamingOptions) => {
1717
return spanStreamingIntegrationCore({
1818
flushOnSegmentEnd: true,
1919
...options,

0 commit comments

Comments
 (0)