-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow using target app ID directly for GCIR (#223)
Atlassian insists that they need a way to pass the target app directly to GCIR. I don't like supporting this as an official use case of the SDK. So just enable this under the hood >Ask Support client initialize response creation by target app parameter (by ID good if ID can be looked up by name) instead of client key. Currently the target app is looked up by the supplied client key parameter and used to filter the gates, dynamic configs, and layers. We would like to supply the target app directly. This will ideally reduce the number of client keys required in some cases (i.e. use of kill-switches and configuration where we don’t want to log events in the client) and ease integration with our new Statsig sidecar. Impact Streamlining SSR use cases and Feature Flag Service providing dynamic configuration Fewer client keys required (potentially)
- Loading branch information
1 parent
2c24056
commit f89dc82
Showing
4 changed files
with
20 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters