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.
Sentry.flush()
1 parent cef2f39 commit 6b39ac7Copy full SHA for 6b39ac7
1 file changed
packages/opentelemetry/src/streamingSpanExporter.ts
@@ -75,6 +75,10 @@ export class StreamingSpanExporter implements ISentrySpanExporter {
75
this._debounceFlushInterval();
76
}
77
});
78
+
79
+ this._client.on('flush', () => {
80
+ this.flush();
81
+ });
82
83
84
/**
0 commit comments