ref(metrics): remove features and code related to the old metrics beta#740
ref(metrics): remove features and code related to the old metrics beta#740
Conversation
keep in mind we still need a semver-major (aka minor version as we are [perpetually] 0.X)
I’m surprised it does. Do you know what for exactly? Probably the more interesting thing to test would be |
Sure. I then changed my mind and I was thinking to deprecate the feature first and that's why I turned this PR into a draft.
It's only used here: https://github.com/getsentry/relay/blob/3dfdba91c534877f4623a76e6dcd187a4caf2c00/relay-common/src/lib.rs#L14
Good catch. With this information, I would just add deprecation warnings to the SDK, then wait for the next |
TBH, I consider these usages within |
|
|
Removes features and code related to the old metrics beta.
Since metrics have been deprecated from the product a few months ago, we can remove the features and code directly instead of deprecating them first.
I have checked and Relay (which uses the
sentry-typescrate) compiles fine with these changes.Closes #736
Update: we will just deprecate for now and then wait for sentry-cli to release a major so we can remove all the APIs