Skip to content

Conversation

@nevikashah
Copy link
Contributor

Summary

changelog for integrations removal

Documentation checklist

  • The documentation style guide has been adhered to.
  • If a larger change - such as adding a new page- an issue has been opened in relation to any incorrect or out of date information that this PR fixes.
  • Files which have changed name or location have been allocated redirects.

Copy link
Contributor

@windsurf-bot windsurf-bot bot left a comment

Choose a reason for hiding this comment

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

💡 To request another review, post a new comment with "/windsurf-review".


If you'd like to modify your existing integration, you can update the secrets, environment variables, or Tail Workers that were created from the original integration setup. Use the following approaches:

- **Update secrets**: Use `npx wrangler secret put <SECRET_NAME>` to update credential values
Copy link
Contributor

Choose a reason for hiding this comment

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

The <SECRET_NAME> placeholder uses HTML entity encoding (\u003c and \u003e) which might not render correctly in documentation. Consider using actual angle brackets within backticks instead:

Suggested change
- **Update secrets**: Use `npx wrangler secret put <SECRET_NAME>` to update credential values
- **Update secrets**: Use `npx wrangler secret put <SECRET_NAME>` to update credential values

@github-actions
Copy link
Contributor

github-actions bot commented Jun 9, 2025

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/changelog/ @cloudflare/pm-changelogs, @cloudflare/pcx-cloudflare-one
/src/content/docs/workers/observability/ @irvinebroque, @mikenomitch, @rohinlohe, @kodster28, @cloudflare/pcx-technical-writing

@@ -0,0 +1,45 @@
---
title: Workers integrations tab removed from dashboard
description: As we evolve our integrations marketplace strategy, the Workers integrations tab has been removed from the Workers dashboard. Existing integrations continue to work, and new connections should be configured using Wrangler secrets.
Copy link
Contributor

Choose a reason for hiding this comment

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

external changelog shouldn't reference "our strategy" - it's about customer not about us

date: 2025-06-09T19:00:00Z
---

We are evolving our integrations marketplace strategy to better serve developers' needs. As part of this change, we have removed the database integrations tab from the Workers dashboard in favor of a more straightforward approach using [Wrangler secrets](/workers/wrangler/commands/#secret).
Copy link
Contributor

Choose a reason for hiding this comment

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

Recommend something like:

Suggested change
We are evolving our integrations marketplace strategy to better serve developers' needs. As part of this change, we have removed the database integrations tab from the Workers dashboard in favor of a more straightforward approach using [Wrangler secrets](/workers/wrangler/commands/#secret).
We are changing how developers connect Workers to external services like databases. The **Integrations** tab in the dashboard has been removed in favor of a more direct, command-line-based approach using [Wrangler secrets](/workers/wrangler/commands/#secret).

@korinne
Copy link
Contributor

korinne commented Jun 10, 2025

Looks good! added one suggestion.

@github-actions github-actions bot added the product:workers Related to Workers product label Jun 11, 2025
@hyperlint-ai
Copy link
Contributor

hyperlint-ai bot commented Jun 11, 2025

Howdy and thanks for contributing to our repo. The Cloudflare team reviews new, external PRs within two (2) weeks. If it's been two weeks or longer without any movement, please tag the PR Assignees in a comment.

We review internal PRs within 1 week. If it's something urgent or has been sitting without a comment, start a thread in the Developer Docs space internally.


PR Change Summary

Updated documentation to reflect the removal of third-party integrations.

  • Renamed files related to third-party integrations to indicate their removal.
  • Ensured adherence to the documentation style guide.
  • Allocated redirects for renamed files.

Renamed Files

  • src/content/docs/workers/observability/third-party-integrations/index.mdx
  • src/content/docs/workers/observability/third-party-integrations/sentry.mdx

How can I customize these reviews?

Check out the Hyperlint AI Reviewer docs for more information on how to customize the review.

If you just want to ignore it on this PR, you can add the hyperlint-ignore label to the PR. Future changes won't trigger a Hyperlint review.

Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add hyperlint-ignore to the PR to ignore the link check for this PR.

@nevikashah nevikashah force-pushed the nevi/integrations-changelog branch from 6221003 to 8d3eea2 Compare June 11, 2025 17:48
@github-actions github-actions bot added size/m and removed size/s labels Jun 11, 2025
@github-actions github-actions bot added size/s and removed size/m labels Jun 11, 2025
Copy link
Contributor

@korinne korinne left a comment

Choose a reason for hiding this comment

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

Looks great!

@nevikashah nevikashah merged commit 760f0dc into production Jun 11, 2025
11 checks passed
@nevikashah nevikashah deleted the nevi/integrations-changelog branch June 11, 2025 18:31
sdnts pushed a commit to sdnts/cloudflare-docs that referenced this pull request Jul 24, 2025
* integrations removal changelog

* integrations removal changelog update

* integrations background copy

* rebase fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:workers Related to Workers product size/s

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants