Skip to content

Commit e01b522

Browse files
feat: add Sentry python hook to ecosystem page (#1050)
- follow up from this PR which adds the JS Sentry hook: #1043 - Sentry also has a Python hook available, documented here: https://docs.sentry.io/platforms/python/configuration/integrations/openfeature/ - relates to getsentry/team-replay#560 - original thread: getsentry/sentry#73542 (reply in thread) <img width="731" alt="SCR-20250317-lvns" src="https://github.com/user-attachments/assets/366dfaec-2e31-41fd-a715-95e41e7ddfc2" /> Signed-off-by: Michelle Zhang <[email protected]>
1 parent eca1ddd commit e01b522

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/datasets/hooks/sentry.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,11 @@ export const Sentry: Hook = {
1212
href: 'https://docs.sentry.io/platforms/javascript/configuration/integrations/openfeature/',
1313
category: ['Client'],
1414
},
15+
{
16+
technology: 'Python',
17+
vendorOfficial: true,
18+
href: 'https://docs.sentry.io/platforms/python/configuration/integrations/openfeature/',
19+
category: ['Client'],
20+
},
1521
],
1622
};

0 commit comments

Comments
 (0)