You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/LaunchDarkly/LDClient.php
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,8 @@ class LDClient
78
78
* with this configuration active will have attributes with these names removed. You can also set private attributes on a
79
79
* - `application_info`: An optional {@see \LaunchDarkly\Types\ApplicationInfo} instance.
80
80
* per-user basis in the LDContext builder.
81
+
* - `wrapper_name`: For use by wrapper libraries to set an identifying name for the wrapper being used. This will be sent in User-Agent headers during requests to the LaunchDarkly servers to allow recording metrics on the usage of these wrapper libraries.
82
+
* - `wrapper_version`: For use by wrapper libraries to report the version of the library in use. If `wrapper_name` is not set, this field will be ignored. Otherwise the version string will be included in the User-Agent headers along with the `wrapper_name` during requests to the LaunchDarkly servers.
81
83
* - Other options may be available depending on any features you are using from the `LaunchDarkly\Integrations` namespace.
0 commit comments