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
I am excited to use this library in some of my projects. However, I have hit a stumbling block right out of the gate.
I was hoping to use a fluent style syntax to instantiate and configure my tracker. For the configuration, I've copied the example straight from the README. Unfortunately, it looks like the Tracker property of TrackingConfiguration<T> is never set properly. It is only available to the inner TrackingConfiguration.
Here is my code. The resulting tracker variable is null.
Hi,
I am excited to use this library in some of my projects. However, I have hit a stumbling block right out of the gate.
I was hoping to use a fluent style syntax to instantiate and configure my tracker. For the configuration, I've copied the example straight from the README. Unfortunately, it looks like the
Tracker
property ofTrackingConfiguration<T>
is never set properly. It is only available to the innerTrackingConfiguration
.Here is my code. The resulting
tracker
variable is null.The text was updated successfully, but these errors were encountered: