Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,23 @@ DevCycle APIs, as well as third party integrations to connect DevCycle to the to

<CustomDocCardList
items={[
{
type: 'link',
href: '/integrations/dynatrace',
label: 'Dynatrace',
description:
'Monitor and analyze your feature flags with Dynatrace observability platform.',
Copy link

Copilot AI Jan 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description is missing the article "the" before "Dynatrace observability platform". It should read "Monitor and analyze your feature flags with the Dynatrace observability platform."

Suggested change
'Monitor and analyze your feature flags with Dynatrace observability platform.',
'Monitor and analyze your feature flags with the Dynatrace observability platform.',

Copilot uses AI. Check for mistakes.
icon: '',
customIconPath: '/integrations/dynatrace/dynatrace-icon.svg',
},
{
type: 'link',
href: '/integrations/opentelemetry',
label: 'OpenTelemetry',
description: 'Monitor and analyze your feature flags with OpenTelemetry.',
icon: '',
customIconPath: '/integrations/opentelemetry/otel-icon.svg',
},
{
type: 'link',
href: '/integrations/snowflake',
Expand Down