Skip to content

Commit 34aeb65

Browse files
abueideclaude
andcommitted
fix: restore droppedEventCount property on SegmentDestination
Property declaration was lost during branch rebase. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0d7c1b5 commit 34aeb65

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/core/src/plugins/SegmentDestination.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ type ErrorAggregation = {
4040
export class SegmentDestination extends DestinationPlugin {
4141
type = PluginType.destination;
4242
key = SEGMENT_DESTINATION_KEY;
43+
droppedEventCount = 0;
4344
private apiHost?: string;
4445
private httpConfig?: HttpConfig;
4546
private settingsResolve: () => void;

0 commit comments

Comments
 (0)