Skip to content

Commit

Permalink
extend message
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Jan 16, 2024
1 parent 272be8a commit 770d5d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/shared/common/src/internal/events/EventProcessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ export default class EventProcessor implements LDEventProcessor {
async flush(): Promise<void> {
if (this.shutdown) {
throw new LDInvalidSDKKeyError(
'Events cannot be posted because a permanent error has been encountered.',
'Events cannot be posted because a permanent error has been encountered. ' +
'This is most likely an invalid SDK key. The specific error information is provided' +
'is logged independently.',
);
}

Expand Down

0 comments on commit 770d5d8

Please sign in to comment.