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

Expose whether the SDK is operating in direct upload mode or UTC #15

Closed
maxgolov opened this issue Jun 18, 2019 · 3 comments
Closed

Expose whether the SDK is operating in direct upload mode or UTC #15

maxgolov opened this issue Jun 18, 2019 · 3 comments
Assignees
Labels
EDGE Partner Team - Microsoft Edge enhancement New feature or request

Comments

@maxgolov
Copy link
Contributor

SDK customer must be able to tell if SDK is indeed operating in UTC channel mode.

One possible fix here is to expose a boolean flag via LogManager::GetLogConfiguration() e.g. isUTCModeActive

@maxgolov maxgolov added the enhancement New feature or request label Jun 18, 2019
@maxgolov maxgolov added this to the Vibranium - 08.August milestone Jun 18, 2019
@maxgolov
Copy link
Contributor Author

The ask is coming from Edge team. This is also required so that we can ensure data-viewer built on top of this can accurately inform customers where to view their events. Impacts data transparency.

@maxgolov maxgolov added the EDGE Partner Team - Microsoft Edge label Jun 24, 2019
@maxgolov
Copy link
Contributor Author

@micasill - I think this one is already resolved. Could you please confirm and close?

@micasill
Copy link
Contributor

micasill commented Jul 17, 2019

Yes, lib/config/RuntimeConfig_Default.hpp contains the flags:

CFG_BOOL_UTC_ENABLED -> UTC mode is enabled
CFG_BOOL_UTC_ACTIVE -> SDK mode is running on UTC mode

Those flags can be used to check if SDK is running on direct upload mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EDGE Partner Team - Microsoft Edge enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants