-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(apm): Always use monotonic clock for time calculations (#2485)
* ref(apm): Always use monotonic clock for time calculations Also remove offset time calculations since everything is based on timeOrigin * ref: Changelog * doc: Document trimming of transaction end time * doc(apm): Document argument to Span.finish inline Document the argument using the same format used in microsoft/TypeScript code base. * Update packages/apm/src/span.ts Co-Authored-By: Rodolfo Carvalho <rodolfo.carvalho@sentry.io> * ref: Remove empty blocking test * Remove logging for discarded entries We may reintroduce this later on-demand. For now, reduce noise. Co-authored-by: Rodolfo Carvalho <rhcarvalho@gmail.com> Co-authored-by: Rodolfo Carvalho <rodolfo.carvalho@sentry.io>
- Loading branch information
1 parent
57fe8c6
commit 1be9b73
Showing
5 changed files
with
77 additions
and
155 deletions.
There are no files selected for viewing
This file contains 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 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 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 was deleted.
Oops, something went wrong.
This file contains 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