-
Notifications
You must be signed in to change notification settings - Fork 61
feat: add manual start and stop recording #256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
c99ea61
feat: add manual start and stop recording
ioannisj b441b97
Merge branch 'main' into feat/start-stop-session-recording
ioannisj 00ada2b
fix: simplify method channel call
ioannisj 3cf9ab8
Merge branch 'main' into feat/start-stop-session-recording
ioannisj c385b62
fix: dynamically enable or disable PostHogWidget
ioannisj c92d893
fix: skip recording operations for macos
ioannisj b40a78f
Merge branch 'main' into feat/start-stop-session-recording
ioannisj 3d81bfb
fix: prevent external mutations of sessionRecordingActive
ioannisj d0df77e
fix: add PostHogInternalEvents
ioannisj 8fea9e4
Merge branch 'main' into feat/start-stop-session-recording
ioannisj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,109 @@ | ||
| # Disabled rules | ||
ioannisj marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| --disable docComments | ||
| --disable noForceUnwrapInTests | ||
| --disable hoistTry | ||
| --disable redundantAsync | ||
| --disable redundantThrows | ||
| --disable redundantProperty | ||
| --disable redundantReturn | ||
| --disable redundantClosure | ||
| --disable redundantType | ||
| --disable wrapPropertyBodies | ||
| --disable blankLinesBetweenScopes | ||
|
|
||
| --acronyms ID,URL,UUID | ||
| --allman false | ||
| --anonymousforeach convert | ||
| --assetliterals visual-width | ||
| --asynccapturing | ||
| --beforemarks | ||
| --binarygrouping none | ||
| --callsiteparen default | ||
| --categorymark "MARK: %c" | ||
| --classthreshold 0 | ||
| --closingparen balanced | ||
| --closurevoid remove | ||
| --commas always | ||
| --complexattrs preserve | ||
| --computedvarattrs preserve | ||
| --condassignment after-property | ||
| --conflictmarkers reject | ||
| --dateformat system | ||
| --decimalgrouping ignore | ||
| --doccomments before-declarations | ||
| --elseposition same-line | ||
| --emptybraces no-space | ||
| --enumnamespaces always | ||
| --enumthreshold 0 | ||
| --exponentcase lowercase | ||
| --exponentgrouping disabled | ||
| --extensionacl on-extension | ||
| --extensionlength 0 | ||
| --extensionmark "MARK: - %t + %c" | ||
| --fractiongrouping disabled | ||
| --fragment false | ||
| --funcattributes preserve | ||
| --generictypes | ||
| --groupedextension "MARK: %c" | ||
| --guardelse auto | ||
| --header ignore | ||
| --hexgrouping 4,8 | ||
| --hexliteralcase uppercase | ||
| --ifdef indent | ||
| --importgrouping alpha | ||
| --indent 4 | ||
| --indentcase false | ||
| --indentstrings false | ||
| --initcodernil false | ||
| --lifecycle | ||
| --lineaftermarks true | ||
| --linebreaks lf | ||
| --markcategories true | ||
| --markextensions always | ||
| --marktypes always | ||
| --maxwidth none | ||
| --modifierorder | ||
| --nevertrailing | ||
| --nilinit remove | ||
| --noncomplexattrs | ||
| --nospaceoperators | ||
| --nowrapoperators | ||
| --octalgrouping none | ||
| --onelineforeach ignore | ||
| --operatorfunc spaced | ||
| --organizationmode visibility | ||
| --organizetypes actor,class,enum,struct | ||
| --patternlet hoist | ||
| --ranges spaced | ||
| --redundanttype infer-locals-only | ||
| --self remove | ||
| --selfrequired | ||
| --semicolons never | ||
| --shortoptionals except-properties | ||
| --smarttabs enabled | ||
| --someany true | ||
| --storedvarattrs preserve | ||
| --stripunusedargs always | ||
| --structthreshold 0 | ||
| --tabwidth unspecified | ||
| --throwcapturing | ||
| --timezone system | ||
| --trailingclosures | ||
| --trimwhitespace always | ||
| --typeattributes preserve | ||
| --typeblanklines remove | ||
| --typedelimiter space-after | ||
| --typemark "MARK: - %t" | ||
| --voidtype void | ||
| --wraparguments preserve | ||
| --wrapcollections preserve | ||
| --wrapconditions preserve | ||
| --wrapeffects preserve | ||
| --wrapenumcases always | ||
| --wrapparameters default | ||
| --wrapreturntype preserve | ||
| --wrapternary default | ||
| --wraptypealiases preserve | ||
| --xcodeindentation disabled | ||
| --yodaswap always | ||
| --hexgrouping ignore | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.