Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Dec 13, 2024
1 parent 93af802 commit 490ab5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extensions/tracing-headers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export class TracingHeaders {
}

private _startCapturing = () => {
// NB: we can assert sessionManager is present only because we've checked previously
if (isUndefined(this._restoreXHRPatch)) {
assignableWindow.__PosthogExtensions__?.tracingHeadersPatchFns?._patchXHR(this.instance.sessionManager)
}
Expand Down

0 comments on commit 490ab5f

Please sign in to comment.