-
-
Notifications
You must be signed in to change notification settings - Fork 465
feat(metrics): [Trace Metrics 2] MetricsApi stub #4981
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
base: 12-17-metrics_options
Are you sure you want to change the base?
Conversation
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
### Features
- [Trace Metrics 2] MetricsApi stub ([#4981](https://github.com/getsentry/sentry-java/pull/4981))If none of the above apply, you can opt out of this check by adding |
5bfa70b to
d2c0dbf
Compare
3513eaa to
857a7aa
Compare
Performance metrics 🚀
|
|
|
||
| @Override | ||
| public void count(@NotNull String name) { | ||
| scopes.getOptions(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess that will change anyway on on of the stacked PRs 😅
| scopes.getOptions(); | |
| // TODO implement |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes 😄

📜 Description
Add a stubbed version of Metrics API to the SDK. Will be fleshed out in follow-up PRs.
💡 Motivation and Context
💚 How did you test it?
📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps