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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance Feature #971

Merged
merged 74 commits into from
Nov 20, 2020
Merged

Performance Feature #971

merged 74 commits into from
Nov 20, 2020

Commits on Oct 8, 2020

  1. Make serialization and envelope item creation more generic to handle …

    …new transaction type.
    
    SentryItem is a base class for SentryEvent and upcoming Transaction class.
    maciejwalkowiak committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    e418a43 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Polish.

    maciejwalkowiak committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    fb2dd7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d90e6f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8f183c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Polish.

    maciejwalkowiak committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    f60144e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1da297b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. WIP

    maciejwalkowiak committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    725eca0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    0ca29c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    2dacfb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fe4df3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41d493f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7260ae0 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. Polish.

    maciejwalkowiak committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    6f4855b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afd5c04 View commit details
    Browse the repository at this point in the history
  3. Add span.

    maciejwalkowiak committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    557ac3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23cd265 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Add tests.

    maciejwalkowiak committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    e79a0b0 View commit details
    Browse the repository at this point in the history
  2. Add changelog.

    maciejwalkowiak committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    a9f2da5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d973b8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e18588 View commit details
    Browse the repository at this point in the history
  5. Add test.

    maciejwalkowiak committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    86eeb87 View commit details
    Browse the repository at this point in the history
  6. Add test.

    maciejwalkowiak committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    9e5180d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cbb1da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d1c3d57 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e2e6763 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e978227 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    f6a6e16 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    bad07df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f50f042 View commit details
    Browse the repository at this point in the history
  3. Polish.

    maciejwalkowiak committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    e0a8f0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d62fb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e2c740 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f14de05 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    048a980 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    e197af5 View commit details
    Browse the repository at this point in the history
  2. Polish.

    maciejwalkowiak committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    4f39a9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87c070b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dd242a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. Configuration menu
    Copy the full SHA
    fa0d04c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Configuration menu
    Copy the full SHA
    ae84550 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    0d59ee2 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Support deferred sample decision.

    Improve sampling implementation.
    maciejwalkowiak committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    0a67f0c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Simplify domain model for Performance.

    Remove TransactionContexts by moving sampling property to SpanContext.
    maciejwalkowiak committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    25e221b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8ba82d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec7aa9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    032f6cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5dd3cce View commit details
    Browse the repository at this point in the history
  6. Polish.

    maciejwalkowiak committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    12bc6bb View commit details
    Browse the repository at this point in the history
  7. Polish.

    maciejwalkowiak committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    ffa560c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    19fc07e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    1e60688 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1b050a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d1af25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd26031 View commit details
    Browse the repository at this point in the history
  5. Fix formatting.

    maciejwalkowiak committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    c222864 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c90862 View commit details
    Browse the repository at this point in the history
  7. Polish.

    maciejwalkowiak committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    4b7d88f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Cleanup.

    maciejwalkowiak committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    75ff4bf View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    3b03e3a View commit details
    Browse the repository at this point in the history
  2. Fix formatting.

    maciejwalkowiak committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    52ba943 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Polish.

    maciejwalkowiak committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    8a6fe85 View commit details
    Browse the repository at this point in the history
  2. Reformat.

    maciejwalkowiak committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    ee2bbe4 View commit details
    Browse the repository at this point in the history
  3. Fix thread-safety.

    maciejwalkowiak committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    b593dc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91ff82b View commit details
    Browse the repository at this point in the history
  5. Polish.

    maciejwalkowiak committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    6eba18d View commit details
    Browse the repository at this point in the history
  6. Polish.

    maciejwalkowiak committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    3fd9c6f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Code review fixes.

    maciejwalkowiak committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    aef2463 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    503c6a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef16d98 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Configuration menu
    Copy the full SHA
    4e7e0fb View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Add setTag to ISpan.

    maciejwalkowiak committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    d46dc3c View commit details
    Browse the repository at this point in the history
  2. Drop the idea of WeakReference on Span#throwable.

    Span has to retain the throwable object in order to send it to Sentry so that the span is marked as erroneous.
    maciejwalkowiak committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    b9d65b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a568d39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bfb3ad View commit details
    Browse the repository at this point in the history