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

Collect memory usage in transactions #2445

Merged
merged 5 commits into from
Jan 3, 2023
Merged

Commits on Dec 28, 2022

  1. added IMemoryCollector, with different implementations for Java and A…

    …ndroid set in SentryOptions
    
    Added TransactionPerformanceCollector to collect performance data while a transaction is running
    stefanosiano committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    7195171 View commit details
    Browse the repository at this point in the history
  2. updated changelog

    stefanosiano committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    a70ace8 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

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

Commits on Jan 3, 2023

  1. added a @nullable annotation

    added a synchronization mechanism in TransactionPerformanceCollector
    stefanosiano committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    d284d41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47c6487 View commit details
    Browse the repository at this point in the history