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
Are you requesting automatic instrumentation for a framework or library? Please describe.
datadog_flutter_plugin
Is your feature request related to a problem? Please describe.
We utilize a class to store our loggers, and we cannot use the DdLogs type when specifying a field of the class.
DdLogs
Describe the solution you'd like
DdLogs is a publicly exposed class in an export.
Describe alternatives you've considered
Importing a /src/ file, although this is not considered effective Dart.
/src/
The text was updated successfully, but these errors were encountered:
Thanks for the feedback Tim!
This is definitely an issue, especially since DatadogSdk.createLogger returns a DdLogs object, it should likely be exposed at the top package level.
Sorry, something went wrong.
DdLogs should be exposed in the next release.
Successfully merging a pull request may close this issue.
Are you requesting automatic instrumentation for a framework or library? Please describe.
datadog_flutter_plugin
Is your feature request related to a problem? Please describe.
We utilize a class to store our loggers, and we cannot use the
DdLogs
type when specifying a field of the class.Describe the solution you'd like
DdLogs
is a publicly exposed class in an export.Describe alternatives you've considered
Importing a
/src/
file, although this is not considered effective Dart.The text was updated successfully, but these errors were encountered: