We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69154c3 commit a182c14Copy full SHA for a182c14
packages/browser/src/core/analytics/index.ts
@@ -430,9 +430,9 @@ export class Analytics
430
return this._user.anonymousId(id)
431
}
432
433
- async queryString(query: string): Promise<Context[] | void> {
+ async queryString(query: string): Promise<Context[]> {
434
if (this.options.useQueryString === false) {
435
- return
+ return []
436
437
438
const { queryString } = await import(
0 commit comments