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
expect(spy_logger).tohave_received(:log).once.with(Logger::WARN,'Event value is deprecated in track call. Use event tags to pass in revenue value instead.')
418
-
end
419
-
420
409
it'should properly track an event by calling dispatch_event with right params with attributes provided'do
421
410
params=@expected_track_event_params
422
411
params[:visitors][0][:attributes]=[{
@@ -474,6 +463,9 @@ class InvalidErrorHandler; end
474
463
it'should raise an exception when called with event tags in an invalid format'do
0 commit comments