Skip to content

feat: Add Sentry to default integration data - #6643

Merged
talissoncosta merged 2 commits into
mainfrom
fix/add-sentry-to-default-integration-data
Feb 2, 2026
Merged

feat: Add Sentry to default integration data#6643
talissoncosta merged 2 commits into
mainfrom
fix/add-sentry-to-default-integration-data

Conversation

@talissoncosta

@talissoncosta talissoncosta commented Feb 2, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds Sentry change tracking integration to the default integration_data in default-flags.ts
  • The backend was added in 2.184.0, but was missing from the frontend defaults
  • This caused self-hosted customers to not see the Sentry integration in the UI

Context

A customer on version 2.184.1 reported they couldn't see the Sentry integration. Investigation revealed the Sentry integration backend exists but was never added to the frontend's default integration list.

Test plan

  • Verify Sentry appears in the integrations list on a self-hosted instance
  • Verify the integration form shows webhook_url and secret fields
  • Verify the integration can be configured and saved

The Sentry change tracking integration backend was added in 2.184.0,
but was missing from the frontend's default integration list. This
caused self-hosted customers to not see the Sentry integration in
their UI.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@talissoncosta
talissoncosta requested a review from a team as a code owner February 2, 2026 12:57
@talissoncosta
talissoncosta requested review from Zaimwa9 and removed request for a team February 2, 2026 12:57
@vercel

vercel Bot commented Feb 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
flagsmith-frontend-preview Ready Ready Preview, Comment Feb 2, 2026 2:27pm
flagsmith-frontend-staging Ready Ready Preview, Comment Feb 2, 2026 2:27pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docs Ignored Ignored Preview Feb 2, 2026 2:27pm

Request Review

@github-actions github-actions Bot added front-end Issue related to the React Front End Dashboard feature New feature or request labels Feb 2, 2026
@github-actions

github-actions Bot commented Feb 2, 2026

Copy link
Copy Markdown
Contributor

Docker builds report

Image Build Status Security report
ghcr.io/flagsmith/flagsmith-api-test:pr-6643 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-e2e:pr-6643 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-api:pr-6643 Finished ✅ Results
ghcr.io/flagsmith/flagsmith:pr-6643 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-private-cloud:pr-6643 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-frontend:pr-6643 Finished ✅ Results

@matthewelwell matthewelwell left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Added a couple of minor suggested changes to match what we have configured for our production environment.

Comment thread frontend/common/stores/default-flags.ts Outdated
Comment thread frontend/common/stores/default-flags.ts Outdated
- Simplify description to match production config
- Change tag from 'logging' to 'Monitoring'

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@github-actions github-actions Bot added feature New feature or request and removed feature New feature or request labels Feb 2, 2026
@talissoncosta
talissoncosta marked this pull request as ready for review February 2, 2026 14:26
@github-actions github-actions Bot added feature New feature or request and removed feature New feature or request labels Feb 2, 2026
@talissoncosta
talissoncosta merged commit e64c093 into main Feb 2, 2026
40 checks passed
@talissoncosta
talissoncosta deleted the fix/add-sentry-to-default-integration-data branch February 2, 2026 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request front-end Issue related to the React Front End Dashboard

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sentry integration missing from default integration list

2 participants