Skip to content

Commit

Permalink
remaking
Browse files Browse the repository at this point in the history
  • Loading branch information
zachglee committed Aug 24, 2023
1 parent cf2a0bb commit ba97659
Show file tree
Hide file tree
Showing 6 changed files with 56,522 additions and 3 deletions.
3 changes: 2 additions & 1 deletion frontend/app/src/vendor/Segment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ export const initializeSegment = (): void => {
// Load Analytics.js with your key, which will automatically
// load the tools you've enabled for your account. Boosh!

analytics.load("iCkMy7ymtJ9qYzQRXkQpnAJEq7D4NyMU")
// analytics.load("iCkMy7ymtJ9qYzQRXkQpnAJEq7D4NyMU") // Streamlit's segment key
analytics.load("uD5kfGR6CfLJvBu1gLDm1IrPWwlc4IRu") // Our segment key
}

/* eslint-enable */
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamlit",
"version": "1.25.0.dev1",
"version": "1.25.0.dev2",
"private": true,
"workspaces": ["app", "lib"],
"scripts": {
Expand Down
Loading

0 comments on commit ba97659

Please sign in to comment.