Skip to content

Commit

Permalink
Remove internal API from the docs
Browse files Browse the repository at this point in the history
They are not actually reachable by Swift users, only through
Glean.handleCustomUrl
  • Loading branch information
badboy committed May 3, 2022
1 parent 6e10c16 commit 5fcfe1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 1 addition & 8 deletions docs/user/reference/debug/debugViewTag.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,7 @@ The tag will be applied upon initialization in this case.
{{#include ../../../shared/tab_header.md}}
<div data-lang="Kotlin" class="tab"></div>
<div data-lang="Java" class="tab"></div>
<div data-lang="Swift" class="tab">

```Swift
import Glean

Glean.shared.setDebugViewTag("my-tag")
```
</div>
<div data-lang="Swift" class="tab"></div>
<div data-lang="Python" class="tab"></div>
<div data-lang="Rust" class="tab">

Expand Down
9 changes: 1 addition & 8 deletions docs/user/reference/debug/logPings.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,7 @@ The tag will be applied upon initialization in this case.
{{#include ../../../shared/tab_header.md}}
<div data-lang="Kotlin" class="tab"></div>
<div data-lang="Java" class="tab"></div>
<div data-lang="Swift" class="tab">

```Swift
import Glean

Glean.shared.setLogPings(true)
```
</div>
<div data-lang="Swift" class="tab"></div>
<div data-lang="Python" class="tab"></div>
<div data-lang="Rust" class="tab">

Expand Down

0 comments on commit 5fcfe1d

Please sign in to comment.