Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add runtime classes for FileIOStream instrumentation #1826

Merged
merged 32 commits into from Dec 13, 2021

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    f050409 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f326ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70e7948 View commit details
    Browse the repository at this point in the history
  4. Add final modifiers

    romtsn committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    301fb6a View commit details
    Browse the repository at this point in the history
  5. Extract repeating logic

    romtsn committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    09cfe00 View commit details
    Browse the repository at this point in the history
  6. Exception -> IOException

    romtsn committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    49c828c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6819c36 View commit details
    Browse the repository at this point in the history
  8. Refine finishSpan

    romtsn committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    96d005a View commit details
    Browse the repository at this point in the history
  9. Set throwable for a span

    romtsn committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    36a8e3e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    067af96 View commit details
    Browse the repository at this point in the history
  11. Add test for FIS

    romtsn committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    2270a43 View commit details
    Browse the repository at this point in the history
  12. Remove unused ctors

    romtsn committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    916a814 View commit details
    Browse the repository at this point in the history
  13. Fix SentryFIS counting

    romtsn committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    a617617 View commit details
    Browse the repository at this point in the history
  14. Fix SentryFIS read operation

    romtsn committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    d3c2fc4 View commit details
    Browse the repository at this point in the history
  15. Add Tests for SentryFOS

    romtsn committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    be5aedd View commit details
    Browse the repository at this point in the history
  16. Formatting

    romtsn committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    e9491d8 View commit details
    Browse the repository at this point in the history
  17. Dump API

    romtsn committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    19c524f View commit details
    Browse the repository at this point in the history
  18. Changelog

    romtsn committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    ab90c1e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Set throwable in-place

    romtsn committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    d9e8a74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a4bee3 View commit details
    Browse the repository at this point in the history
  3. V -> T generic

    romtsn committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    5ca25a0 View commit details
    Browse the repository at this point in the history
  4. Change doc of performIO

    romtsn committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    2297464 View commit details
    Browse the repository at this point in the history
  5. Make ctors package private

    romtsn committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    aa8ad65 View commit details
    Browse the repository at this point in the history
  6. SentryFIOS @OPEN -> final

    romtsn committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    c6144c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    faf315f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b1804f View commit details
    Browse the repository at this point in the history
  9. Locale.US -> Locale.ROOT

    romtsn committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    67e4720 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    34c3c8d View commit details
    Browse the repository at this point in the history
  11. Split getSut into 2 methods

    romtsn committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    4f8919e View commit details
    Browse the repository at this point in the history
  12. Spotless

    romtsn committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    4709983 View commit details
    Browse the repository at this point in the history
  13. Dump api

    romtsn committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    f15d3af View commit details
    Browse the repository at this point in the history
  14. Make SentryFIOS public

    romtsn committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    a3b6103 View commit details
    Browse the repository at this point in the history