chore(metrics): Remove send-metric command#3006
Merged
szokeasaurusrex merged 1 commit intomasterfrom Dec 15, 2025
Merged
Conversation
This was referenced Dec 3, 2025
send-metric command
Member
Author
szokeasaurusrex
added a commit
that referenced
this pull request
Dec 3, 2025
### Description Removed all `sentry-cli send-metric` subcommands. This is basically the resurrection of #2710 🧟 (🥔 @vgrozdanic). ### Issues - Resolves #2713 - Resolves [CLI-157](https://linear.app/getsentry/issue/CLI-157/remove-send-metric-commands) __ Co-authored-by: Daniel Szoke <daniel.szoke@sentry.io>
91ae133 to
53a9e06
Compare
szokeasaurusrex
added a commit
that referenced
this pull request
Dec 3, 2025
### Description Removed all `sentry-cli send-metric` subcommands. This is basically the resurrection of #2710 🧟 (🥔 @vgrozdanic). ### Issues - Resolves #2713 - Resolves [CLI-157](https://linear.app/getsentry/issue/CLI-157/remove-send-metric-commands) __ Co-authored-by: Daniel Szoke <daniel.szoke@sentry.io>
loewenheim
approved these changes
Dec 4, 2025
This was referenced Dec 4, 2025
f1aed1b to
4e0462c
Compare
0a64169 to
057e955
Compare
szokeasaurusrex
added a commit
that referenced
this pull request
Dec 11, 2025
### Description Removed all `sentry-cli send-metric` subcommands. This is basically the resurrection of #2710 🧟 (🥔 @vgrozdanic). ### Issues - Resolves #2713 - Resolves [CLI-157](https://linear.app/getsentry/issue/CLI-157/remove-send-metric-commands) __ Co-authored-by: Daniel Szoke <daniel.szoke@sentry.io>
4e0462c to
b59da92
Compare
057e955 to
1ef1ff2
Compare
1ef1ff2 to
a500edf
Compare
b59da92 to
58cd1d1
Compare
CHANGELOG.md
Outdated
|
|
||
| - Removed all `sentry-cli files ...` and `sentry-cli releases files ...` subcommands ([#2956](https://github.com/getsentry/sentry-cli/pull/2956)). These commands provided functionality for managing release files, a feature that has been deprecated in Sentry. Users still using `sentry-cli files upload` to upload source maps should migrate to `sentry-cli sourcemaps upload`. | ||
| - Removed the `sentry-cli sourcemaps explain` command ([#2947](https://github.com/getsentry/sentry-cli/pull/2947)). The command had been deprecated for some time, since Sentry now has a better in-product debugging flow for source map problems via the "Unminify Code" button, which is displayed on any JavaScript issues which could not be unminified. | ||
| - Removed the `sentry-cli send-metric ...` subcommands ([#TODO](XXXX)). These commands have been deprecated, and the data they send is no longer accepted by Sentry. |
There was a problem hiding this comment.
Bug: Placeholder text in CHANGELOG PR link
The CHANGELOG entry for the send-metric removal contains placeholder text ([#TODO](XXXX)) instead of the actual PR number and link. This appears to be temporary text that was meant to be filled in before merging. Other changelog entries in this same section have proper PR references.
szokeasaurusrex
added a commit
that referenced
this pull request
Dec 11, 2025
### Description Removed all `sentry-cli send-metric` subcommands. This is basically the resurrection of #2710 🧟 (🥔 @vgrozdanic). ### Issues - Resolves #2713 - Resolves [CLI-157](https://linear.app/getsentry/issue/CLI-157/remove-send-metric-commands) __ Co-authored-by: Daniel Szoke <daniel.szoke@sentry.io>
a500edf to
165ac95
Compare
58cd1d1 to
f72d9f7
Compare
165ac95 to
aaea8f1
Compare
### Description Removed all `sentry-cli send-metric` subcommands. This is basically the resurrection of #2710 🧟 (🥔 @vgrozdanic). ### Issues - Resolves #2713 - Resolves [CLI-157](https://linear.app/getsentry/issue/CLI-157/remove-send-metric-commands) __ Co-authored-by: Daniel Szoke <daniel.szoke@sentry.io>
aaea8f1 to
fd2e2ce
Compare
f72d9f7 to
62d88a7
Compare
Base automatically changed from
cursor/remove-react-native-appcenter-subcommand-claude-4.5-sonnet-thinking-466a
to
master
December 15, 2025 11:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Removed all
sentry-cli send-metricsubcommands.This is basically the resurrection of #2710 🪦🧟 (🥔 @vgrozdanic).
Issues
send-metriccommands #2713__
Co-authored-by: Daniel Szoke daniel.szoke@sentry.io