You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -180,7 +181,7 @@ val builder = TelemetryDeck.Builder()
180
181
.addProvider(provider)
181
182
```
182
183
183
-
## Default prefix
184
+
## Default Prefix
184
185
185
186
If you find yourself prepending the same prefix for to your custom signals or parameters,
186
187
you can optionally configure `TelemetryDeck` to do this for you by activating our `DefaultPrefixProvider`:
@@ -197,6 +198,19 @@ val builder = TelemetryDeck.Builder()
197
198
.addProvider(provider)
198
199
```
199
200
201
+
## Navigation Signals
202
+
203
+
You can make use of [Navigation Signals](https://telemetrydeck.com/docs/articles/navigation-signals/) to better understand how your users a moving through the app.
204
+
205
+
```kotlin
206
+
// track a navigation event e.g. when the user is moving from one screen to another:
0 commit comments