We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order to better support all the different platforms we need something like the Enricher from the dotnet guys: https://github.com/getsentry/sentry-dotnet/blob/674627baf25e24eb2634443960adece3c25aab96/src/Sentry/Internal/Enricher.cs
Enricher
It's also needed in order to not go through message channels after #344 is implemented and for platforms which have no native integration.
This way we can get all the environment, OS and device information.
There are a couple ways to get some of the information:
The text was updated successfully, but these errors were encountered:
it's sort of a dup of #262 that issue is Web-specific, but the concept is pretty much the same
Sorry, something went wrong.
Oh yeah, I'll close this in favor of the other one.
No branches or pull requests
In order to better support all the different platforms we need something like the
Enricher
from the dotnet guys:https://github.com/getsentry/sentry-dotnet/blob/674627baf25e24eb2634443960adece3c25aab96/src/Sentry/Internal/Enricher.cs
It's also needed in order to not go through message channels after #344 is implemented and for platforms which have no native integration.
This way we can get all the environment, OS and device information.
There are a couple ways to get some of the information:
The text was updated successfully, but these errors were encountered: