Skip to content

Commit

Permalink
chore: add sampling context logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jczhong84 committed Jun 12, 2024
1 parent f019471 commit 62a02cb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ class DataDocQueryCellComponent extends React.PureComponent<IProps, IState> {
element: ElementType.RUN_QUERY_BUTTON,
aux: {
lintError: this.state.hasLintError,
sampleRate: this.sampleRate
},
});
return runQuery(
Expand Down

0 comments on commit 62a02cb

Please sign in to comment.