Skip to content

Commit

Permalink
chore: add inlineStylesheet prop (#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Jun 11, 2024
1 parent 39b9bff commit 1d54df9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/posthog-core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1674,7 +1674,8 @@ export class PostHog {
* maskInputOptions: {},
* maskInputFn: null,
* slimDOMOptions: {},
* collectFonts: false
* collectFonts: false,
* inlineStylesheet: true,
* }
*
* // prevent autocapture from capturing any attribute names on elements
Expand Down

0 comments on commit 1d54df9

Please sign in to comment.