Skip to content

Commit 3ba5e6c

Browse files
authored
Merge branch 'master' into domain-focused-insights
2 parents 2fe4853 + 1fae078 commit 3ba5e6c

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

docs/product/issues/issue-details/index.mdx

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -102,23 +102,6 @@ If you’ve enabled [Session Replay](/product/explore/session-replay/), you’ll
102102

103103
![Session Replay](./img/issue-replay.png)
104104

105-
## Feature Flags
106-
If you’ve enabled a feature flag integration you’ll have access to the feature flag table (if any are associated with the event). The table displays the list of flags and their evaluation result prior to encountering an error.
107-
108-
![Feature Flags](./img/feature-flags.png)
109-
110-
A timeline of suspect flags is also available if you're using one of our support service providers. A Sentry web hook can be registered with the following providers:
111-
112-
- LaunchDarkly
113-
114-
To enable the suspect flags timeline please visit this page. TODO!
115-
116-
![Feature Flags](./img/suspect-flags-timeline.png)
117-
118-
Suspect flags are displayed in the table with a yellow highlight.
119-
120-
![Feature Flags](./img/suspect-flags-table.png)
121-
122105
## Breadcrumbs
123106

124107
![Breadcrumbs](./img/issue-breadcrumbs.png)

redirects.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,11 @@ const userDocsRedirects = [
855855
destination: '/product/insights/ai/llm-monitoring/getting-started/the-dashboard/',
856856
},
857857
// End of Insights reduirects.
858+
{
859+
source:
860+
'/platforms/react-native/data-management/debug-files/source-context/data-management/debug-files/upload/',
861+
destination: '/platforms/react-native/data-management/debug-files/upload/',
862+
},
858863
];
859864

860865
/**

0 commit comments

Comments
 (0)