-
-
Notifications
You must be signed in to change notification settings - Fork 220
Reduce dependencies #498
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
Comments
@bruno-garcia seems like only the last point is left on the ticket. |
Good point. Maybe just leave a draft ready to be merged there? On the docs |
Or we could merge now the following:
Then we can merge it already and at the end just kind of move the text above and delete the note about being preview? |
Draft PR sounds better I think. |
Created it here: getsentry/sentry-docs#2383 |
This will likely become multiple issues but for now to communicate the long term goal:
Vision: Have 0 dependencies.
This will improve the experience using Sentry with game engines, mobile. Avoid binding redirect issues with .NET Framework, and generally improve things.
- [ ] Attempt to use System.Json (since it's not a dependency on netcore3.0+) See: getsentry/sentry-dotnet-protocol#42 dotnet/runtime#29975 (maybe .NET 5 introduces a easy way into it) (Seems we'll be blocked by the lack ofJsonExtensionData
)Sentry.AspNet
which will bring this dependency.The text was updated successfully, but these errors were encountered: