Skip to content

Commit

Permalink
updates userale log endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
EandrewJones committed Apr 8, 2024
1 parent 3808d74 commit 4ee3c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/views/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const boundActions = bindActionCreators({ logEvent }, store.dispatch);
userale.options({
userId: bootstrapData.user?.username,
autostart: true,
url: 'http://localhost:8085/topics/superset',
url: 'http://localhost:8085/topics/raw-logs',
logDetails: true,
});

Expand Down

0 comments on commit 4ee3c37

Please sign in to comment.