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
Navigation signals are specific signals that have a source and target parameter and a specified signal type. Add functionality to the SDK that takes just a target and then sends a navigation signal with the correct format and the previous target as source.
Implementation could be in form that the SDK will keep the previous path in memory and then generates a navigation with from-to data whenever a new path is given.
Navigation signals are specific signals that have a source and target parameter and a specified signal type. Add functionality to the SDK that takes just a target and then sends a navigation signal with the correct format and the previous target as source.
Signal format is described in https://github.com/TelemetryDeck/web/issues/1491
Implementation could be in form that the SDK will keep the previous path in memory and then generates a navigation with from-to data whenever a new path is given.
TelemetryDeck.Navigation
namespacenavigate(from:to:)
method that sends a navigation signal in the correct formatnavigateFromPrevious(to:)
methodThe text was updated successfully, but these errors were encountered: