Skip to content

Commit

Permalink
Exclude error from successful analytics payloads
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Oct 25, 2022
1 parent ee8d4c5 commit 181389f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const OS = () => {

const jitsuEventPayload = async ({
action = '',
error = '',
error,
extra = {},
cml
} = {}) => {
Expand Down

2 comments on commit 181389f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.