Skip to content

Commit

Permalink
fix: network log wrong timestamp (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Sep 12, 2024
1 parent e797bd0 commit f169f43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class PostHogOkHttpInterceptor
"name" to url,
"method" to method,
"responseStatus" to statusCode,
"timestamp" to end,
"timestamp" to start,
"duration" to (end - start),
"initiatorType" to "fetch",
"entryType" to "resource",
Expand Down

0 comments on commit f169f43

Please sign in to comment.