0.8 has allowed modules to place arbitrary data in a flags object on the manifest. We should move the allowBugReporter opt-in into this.
We can support this with a deprecation path by checking for both places. Since the rest of Manifest+ is not available for consumption inside the app, we might want to get the full manifest file for ourselves anyway.
0.8 has allowed modules to place arbitrary data in a
flags
object on the manifest. We should move theallowBugReporter
opt-in into this.We can support this with a deprecation path by checking for both places. Since the rest of Manifest+ is not available for consumption inside the app, we might want to get the full manifest file for ourselves anyway.