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
Is your feature request related to a problem? Please describe.
Currently the Subject can only be set on the Tracker, meaning all events have the same Subject. This is fine for mobile and desktop applications, but troublesome for server applications where the subject is different on each request. This adds a Subject parameter to track() so that the subject can be overridden on each event.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently the
Subject
can only be set on theTracker
, meaning all events have the sameSubject
. This is fine for mobile and desktop applications, but troublesome for server applications where the subject is different on each request. This adds aSubject
parameter totrack()
so that the subject can be overridden on each event.The text was updated successfully, but these errors were encountered: