ericxinzhang

Results 6 comments of ericxinzhang

I am facing the exact same problem.

> you can register value in container > > ```ts > const SomeToken:InjectionToken = "MyToken"; > > class Service{ > constructor( > @inject(ServiceA) private dependencyA: ServiceA, > @inject(ServiceA) private dependencyB:...

I am facing the exact same error. I created a function which is used in a pipeline resolver and consuming result produced by the prior function. To test the request...

I am looking for the same feature. My use case is simple: a form with a couple of form fields and `` component. When the form is being submitted I'd...

Thanks Quinn. First of all, I know that the sampling decision is for the entire session which makes sense. Secondly I did think of the alternatives of defining filtering callbacks...

> Session sample rate is determined by the web client configuration. As a result, it's difficult to create two sessions with different sample rates, because that would require that you...