提供商在测试包含强制事件定义的应用程序时,必须明确授权事件共享
Attention
This behavior change is in the 2025_01 bundle.
For the current status of the bundle, refer to Bundle History.
要在本地测试应用程序,提供商可以在向使用者发布应用程序之前,在其账户中以开发模式创建应用程序。这包括启用了日志记录和事件跟踪的应用程序。
When this behavior change bundle is enabled, providers must specify the AUTHORIZE_TELEMETRY_EVENT_SHARING = TRUE
clause when using the CREATE APPLICATION command to create an app in the same account that
has mandatory event definitions defined in the manifest file.
- Before the change:
The
AUTHORIZE_TELEMETRY_EVENT_SHARING = TRUEclause is not required as part of the CREATE APPLICATION command.- After the change:
Providers must specify the
AUTHORIZE_TELEMETRY_EVENT_SHARING = TRUEclause when using the CREATE APPLICATION command to create an app for testing.Note
This clause is required only if the provider specifies mandatory event definitions in the
manifest.ymlfile.
参考:1851