Providers must explicitly authorize event sharing when testing apps that include mandatory event definitions (Pending)

Attention

This behavior change is in the 2025_01 bundle.

For the current status of the bundle, refer to Bundle History.

To test an app locally, providers can create an app in development mode in their account before publishing to consumers. This includes apps that have logging and event tracing enabled.

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 = TRUE clause is not required as part of the CREATE APPLICATION command.

After the change:

Providers must specify the AUTHORIZE_TELEMETRY_EVENT_SHARING = TRUE clause 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.yml file.

Ref: 1851