Skip to content

Conversation

mangalaman93
Copy link
Member

Affected versions: v24.1.1
we require a default for each flag and we removed the default value for sentry flag from the code.

@Copilot Copilot AI review requested due to automatic review settings March 31, 2025 02:42
@mangalaman93 mangalaman93 requested a review from a team as a code owner March 31, 2025 02:42
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR reintroduces the default for the sentry flag that was accidentally removed, ensuring that all flags have default values as required for version v24.1.1.

  • The default for the sentry flag is reintroduced in TelemetryDefaults.
  • The TelemetryDefaults constant now includes an explicit sentry=false default.
Comments suppressed due to low confidence (1)

x/flags.go:16

  • [nitpick] For consistency with the TraceDefaults formatting, consider adding a space between flag entries (e.g., 'reports=true; sentry=false;').
TelemetryDefaults = `reports=true;sentry=false;`

@github-actions github-actions bot added area/core internal mechanisms go Pull requests that update Go code labels Mar 31, 2025
Affected versions: v24.1.1
we require a default for each flag and we removed the default
value for sentry flag from the code.
Copy link

trunk-io bot commented Mar 31, 2025

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@mangalaman93 mangalaman93 enabled auto-merge (squash) March 31, 2025 16:51
@mangalaman93 mangalaman93 merged commit 1ce3a24 into main Mar 31, 2025
14 checks passed
@mangalaman93 mangalaman93 deleted the aman/sentry branch March 31, 2025 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core internal mechanisms go Pull requests that update Go code
Development

Successfully merging this pull request may close these issues.

2 participants