Skip to content

Commit 7d9c6f4

Browse files
committed
Merge branch 'develop' into update-zendesk-full-sync-collections
2 parents 81042f9 + ff2e4e1 commit 7d9c6f4

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

CODEOWNERS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ CODEOWNERS @segmentio/segment-doc-team
2121

2222

2323
# Libraries owners
24-
/src/connections/catalog/libraries @stayseesong @markzegarelli
24+
/src/connections/catalog/libraries @stayseesong
2525

2626

2727
# Destinations owners
28-
# /src/connections/destinations @stayseesong @markzegarelli
28+
# /src/connections/destinations @stayseesong=
2929

3030
# Stratconn
3131
## Adobe
@@ -41,7 +41,7 @@ CODEOWNERS @segmentio/segment-doc-team
4141

4242

4343
# Engage
44-
/src/engage/ @markzegarelli @pwseg @rchinn-segment
44+
/src/engage/ @pwseg @rchinn-segment
4545

4646
# Unify
4747
/src/unify @rchinn-segment
@@ -50,4 +50,4 @@ CODEOWNERS @segmentio/segment-doc-team
5050
/src/protocols @forstisabella
5151

5252
# Storage owners
53-
/src/connections/storage @forstisabella
53+
/src/connections/storage @forstisabella

src/api/public-api/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@ This feature is automatically enabled for all workspaces on Team or Business tie
5555
#### What should I do when I see a CORS error?
5656
If you see a CORS error, this means you're attempting to make a request to the Public API on the front-end. The Public API is used for server-side only. To get rid of the error, move all Public API requests to a server.
5757

58+
#### What User Role / Workspace permissions are required to generate Public API tokens?
59+
Only [users that have a `Workspace Owner` role](https://segment.com/docs/segment-app/iam/roles/#global-roles) can create Public API Tokens.

src/connections/destinations/catalog/clevertap/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,10 @@ CleverTap has created a sample iOS application that integrates CleverTap using S
176176
If you chose not to bundle the CleverTap Mobile SDK, then you will have to implement your own Push Message processors (and you won't have access to CleverTap's In-App feature).
177177
178178
If you decide to implement your own Push Message processors, then you can pass push tokens to CleverTap using the server-side destination. You can do this by sending it inside context.device.token.
179+
180+
181+
## Troubleshooting
182+
183+
### Verbose Logging
184+
185+
When using Web Device-mode, you can enable verbose logging of all communication with CleverTap servers by setting the `theWZRK_D` variable in `sessionStorage`. In the developer console of your browser, enter `sessionStorage['WZRK_D'] = '';`, you'll see error messages and warnings logged. See the [CleverTap Web Quickstart Guide](https://developer.clevertap.com/docs/web-quickstart-guide#debugging){:target="_blank"} for more details.

src/connections/sources/catalog/libraries/mobile/apple/destination-plugins/firebase-swift.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ Firebase’s destination plugin code is open source and available on GitHub. You
1212
> the Firebase library itself will be installed as an additional dependency.
1313
1414
### through Xcode
15-
In the Xcode `File` menu, click `Add Packages`. You'll see a dialog where you can search for Swift packages. In the search field, enter the URL to this repository.
15+
In the Xcode `File` menu, click `Add Packages`. You'll see a dialog where you can search for Swift packages. In the search field, enter the URL to this repository:
1616

17-
https://github.com/segment-integrations/analytics-swift-firebase{:target="_blank"}
17+
```
18+
https://github.com/segment-integrations/analytics-swift-firebase
19+
```
1820

1921
You'll then have the option to pin to a version, or specific branch, as well as which project in your workspace to add it to. Once you've made your selections, click the `Add Package` button.
2022

0 commit comments

Comments
 (0)