-
-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ref(metrics): remove features and code related to the old metrics beta #740
base: master
Are you sure you want to change the base?
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-types
crate) 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