Skip to content

Commit 3a50860

Browse files
docs: move observability section on integrations page up (#953)
* docs: move observability section on integrations page up * Update docs/integrations/index.mdx Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent c8e0311 commit 3a50860

File tree

1 file changed

+31
-48
lines changed

1 file changed

+31
-48
lines changed

docs/integrations/index.mdx

Lines changed: 31 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,37 @@ DevCycle APIs, as well as third party integrations to connect DevCycle to the to
3434
</div>
3535
</details>
3636

37+
## Observability
38+
39+
<CustomDocCardList
40+
items={[
41+
{
42+
type: 'link',
43+
href: '/integrations/snowflake',
44+
label: 'Snowflake Data Sharing',
45+
description: "Access your Organization's Event data on Snowflake",
46+
icon: 'simple-icons:snowflake',
47+
},
48+
{
49+
type: 'link',
50+
href: '/integrations/google-analytics-4',
51+
label: 'Google Analytics',
52+
description:
53+
'Send DevCycle Feature/Variation data from Tag Manager to Google Analytics 4 for A/B test analysis',
54+
icon: 'simple-icons:googleanalytics',
55+
},
56+
{
57+
type: 'link',
58+
href: '/integrations/rollbar',
59+
label: 'Rollbar',
60+
description:
61+
'Enhance error logging with DevCycle Feature and Variable data',
62+
icon: '',
63+
customIconPath: '/integrations/rollbar/rollbar-icon.svg'
64+
}
65+
]}
66+
/>
67+
3768
## IDE Plugins
3869

3970
<CustomDocCardList
@@ -167,51 +198,3 @@ DevCycle APIs, as well as third party integrations to connect DevCycle to the to
167198
},
168199
]}
169200
/>
170-
171-
## Observability
172-
173-
<CustomDocCardList
174-
items={[
175-
{
176-
type: 'link',
177-
href: '/integrations/dynatrace',
178-
label: 'Dynatrace',
179-
description:
180-
'Monitor and analyze your feature flags with Dynatrace observability platform.',
181-
icon: '',
182-
customIconPath: '/integrations/dynatrace/dynatrace-icon.svg',
183-
},
184-
{
185-
type: 'link',
186-
href: '/integrations/opentelemetry',
187-
label: 'OpenTelemetry',
188-
description: 'Monitor and analyze your feature flags with OpenTelemetry.',
189-
icon: '',
190-
customIconPath: '/integrations/opentelemetry/otel-icon.svg',
191-
},
192-
{
193-
type: 'link',
194-
href: '/integrations/snowflake',
195-
label: 'Snowflake Data Sharing',
196-
description: "Access your Organziation's Event data on Snowflake",
197-
icon: 'simple-icons:snowflake',
198-
},
199-
{
200-
type: 'link',
201-
href: '/integrations/google-analytics-4',
202-
label: 'Google Analytics',
203-
description:
204-
'Send DevCycle Feature/Variation data from Tag Manager to Google Analytics 4 for A/B test analysis',
205-
icon: 'simple-icons:googleanalytics',
206-
},
207-
{
208-
type: 'link',
209-
href: '/integrations/rollbar',
210-
label: 'Rollbar',
211-
description:
212-
'Enhance error logging with DevCycle Feature and Variable data',
213-
icon: '',
214-
customIconPath: '/integrations/rollbar/rollbar-icon.svg',
215-
},
216-
]}
217-
/>

0 commit comments

Comments
 (0)