Skip to content

fix(alerts): Remove deprecated transactions dataset - #1516

Draft
mjq wants to merge 1 commit into
mainfrom
mjq/remove-alert-use-of-transactions
Draft

fix(alerts): Remove deprecated transactions dataset#1516
mjq wants to merge 1 commit into
mainfrom
mjq/remove-alert-use-of-transactions

Conversation

@mjq

@mjq mjq commented Aug 31, 2026

Copy link
Copy Markdown
Member

transactions is no longer a valid dataset for alerts (the same use cases are supported by spans). All existing alerts have been migrated off of those datasets and creating new alerts that use them has been blocked on all billing plans.

Remove all references to transactions datasets from alerts code and skills.

See BROWSE-682.

@vercel

vercel Bot commented Aug 31, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
cli Ready Ready Preview Aug 31, 2026 5:34pm

Request Review

@@ -33,12 +32,10 @@ const METRIC_DATASET_VALUES = new Set([
const METRIC_DATASET_ALIASES: Record<string, string> = {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

You should add span: "spans" at least and I may even add transaction: "spans" and transactions: "spans" for a smoother transition.

@mjq mjq Aug 31, 2026

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@BYK The super slick thing to do might be for requests for transaction(s) to route to spans with is_transaction:true in the query. Too magic or just magic enough? Would result in some new special case code of course.

@BYK BYK Aug 31, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Love it. We may print a warning/tip using the built-in system we do for gentle nudges. Like do the routing but also tell them "the right way" gently.

@linear-code

linear-code Bot commented Aug 31, 2026

Copy link
Copy Markdown

BROWSE-682

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants