-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add feature matrix to .NET packages (except Unity and Xamarin) #143
base: master
Are you sure you want to change the base?
Conversation
], | ||
"features": { | ||
"crons": { | ||
"availability": "GA", |
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.
doesnt support upsert yet, do we call it ga? cc @bitsandfoxes
"availability": "GA", | ||
"available-with-version": "1.0.0" | ||
}, | ||
"performance": { |
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.
with the many features and evolutions (span only, vitals, etc) do we need to be more granular? they key performance could be misleading?
how about tracing, transactions?
"availability": "GA", | ||
"available-with-version": "3.0.0" | ||
}, | ||
"profiling": { |
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.
when we add continuous profiling, we add a new keys peofiling_continuous? same problem as performance with key being very generic
"availability": "GA", | ||
"available-with-version": "3.31.0" | ||
}, | ||
"session-replay": { |
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.
here we mark as "yes" with the loader. since it's a web backend project that can render web pages.
"available-with-version": "3.0.0" | ||
}, | ||
"profiling": { | ||
"availability": "GA", |
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.
oh profiling isn't GA. even though we messed up the package version and removed the -beta
"main_docs_url": "https://docs.sentry.io/platforms/dotnet/entityframework", | ||
"categories": [ | ||
"desktop", | ||
"server" |
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.
should work on mobile too I believe but this is an integration not a framework. do we also add that info to it?
"main_docs_url": "https://docs.sentry.io/platforms/dotnet/microsoft-extensions-logging", | ||
"categories": [ | ||
"desktop", | ||
"server" |
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.
also mobile, and web front end (blazor, uno, avalonia with wasm)
No description provided.