-
Notifications
You must be signed in to change notification settings - Fork 42
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
Service name not respected #159
Comments
I'll work on verifying the same behavior occurs on iOS. |
Hi @btrautmann, Thanks for reporting this! It looks like when I performed a refactor to support Web, I accidentally stopped sending the serviceName down to native mobile. I'm verifying it is indeed broken on both platforms, but from looking at the refactor it appears it will be. Is this blocking any work on your side or will it prevent integration? |
Thankfully it's not a blocker, since we're currently using the existing community supported plugin, but this blocks us from migrating to the first party supported plugin, since we want to keep the |
This is now fixed and deployed in 1.0.0-beta.3 |
I verified this is working in |
Thanks for taking the time for reporting an issue!
Describe what happened
We're noticing that the service name passed to the
DdSdkConfiguration
constructor is not respected, and the resulting service name ends up being the application's package name.Steps to reproduce the issue:
Build an app using the plugin on Android and pass
serviceName
asfoo
to the aforementioned constructor, and initialize the SDK. When querying in Datadog, this service name does not show up but the application id (e.gcom.application
) does.Describe what you expected:
The
serviceName
passed to the constructor should be respected/persisted on the underlying native SDK.Additional context
Flutter (Channel stable, 2.10.4, on macOS 12.4 21F79 darwin-arm, locale en-US)
,Dart version 2.16.2
1.0.0-beta.2
The text was updated successfully, but these errors were encountered: