Skip to content

Commit 4edddd0

Browse files
fix: add truncate tag to vercel blog (#1107)
## This PR - add missing `truncate` tag on vercel blog --------- Signed-off-by: Jonathan Norris <[email protected]>
1 parent cf35ed6 commit 4edddd0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

blog/2025-03-20-vercel-flags-sdk.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ draft: false
99
---
1010

1111
We are happy to share the news that Vercel's new open-source [Flags SDK](https://flags-sdk.dev/) for Next.js and SvelteKit has shipped with a native [OpenFeature Adapter](https://flags-sdk.dev/docs/api-reference/adapters/openfeature).
12+
<!--truncate-->
1213
The Flags SDK is an exciting development for standardizing feature flagging in Next.js and SvelteKit, as it takes an [opinionated approach](https://vercel.com/blog/flags-as-code-in-next-js) to how feature flags should be used:
1314
- Feature Flags are just functions
1415
- Feature Flags are only evaluated on the server-side, no client-side flag evaluation is supported to improve performance, avoid layout shifts, and other non-optimal user experiences.

blog/2025-03-25-sentry-openfeature-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ draft: false
99
---
1010

1111
We're excited to announce that Sentry has released OpenFeature Hooks for [JavaScript](https://docs.sentry.io/platforms/javascript/configuration/integrations/openfeature/) and [Python](https://docs.sentry.io/platforms/python/integrations/openfeature/), enabling developers to track feature flag evaluations directly in their error monitoring and performance tracking.
12-
12+
<!--truncate-->
1313
## What is the Sentry OpenFeature Integration?
1414

1515
The Sentry OpenFeature Hook allows Sentry to track feature flag evaluations within your application.

0 commit comments

Comments
 (0)