Skip to content

Commit

Permalink
fix: update sample apps for context - integrations to true (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
akashrpo authored Nov 20, 2024
1 parent 28ff1aa commit 8274a2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions examples/js-cdn-typescript/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
},
{
integrations: {
All: false,
All: true,
'Google Analytics': true,
},
context: {
Expand Down Expand Up @@ -207,7 +207,7 @@
},
{
integrations: {
All: false,
All: true,
'Google Analytics': true,
},
context: {
Expand Down Expand Up @@ -250,7 +250,7 @@
},
{
integrations: {
All: false,
All: true,
'Google Analytics': true,
},
context: {
Expand Down Expand Up @@ -293,7 +293,7 @@
},
{
integrations: {
All: false,
All: true,
'Google Analytics': true,
},
context: {
Expand Down
8 changes: 4 additions & 4 deletions examples/js-npm-typescript/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function App() {
},
{
integrations: {
All: false,
All: true,
'Google Analytics': true,
},
context: {
Expand Down Expand Up @@ -70,7 +70,7 @@ function App() {
},
{
integrations: {
All: false,
All: true,
'Google Analytics': true,
},
context: {
Expand Down Expand Up @@ -113,7 +113,7 @@ function App() {
},
{
integrations: {
All: false,
All: true,
'Google Analytics': true,
},
context: {
Expand Down Expand Up @@ -156,7 +156,7 @@ function App() {
},
{
integrations: {
All: false,
All: true,
'Google Analytics': true,
},
context: {
Expand Down

0 comments on commit 8274a2d

Please sign in to comment.