Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 27, 2023
1 parent ccb1183 commit b81a603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/src/core/analytics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ export class Analytics
},
cookieOptions
).load()
this.eventFactory = new EventFactory(this._user)
this.integrations = options?.integrations ?? {}
this.options = options ?? {}
this.eventFactory = new EventFactory(this._user)
autoBind(this)
}

Expand Down

0 comments on commit b81a603

Please sign in to comment.