Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

stephanie-anderson
Copy link
Contributor

No description provided.

],
"features": {
"crons": {
"availability": "GA",
Copy link
Member

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": {
Copy link
Member

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": {
Copy link
Member

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": {
Copy link
Member

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",
Copy link
Member

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"
Copy link
Member

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"
Copy link
Member

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants