Skip to content

Commit

Permalink
corrects exported type which got out of sync with core.js file (#307)
Browse files Browse the repository at this point in the history
corrects exported type from #296
  • Loading branch information
pauldambra authored Oct 4, 2021
1 parent a749a93 commit f609e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ declare namespace posthog {
respect_dnt?: boolean
property_blacklist?: string[]
xhr_headers?: { [header_name: string]: string }
onXHRError?: (failedRequest: XMLHttpRequest) => void
on_xhr_error?: (failedRequest: XMLHttpRequest) => void
inapp_protocol?: string
inapp_link_new_window?: boolean
request_batching?: boolean
Expand Down

0 comments on commit f609e8a

Please sign in to comment.