Skip to content

Commit

Permalink
Catalog: Enable MixPanel tracking in Embed mode (#4237)
Browse files Browse the repository at this point in the history
  • Loading branch information
nl0 authored Nov 22, 2024
1 parent 8fb0885 commit 9ec816a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ where verb is one of

## Changes

- [Added] Enable MixPanel tracking in Embed mode ([#4237](https://github.com/quiltdata/quilt/pull/4237))
- [Fixed] Fix embed files listing ([#4236](https://github.com/quiltdata/quilt/pull/4236))
- [Changed] Qurator: switch to Claude 3.5 Sonnet **v2** ([#4234](https://github.com/quiltdata/quilt/pull/4234))
- [Changed] Add `catalog` fragment to Quilt+ URIs (and to documentation) ([#4213](https://github.com/quiltdata/quilt/pull/4213))
Expand Down
2 changes: 2 additions & 0 deletions catalog/app/embed/Embed.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ import defer from 'utils/defer'
import { ErrorDisplay } from 'utils/error'
import * as RT from 'utils/reactTools'
import * as s3paths from 'utils/s3paths'
import * as Tracking from 'utils/tracking'
import useConstant from 'utils/useConstant'
import useMemoEq from 'utils/useMemoEq'
import usePrevious from 'utils/usePrevious'
Expand Down Expand Up @@ -356,6 +357,7 @@ function App({ init }) {
Notifications.Provider,
[APIConnector.Provider, { fetch, middleware: [Auth.apiMiddleware] }],
[Auth.Provider, { storage }],
[Tracking.Provider, { userSelector: Auth.selectors.username }],
AWS.Credentials.Provider,
AWS.Config.Provider,
AWS.S3.Provider,
Expand Down

0 comments on commit 9ec816a

Please sign in to comment.