Skip to content

Commit a75c46c

Browse files
fix title
1 parent e2d4391 commit a75c46c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/platforms/javascript/common/session-replay/configuration.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,14 @@ replayIntegration({
163163

164164
Our SDKs allow you to send custom breadcrumbs, which will appear in the Replay Details UI alongside existing breadcrumbs. To learn how to send custom breadcrumbs, [read the docs here](/platforms/javascript/enriching-events/breadcrumbs/#customize-breadcrumbs). Note that any custom breadcrumbs you send will be reflected in both the Issue Details breadcrumbs UI and the Replay Details breadcrumbs tab.
165165

166-
All custom breadcrumbs in the Replay Details will appear grey, and can be identified by the title "Custom" and the terminal logo.
166+
All custom breadcrumbs in the Replay Details will appear grey, and can be identified by the terminal logo.
167167

168168
In Replay Details, the breadcrumb `message` will take precedence over the `data` property. If the `message` property is set, then the string will be displayed like this:
169169

170170
![Custom breadcrumb example with message](./img/message-custom-breadcrumb.png)
171171

172172
If `message` is not set, then the breadcrumb will display the `data` property by default. For example:
173173

174-
![Custom breadcrumb example with data](./img/data-custom-breadcrumb.png)
174+
![Custom breadcrumb example with data](./img/data-custom-breadcrumb.png)
175+
176+
The title of the breadcrumb will be the breadcrumb `category` that you set. If no `category` is set, then we will use the breadcrumb `message`. If that doesn't exist, we'll use the `description`. The last fallback with be a default title of "Custom".

0 commit comments

Comments
 (0)