Skip to content

Commit

Permalink
fix: GROW-272 - update apiKey and integrationId
Browse files Browse the repository at this point in the history
  • Loading branch information
hba-fingerprint committed Nov 7, 2024
1 parent 2492c56 commit bc5ba38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/inkeep/useInkeepSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ type InkeepSharedSettings = {

const useInkeepSettings = (): InkeepSharedSettings => {
const baseSettings: InkeepBaseSettings = {
apiKey: '64fc830c4e4bb4b94990b4a21712e89d79a7a6770efb4043',
integrationId: 'cm2kpiuzn04o2uk7k2mwkdy3n',
apiKey: "b0537306817fb8a0daea377df2b273d1b00ac709182d1dc7",
integrationId: "cm366b5qy000412p946i586tu",
organizationId: 'org_d0VDri411QUR4Xi7',
primaryBrandColor: '#F04405',
//logEventCallback: customAnalyticsCallback,
Expand Down

0 comments on commit bc5ba38

Please sign in to comment.