We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8d110 commit a5c1d5eCopy full SHA for a5c1d5e
src/analytics/analytics.ts
@@ -80,7 +80,7 @@ export class AngularFireAnalytics {
80
const patchGtag = (fn?: (...args: any[]) => void) => {
81
window[GTAG_FUNCTION_NAME] = (...args: any[]) => {
82
if (fn) {
83
- fn(args);
+ fn(...args);
84
}
85
// Inject app_name and app_version into events
86
// TODO(jamesdaniels): I'm doing this as documented but it's still not
0 commit comments