diff --git a/src/content/docs/apm/transactions/transaction-traces/transaction-traces-trace-details-page.mdx b/src/content/docs/apm/transactions/transaction-traces/transaction-traces-trace-details-page.mdx index 2940fb5301b..591e7910fdb 100644 --- a/src/content/docs/apm/transactions/transaction-traces/transaction-traces-trace-details-page.mdx +++ b/src/content/docs/apm/transactions/transaction-traces/transaction-traces-trace-details-page.mdx @@ -412,4 +412,7 @@ When you select a segment, a pane opens up with three separate segment detail pa * **Foundational information**: View critical details like the segment's full name, data source, and relevant metadata. You can learn more in our [distributed tracing docs](/docs/distributed-tracing/ui-data/understand-use-distributed-tracing-ui/#prettified-span-names). * **Tailored insights**: Discover segment-specific information crucial for troubleshooting, such as the database query for datastore segments. -Segments display date based on its segment type. For example, a datastore segment's details will include the database query. \ No newline at end of file +4. Logs tab: + * **Examine logs**: With [logs in context](/docs/logs/logs-context/configure-logs-context-apm-agents/), you can see log messages related to your transaction trace directly in your app's UI. + +Segments display date based on the segment type. For example, a datastore segment's details will include the database query.