Skip to content

Commit

Permalink
Braze regions (#2646)
Browse files Browse the repository at this point in the history
* Update index.ts

* Update index.ts
  • Loading branch information
davidbielik authored Jan 9, 2025
1 parent b0d012e commit 6fb0d71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const destination: BrowserDestinationDefinition<Settings, BrazeDestinatio
{ label: 'US-09 (https://dashboard-09.braze.com)', value: 'sdk.iad-09.braze.com' },
{ label: 'EU-01 (https://dashboard-01.braze.eu)', value: 'sdk.fra-01.braze.eu' },
{ label: 'EU-02 (https://dashboard-02.braze.eu)', value: 'sdk.fra-02.braze.eu' },
{ label: 'ID-01 (https://dashboard-01.braze.id)', value: 'sdk.apse-01.braze.id' }
{ label: 'AU-01 (https://dashboard.au-01.braze.com)', value: 'sdk.au-01.braze.com' }
],
default: 'sdk.iad-01.braze.com',
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const destination: DestinationDefinition<Settings> = {
{ label: 'US-09 (https://dashboard-09.braze.com)', value: 'https://rest.iad-09.braze.com' },
{ label: 'EU-01 (https://dashboard-01.braze.eu)', value: 'https://rest.fra-01.braze.eu' },
{ label: 'EU-02 (https://dashboard-02.braze.eu)', value: 'https://rest.fra-02.braze.eu' },
{ label: 'ID-01 (https://dashboard-01.braze.id)', value: 'https://rest.apse-01.braze.id' }
{ label: 'AU-01 (https://dashboard.au-01.braze.com)', value: 'https://rest.au-01.braze.com' }
],
default: 'https://rest.iad-01.braze.com',
required: true
Expand Down

0 comments on commit 6fb0d71

Please sign in to comment.