Skip to content

Commit

Permalink
feat: upgrade decentraland-gatsby (wc2 + database metrics) (#1034)
Browse files Browse the repository at this point in the history
* chore: update decentraland-gatsby

* chore: read dapps ff

* fix: track database metrics

* fix: add verify.walletconnect.com to csp
  • Loading branch information
2fd committed Jun 22, 2023
1 parent 03ad98b commit bdd57db
Show file tree
Hide file tree
Showing 4 changed files with 4,519 additions and 1,165 deletions.
2 changes: 1 addition & 1 deletion gatsby-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const queryClient = new QueryClient()
export const wrapRootElement = ({ element }) => {
return (
<AuthProvider>
<FeatureFlagProvider endpoint="https://feature-flags.decentraland.org/dao.json">{element}</FeatureFlagProvider>
<FeatureFlagProvider applicationName={["dao", "dapps"]}>{element}</FeatureFlagProvider>
{SEGMENT_KEY && <Segment key="segment" segmentKey={SEGMENT_KEY} />}
</AuthProvider>
)
Expand Down
Loading

0 comments on commit bdd57db

Please sign in to comment.